Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maread99 committed Feb 19, 2024
1 parent de69629 commit 81acc70
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 29 deletions.
44 changes: 23 additions & 21 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile --extra=dev --output-file=requirements_dev.txt pyproject.toml
#
astroid==3.0.1
astroid==3.0.3
# via pylint
black==23.11.0
black==24.2.0
# via valimp (pyproject.toml)
build==1.0.3
# via pip-tools
Expand All @@ -22,33 +22,33 @@ colorama==0.4.6
# click
# pylint
# pytest
dill==0.3.7
dill==0.3.8
# via pylint
distlib==0.3.7
distlib==0.3.8
# via virtualenv
exceptiongroup==1.2.0
# via pytest
filelock==3.13.1
# via virtualenv
flake8==6.1.0
flake8==7.0.0
# via
# flake8-docstrings
# valimp (pyproject.toml)
flake8-docstrings==1.7.0
# via valimp (pyproject.toml)
identify==2.5.32
identify==2.5.34
# via pre-commit
importlib-metadata==6.8.0
importlib-metadata==7.0.1
# via build
iniconfig==2.0.0
# via pytest
isort==5.12.0
isort==5.13.2
# via pylint
mccabe==0.7.0
# via
# flake8
# pylint
mypy==1.7.1
mypy==1.8.0
# via valimp (pyproject.toml)
mypy-extensions==1.0.0
# via
Expand All @@ -61,30 +61,32 @@ packaging==23.2
# black
# build
# pytest
pathspec==0.11.2
pathspec==0.12.1
# via black
pip-tools==7.3.0
pip-tools==7.4.0
# via valimp (pyproject.toml)
platformdirs==4.0.0
platformdirs==4.2.0
# via
# black
# pylint
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via pytest
pre-commit==3.5.0
pre-commit==3.6.1
# via valimp (pyproject.toml)
pycodestyle==2.11.1
# via flake8
pydocstyle==6.3.0
# via flake8-docstrings
pyflakes==3.1.0
pyflakes==3.2.0
# via flake8
pylint==3.0.2
pylint==3.0.3
# via valimp (pyproject.toml)
pyproject-hooks==1.0.0
# via build
pytest==7.4.3
# via
# build
# pip-tools
pytest==8.0.1
# via valimp (pyproject.toml)
pyyaml==6.0.1
# via pre-commit
Expand All @@ -101,15 +103,15 @@ tomli==2.0.1
# pytest
tomlkit==0.12.3
# via pylint
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# astroid
# black
# mypy
# pylint
virtualenv==20.24.7
virtualenv==20.25.0
# via pre-commit
wheel==0.41.3
wheel==0.42.0
# via pip-tools
zipp==3.17.0
# via importlib-metadata
Expand Down
16 changes: 8 additions & 8 deletions requirements_tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --extra=tests --output-file=requirements_tests.txt pyproject.toml
#
black==23.11.0
black==24.2.0
# via valimp (pyproject.toml)
click==8.1.7
# via black
Expand All @@ -14,7 +14,7 @@ colorama==0.4.6
# pytest
exceptiongroup==1.2.0
# via pytest
flake8==6.1.0
flake8==7.0.0
# via
# flake8-docstrings
# valimp (pyproject.toml)
Expand All @@ -30,25 +30,25 @@ packaging==23.2
# via
# black
# pytest
pathspec==0.11.2
pathspec==0.12.1
# via black
platformdirs==4.0.0
platformdirs==4.2.0
# via black
pluggy==1.3.0
pluggy==1.4.0
# via pytest
pycodestyle==2.11.1
# via flake8
pydocstyle==6.3.0
# via flake8-docstrings
pyflakes==3.1.0
pyflakes==3.2.0
# via flake8
pytest==7.4.3
pytest==8.0.1
# via valimp (pyproject.toml)
snowballstemmer==2.2.0
# via pydocstyle
tomli==2.0.1
# via
# black
# pytest
typing-extensions==4.8.0
typing-extensions==4.9.0
# via black

0 comments on commit 81acc70

Please sign in to comment.