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 b9bab8f commit 0d71e55Copy full SHA for 0d71e55
receptorctl/requirements/tests.in
@@ -1,5 +1,5 @@
1
# This requirements file is used for receptorctl tests
2
3
-pytest==8.3.2 # <-- used to run receptorctl tests
+pytest==8.3.3 # <-- used to run receptorctl tests
4
pytest-cov
5
coverage
receptorctl/requirements/tests.txt
@@ -14,7 +14,7 @@ packaging==24.0
14
# via pytest
15
pluggy==1.5.0
16
17
-pytest==8.3.2
+pytest==8.3.3
18
# via
19
# -r requirements/tests.in
20
# pytest-cov
0 commit comments