Skip to content

Commit b804d6a

Browse files
authored
Merge pull request #209 from denisneuf/dependabot/pip/main/pycryptodome-approx-eq-3.21
DEP(deps): Update pycryptodome requirement from ~=3.20 to ~=3.21
2 parents 716c453 + a323738 commit b804d6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requeriments.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ pytest
22
requests~=2.32.3
33
six>=1.16,<2
44
cachetools~=5.5.0
5-
pycryptodome~=3.20
5+
pycryptodome~=3.21
66
pytz~=2024.2
77
confuse~=2.0.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"requests>=2.27.1,<2.33.0",
88
"six~=1.16.0",
99
"cachetools>=5.0,<5.6",
10-
"pycryptodome>=3.13,<3.21",
10+
"pycryptodome>=3.13,<3.22",
1111
"pytz>=2021.3,<2025.0",
1212
"confuse>=1.7,<2.1",
1313
],

0 commit comments

Comments
 (0)