We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8fd36a + 2d4dc03 commit 4d72eceCopy full SHA for 4d72ece
requirements.txt
@@ -8,6 +8,6 @@ pexpect~=4.9.0
8
GitPython~=3.1.45
9
PyGithub~=2.8.1
10
python-gitlab~=7.0.0
11
-cryptography~=45.0.7
+cryptography~=46.0.3
12
python-dotenv~=1.1.1
13
niklibrary~=0.50
setup.py
@@ -27,7 +27,7 @@
27
'GitPython~=3.1.43',
28
'PyGithub~=2.4.0',
29
'python-gitlab>=5.0,<7.1',
30
- 'cryptography>=43.0.3,<45.1.0',
+ 'cryptography>=43.0.3,<46.1.0',
31
'python-dotenv>=1.0.1,<1.2.0',
32
'niklibrary~=0.28'
33
],
0 commit comments