Skip to content

Commit

Permalink
Update dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed Jan 23, 2023
1 parent b7e8da3 commit 2890c71
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2890c71

Please sign in to comment.