Skip to content

Commit

Permalink
Update dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
maread99 committed Nov 24, 2023
1 parent 52d5b01 commit a7b11ec
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
46 changes: 23 additions & 23 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# pip-compile --extra=dev --output-file=requirements_dev.txt pyproject.toml
#
astroid==2.15.6
astroid==3.0.1
# via pylint
black==23.7.0
black==23.11.0
# via valimp (pyproject.toml)
build==0.10.0
build==1.0.3
# via pip-tools
cfgv==3.4.0
# via pre-commit
click==8.1.6
click==8.1.7
# via
# black
# pip-tools
Expand All @@ -26,37 +26,37 @@ dill==0.3.7
# via pylint
distlib==0.3.7
# via virtualenv
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via pytest
filelock==3.12.2
filelock==3.13.1
# via virtualenv
flake8==6.1.0
# via
# flake8-docstrings
# valimp (pyproject.toml)
flake8-docstrings==1.7.0
# via valimp (pyproject.toml)
identify==2.5.26
identify==2.5.32
# via pre-commit
importlib-metadata==6.8.0
# via build
iniconfig==2.0.0
# via pytest
isort==5.12.0
# via pylint
lazy-object-proxy==1.9.0
# via astroid
mccabe==0.7.0
# via
# flake8
# pylint
mypy==1.5.1
mypy==1.7.1
# via valimp (pyproject.toml)
mypy-extensions==1.0.0
# via
# black
# mypy
nodeenv==1.8.0
# via pre-commit
packaging==23.1
packaging==23.2
# via
# black
# build
Expand All @@ -65,26 +65,26 @@ pathspec==0.11.2
# via black
pip-tools==7.3.0
# via valimp (pyproject.toml)
platformdirs==3.10.0
platformdirs==4.0.0
# via
# black
# pylint
# virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via pytest
pre-commit==3.3.3
pre-commit==3.5.0
# via valimp (pyproject.toml)
pycodestyle==2.11.0
pycodestyle==2.11.1
# via flake8
pydocstyle==6.3.0
# via flake8-docstrings
pyflakes==3.1.0
# via flake8
pylint==2.17.5
pylint==3.0.2
# via valimp (pyproject.toml)
pyproject-hooks==1.0.0
# via build
pytest==7.4.0
pytest==7.4.3
# via valimp (pyproject.toml)
pyyaml==6.0.1
# via pre-commit
Expand All @@ -99,20 +99,20 @@ tomli==2.0.1
# pylint
# pyproject-hooks
# pytest
tomlkit==0.12.1
tomlkit==0.12.3
# via pylint
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# astroid
# black
# mypy
# pylint
virtualenv==20.24.3
virtualenv==20.24.7
# via pre-commit
wheel==0.41.1
wheel==0.41.3
# via pip-tools
wrapt==1.15.0
# via astroid
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
18 changes: 9 additions & 9 deletions requirements_tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# pip-compile --extra=tests --output-file=requirements_tests.txt pyproject.toml
#
black==23.7.0
black==23.11.0
# via valimp (pyproject.toml)
click==8.1.6
click==8.1.7
# via black
colorama==0.4.6
# via
# click
# pytest
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via pytest
flake8==6.1.0
# via
Expand All @@ -26,29 +26,29 @@ mccabe==0.7.0
# via flake8
mypy-extensions==1.0.0
# via black
packaging==23.1
packaging==23.2
# via
# black
# pytest
pathspec==0.11.2
# via black
platformdirs==3.10.0
platformdirs==4.0.0
# via black
pluggy==1.2.0
pluggy==1.3.0
# via pytest
pycodestyle==2.11.0
pycodestyle==2.11.1
# via flake8
pydocstyle==6.3.0
# via flake8-docstrings
pyflakes==3.1.0
# via flake8
pytest==7.4.0
pytest==7.4.3
# via valimp (pyproject.toml)
snowballstemmer==2.2.0
# via pydocstyle
tomli==2.0.1
# via
# black
# pytest
typing-extensions==4.7.1
typing-extensions==4.8.0
# via black

0 comments on commit a7b11ec

Please sign in to comment.