Skip to content

Commit 55003b7

Browse files
authored
update cryptography in setup.py
1 parent 9acc8c5 commit 55003b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ def read_files(files):
4040
],
4141
install_requires=[
4242
'python-dotenv~=0.21.0',
43-
'cryptography<41.0.0,>=3.1.0'
43+
'cryptography<42.0.0,>41.0.3'
4444
],
4545
)

0 commit comments

Comments
 (0)