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 c0111a8 commit c78ea4cCopy full SHA for c78ea4c
requirements.txt
@@ -1,11 +1,10 @@
1
# Dependencies for old python versions
2
-pre-commit == 3.5.0; python_version < '3.9'
3
-pytest == 7.4.4; python_version < '3.10'
4
-pytest-asyncio == 0.24; python_version < '3.9'
+pytest == 7.4.4; python_version == '3.8'
+pytest == 8.4.2; python_version >= '3.9' and python_version < '3.12'
+pytest == 8.4.2; python_version >= '3.12'
5
6
-pre-commit == 4.3.0; python_version >= '3.9'
7
-pytest == 8.5.2; python_version >= '3.10'
8
-pytest-asyncio == 1.2.0; python_version <= '3.9'
+pytest-asyncio == 0.24; python_version < '3.9'
+pytest-asyncio == 1.2.0; python_version >= '3.9'
9
10
-# linter
11
-pre-commit == 4.3
+pre-commit == 3.5.0; python_version < '3.9'
+pre-commit == 4.3.0; python_version >= '3.9'
0 commit comments