File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 15
15
# - macos
16
16
python-version :
17
17
# - "3.6" # not supported in ubuntu-latest (22.04)
18
- - " 3.7"
18
+ # - "3.7" # not supported in ubuntu-latest ()
19
19
- " 3.8"
20
20
- " 3.9"
21
21
- " 3.10"
Original file line number Diff line number Diff line change 2
2
name = " pykeepass"
3
3
# setuptools normalizes semver '-' to '.'
4
4
# avoid using hyphens: 1.2.3.post1
5
- version = " 4.1.1"
5
+ version = " 4.1.1.post1 "
6
6
readme = " README.md"
7
7
description = " Python library to interact with keepass databases (supports KDBX3 and KDBX4)"
8
8
authors = [
Original file line number Diff line number Diff line change @@ -2,8 +2,12 @@ argon2-cffi==23.1.0
2
2
argon2-cffi-bindings == 21.2.0
3
3
cffi == 1.17.1
4
4
construct == 2.10.70
5
- lxml == 5.2.2
5
+ Jinja2 == 3.1.5
6
+ lxml == 5.3.1
7
+ MarkupSafe == 3.0.2
8
+ pdoc == 15.0.1
6
9
pycparser == 2.22
7
- pycryptodomex == 3.20.0
10
+ pycryptodomex == 3.21.0
11
+ Pygments == 2.19.1
8
12
pykeepass @ file:///home/evan/resources/pykeepass
9
13
pyotp == 2.9.0
You can’t perform that action at this time.
0 commit comments