Skip to content

Commit

Permalink
fix: dev: Correct Python package mismatch.
Browse files Browse the repository at this point in the history
  • Loading branch information
dallinb committed Jul 24, 2024
1 parent 47b785c commit e086267
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
colorama==0.4.6
coverage==7.6.0
flake8==7.1.0
flake8-docstrings==1.7.0
flake8-quotes==3.4.0
gitchangelog==3.0.4
iniconfig==2.0.0
isort==5.13.2
Mako==1.3.5
Expand All @@ -15,10 +17,13 @@ pluggy==1.5.0
pycodestyle==2.12.0
pydocstyle==6.3.0
pyflakes==3.2.0
pystache==0.6.5
pytest==8.3.1
pytest-bdd==7.2.0
pytest-cov==5.0.0
pytest-cover==3.0.0
pytest-coverage==0.0
radon==6.0.1
setuptools==71.1.0
six==1.16.0
snowballstemmer==2.2.0
typing_extensions==4.12.2
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ jsonschema-specifications==2023.12.1
prometheus_client==0.20.0
referencing==0.35.1
rpds-py==0.19.0
setuptools==70.3.0
setuptools==71.1.0
wheel==0.43.0

0 comments on commit e086267

Please sign in to comment.