Skip to content

Commit 9fe6273

Browse files
author
Jenia Sakirko
authored
bump cryptography version to 39.0.1 (#39)
Signed-off-by: evgenys <[email protected]>
1 parent 4c38997 commit 9fe6273

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
nose2>=0.9.2
33
nose2[coverage_plugin]>=0.6.5
44
pylint>=2.6.0
5-
cryptography~=38.0.3
5+
cryptography~=39.0.1
66
keyring>=23.0.0
77
pyopenssl>=20.0.0
88
PyInstaller>=4.0

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ zip_safe = True
3333
include_package_data = False
3434

3535
install_requires =
36-
cryptography~=38.0.3
36+
cryptography~=39.0.1
3737
keyring>=23.0.0
3838
aiohttp>=3.8.1
3939
asynctest >= 0.13.0; python_version<"3.8"

0 commit comments

Comments
 (0)