diff --git a/requirements-dev.txt b/requirements-dev.txt index 400cf874..12a51fe8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,12 +1,13 @@ -e . -black==22.10.0; implementation_name == 'cpython' -build==0.9.0 +black==22.12.0; implementation_name == 'cpython' +build==0.10.0 mypy==0.991; implementation_name =='cpython' -pip-tools==6.11.0 -pytest==7.2.0 -Sphinx==5.3.0 -tox==3.27.1 -tox-gh-actions==2.11.0 +pytest==7.2.1 +tox==4.3.5 +tox-gh-actions==3.0.0 twine==4.0.2 wheel==0.38.4 + +# NOTE(willkg): Held back until we drop support for Python 3.7 +Sphinx==5.3.0