Skip to content

Commit 4d72ece

Browse files
Merge pull request #132 from nikgapps/dependabot/pip/cryptography-approx-eq-46.0.3
Update cryptography requirement from ~=45.0.7 to ~=46.0.3
2 parents c8fd36a + 2d4dc03 commit 4d72ece

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ pexpect~=4.9.0
88
GitPython~=3.1.45
99
PyGithub~=2.8.1
1010
python-gitlab~=7.0.0
11-
cryptography~=45.0.7
11+
cryptography~=46.0.3
1212
python-dotenv~=1.1.1
1313
niklibrary~=0.50

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
'GitPython~=3.1.43',
2828
'PyGithub~=2.4.0',
2929
'python-gitlab>=5.0,<7.1',
30-
'cryptography>=43.0.3,<45.1.0',
30+
'cryptography>=43.0.3,<46.1.0',
3131
'python-dotenv>=1.0.1,<1.2.0',
3232
'niklibrary~=0.28'
3333
],

0 commit comments

Comments
 (0)