Skip to content

Commit

Permalink
Update dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed Jul 16, 2024
1 parent fcbe8f7 commit 73ef6c8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
-e .

black==24.4.0; implementation_name == 'cpython'
black==24.4.2; implementation_name == 'cpython'
build==1.2.1
mypy==1.5.1; implementation_name =='cpython'
pytest==7.4.2
setuptools==69.5.1
tox==4.14.2
mypy==1.10.1; implementation_name =='cpython'
pytest==8.2.2
setuptools==70.3.0
tox==4.16.0
tox-gh-actions==3.2.0
twine==5.0.0
twine==5.1.1
wheel==0.43.0

Sphinx==7.2.6; python_version > "3.8"
Sphinx==7.4.4; python_version > "3.8"

0 comments on commit 73ef6c8

Please sign in to comment.