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 8dd30fd commit 986b7ebCopy full SHA for 986b7eb
requirements-dev.txt
@@ -1,9 +1,9 @@
1
-r requirements.txt
2
-r requirements-test.txt
3
-tox
4
-wheel
5
-sphinx>=2
6
-sphinx_rtd_theme
7
-pypandoc
8
-twine
9
-black>=24.10.0
+tox==4.24.1
+wheel==0.45.1
+Sphinx==8.1.3
+sphinx-rtd-theme==3.0.2
+pypandoc==1.15
+twine==6.1.0
+black==25.1.0
requirements-test.txt
@@ -1,5 +1,5 @@
-pytest
-pytest-pep8
-pytest-cov
-pytest-aiohttp
-responses
+pytest==8.3.4
+pytest-pep8==1.0.6
+pytest-cov==6.0.0
+pytest-aiohttp==1.1.0
+responses==0.25.6
0 commit comments