From 2890c71101ffe963671f1b07fefe2dff078556dc Mon Sep 17 00:00:00 2001 From: Will Kahn-Greene Date: Mon, 23 Jan 2023 09:54:35 -0500 Subject: [PATCH] Update dev requirements --- requirements-dev.txt | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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