We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f2dee7 commit 4aa4083Copy full SHA for 4aa4083
requirements.txt
@@ -4,8 +4,8 @@ aiosqlite==0.21.0
4
altgraph==0.17.4
5
asyncua==1.1.5
6
cffi==1.17.1
7
-cryptography==44.0.0 ; platform_machine == "armv7l"
8
-cryptography==44.0.0 ; platform_machine != "armv7l"
+cryptography==44.0.1 ; platform_machine == "armv7l"
+cryptography==44.0.1 ; platform_machine != "armv7l"
9
future==1.0.0
10
importlib-metadata==8.6.1
11
pefile==2024.8.26
0 commit comments