We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c38997 commit 9fe6273Copy full SHA for 9fe6273
requirements.txt
@@ -2,7 +2,7 @@
2
nose2>=0.9.2
3
nose2[coverage_plugin]>=0.6.5
4
pylint>=2.6.0
5
-cryptography~=38.0.3
+cryptography~=39.0.1
6
keyring>=23.0.0
7
pyopenssl>=20.0.0
8
PyInstaller>=4.0
setup.cfg
@@ -33,7 +33,7 @@ zip_safe = True
33
include_package_data = False
34
35
install_requires =
36
- cryptography~=38.0.3
+ cryptography~=39.0.1
37
38
aiohttp>=3.8.1
39
asynctest >= 0.13.0; python_version<"3.8"
0 commit comments