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.
2 parents b7e8da3 + 2890c71 commit 687ca2bCopy full SHA for 687ca2b
requirements-dev.txt
@@ -1,12 +1,13 @@
1
-e .
2
3
-black==22.10.0; implementation_name == 'cpython'
4
-build==0.9.0
+black==22.12.0; implementation_name == 'cpython'
+build==0.10.0
5
mypy==0.991; implementation_name =='cpython'
6
-pip-tools==6.11.0
7
-pytest==7.2.0
8
-Sphinx==5.3.0
9
-tox==3.27.1
10
-tox-gh-actions==2.11.0
+pytest==7.2.1
+tox==4.3.5
+tox-gh-actions==3.0.0
11
twine==4.0.2
12
wheel==0.38.4
+
+# NOTE(willkg): Held back until we drop support for Python 3.7
13
+Sphinx==5.3.0
0 commit comments