We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32b3bbc + 9bd885c commit 691cae8Copy full SHA for 691cae8
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~=42.0.5
+cryptography~=43.0.1
6
keyring>=23.0.0
7
pyopenssl>=20.0.0
8
PyInstaller>=4.0
@@ -17,4 +17,4 @@ urllib3>=2.2.2
17
18
aiounittest~=1.4.1
19
requests>=2.32.2 # not directly required, pinned by Snyk to avoid a vulnerability
20
-zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
+zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
setup.cfg
@@ -33,7 +33,7 @@ zip_safe = True
33
include_package_data = False
34
35
install_requires =
36
- cryptography~=42.0.5
+ cryptography~=43.0.1
37
38
aiohttp>=3.9.3
39
asynctest >= 0.13.0; python_version<"3.8"
0 commit comments