Skip to content

Commit

Permalink
⬆ Bump _all_ dev-requirements (#180)
Browse files Browse the repository at this point in the history
tox -e compile_requirements
  • Loading branch information
hf-kklein committed Mar 18, 2024
1 parent 4cce9de commit 7883df6
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 49 deletions.
9 changes: 5 additions & 4 deletions dev_requirements/requirements-coverage.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# SHA1:6dafbcf610e9f81897b65ee9142715ab2e793f9e
#
# This file is autogenerated by pip-compile with python 3.10
# This file is autogenerated by pip-compile-multi
# To update, run:
#
# pip-compile requirements-coverage.in
# pip-compile-multi
#
coverage==7.4.3
# via -r dev_requirements/requirements-coverage.in
coverage==7.4.4
# via -r dev_requirements\requirements-coverage.in
25 changes: 12 additions & 13 deletions dev_requirements/requirements-formatting.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
# SHA1:2c7ffcd29222de3114c7f7994911f1b69d06b6b3
#
# This file is autogenerated by pip-compile with python 3.10
# This file is autogenerated by pip-compile-multi
# To update, run:
#
# pip-compile requirements-formatting.in
# pip-compile-multi
#
black==24.2.0
# via -r dev_requirements/requirements-formatting.in
click==8.1.3
black==24.3.0
# via -r dev_requirements\requirements-formatting.in
click==8.1.7
# via black
colorama==0.4.6
# via click
isort==5.13.2
# via -r dev_requirements/requirements-formatting.in
# via -r dev_requirements\requirements-formatting.in
mypy-extensions==1.0.0
# via black
packaging==23.0
packaging==24.0
# via black
pathspec==0.11.0
pathspec==0.12.1
# via black
platformdirs==3.1.0
# via black
tomli==2.0.1
# via black
typing-extensions==4.9.0
platformdirs==4.2.0
# via black
19 changes: 9 additions & 10 deletions dev_requirements/requirements-linting.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
# SHA1:0e15f8789b9d62fe90d1f1b0b6a7e32f13b99b19
#
# This file is autogenerated by pip-compile with python 3.10
# This file is autogenerated by pip-compile-multi
# To update, run:
#
# pip-compile requirements-linting.in
# pip-compile-multi
#
astroid==3.1.0
# via pylint
dill==0.3.7
colorama==0.4.6
# via pylint
dill==0.3.8
# via pylint
isort==5.13.2
# via pylint
mccabe==0.7.0
# via pylint
platformdirs==3.1.0
platformdirs==4.2.0
# via pylint
pylint==3.1.0
# via -r dev_requirements/requirements-linting.in
tomli==2.0.1
# via pylint
tomlkit==0.11.6
# via -r dev_requirements\requirements-linting.in
tomlkit==0.12.4
# via pylint
typing-extensions==4.9.0
# via astroid
11 changes: 6 additions & 5 deletions dev_requirements/requirements-packaging.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# SHA1:93e4fbf2b6cce1574fe3d5315360512fa9927699
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
# This file is autogenerated by pip-compile-multi
# To update, run:
#
# pip-compile dev_requirements/requirements-packaging.in
# pip-compile-multi
#
build==1.1.1
# via -r dev_requirements/requirements-packaging.in
# via -r dev_requirements\requirements-packaging.in
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
Expand Down Expand Up @@ -57,7 +58,7 @@ rfc3986==2.0.0
rich==13.7.1
# via twine
twine==5.0.0
# via -r dev_requirements/requirements-packaging.in
# via -r dev_requirements\requirements-packaging.in
urllib3==2.2.1
# via
# requests
Expand Down
9 changes: 5 additions & 4 deletions dev_requirements/requirements-spell_check.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# SHA1:a7062511e9640ed2a5c2dea1da5c8b5f59c0f0d7
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
# This file is autogenerated by pip-compile-multi
# To update, run:
#
# pip-compile requirements-spellcheck.in
# pip-compile-multi
#
codespell==2.2.6
# via -r dev_requirements/requirements-spell_check.in
# via -r dev_requirements\requirements-spell_check.in
13 changes: 6 additions & 7 deletions dev_requirements/requirements-tests.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
# SHA1:0eaa389e1fdb3a1917c0f987514bd561be5718ee
#
# This file is autogenerated by pip-compile with python 3.10
# This file is autogenerated by pip-compile-multi
# To update, run:
#
# pip-compile requirements-tests.in
# pip-compile-multi
#
exceptiongroup==1.1.3
colorama==0.4.6
# via pytest
iniconfig==2.0.0
# via pytest
packaging==23.0
packaging==24.0
# via pytest
pluggy==1.4.0
# via pytest
pytest==8.1.1
# via -r dev_requirements/requirements-tests.in
tomli==2.0.1
# via pytest
# via -r dev_requirements\requirements-tests.in
11 changes: 5 additions & 6 deletions dev_requirements/requirements-type_check.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# SHA1:7983aaa01d64547827c20395d77e248c41b2572f
#
# This file is autogenerated by pip-compile with python 3.10
# This file is autogenerated by pip-compile-multi
# To update, run:
#
# pip-compile requirements-type_check.in
# pip-compile-multi
#
mypy==1.9.0
# via -r dev_requirements/requirements-type_check.in
# via -r dev_requirements\requirements-type_check.in
mypy-extensions==1.0.0
# via mypy
tomli==2.0.1
# via mypy
typing-extensions==4.9.0
typing-extensions==4.10.0
# via mypy

0 comments on commit 7883df6

Please sign in to comment.