We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f85a7 commit 740380cCopy full SHA for 740380c
dev-requirements.txt
@@ -7,7 +7,7 @@ trustme==0.9.0
7
# We have to install at most cryptography 39.0.2 for PyPy<7.3.10
8
# versions of Python 3.7, 3.8, and 3.9.
9
cryptography==39.0.2;implementation_name=="pypy" and implementation_version<"7.3.10"
10
-cryptography==41.0.3;implementation_name!="pypy" or implementation_version>="7.3.10"
+cryptography==41.0.4;implementation_name!="pypy" or implementation_version>="7.3.10"
11
backports.zoneinfo==0.2.1;python_version<"3.9"
12
towncrier==23.6.0
13
pytest-memray==1.4.0;python_version>="3.8" and python_version<"3.12" and sys_platform!="win32" and implementation_name=="cpython"
0 commit comments