Skip to content

Commit

Permalink
Bump the python-requirements group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the python-requirements group with 4 updates in the /requirements directory: [pre-commit](https://github.com/pre-commit/pre-commit), [tox](https://github.com/tox-dev/tox), [pytest](https://github.com/pytest-dev/pytest) and [sphinx](https://github.com/sphinx-doc/sphinx).


Updates `pre-commit` from 3.5.0 to 3.7.1
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.5.0...v3.7.1)

Updates `tox` from 4.15.0 to 4.15.1
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.15.0...4.15.1)

Updates `pytest` from 8.2.1 to 8.2.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.2.1...8.2.2)

Updates `sphinx` from 7.1.2 to 7.3.7
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v7.1.2...v7.3.7)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: tox
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 90e39cd commit 9632015
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 22 deletions.
8 changes: 2 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,13 @@ platformdirs==4.2.2
# virtualenv
pluggy==1.5.0
# via tox
pre-commit==3.5.0
pre-commit==3.7.1
# via -r dev.in
pyproject-api==1.6.1
# via tox
pyyaml==6.0.1
# via pre-commit
tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.15.0
tox==4.15.1
# via -r dev.in
virtualenv==20.26.2
# via
Expand Down
12 changes: 3 additions & 9 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile docs.in
#
alabaster==0.7.13
alabaster==0.7.16
# via sphinx
babel==2.15.0
# via sphinx
Expand All @@ -20,8 +20,6 @@ idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.1.0
# via sphinx
jinja2==3.1.4
# via sphinx
markupsafe==2.1.5
Expand All @@ -36,13 +34,11 @@ pygments==2.18.0
# via
# sphinx
# sphinx-tabs
pytz==2024.1
# via babel
requests==2.32.2
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==7.1.2
sphinx==7.3.7
# via
# -r docs.in
# pallets-sphinx-themes
Expand All @@ -62,9 +58,7 @@ sphinxcontrib-log-cabinet==1.0.1
# via -r docs.in
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
urllib3==2.2.1
# via requests
zipp==3.18.2
# via importlib-metadata
8 changes: 1 addition & 7 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,17 @@
#
# pip-compile tests.in
#
async-timeout==4.0.3
# via redis
click==8.1.7
# via rq
exceptiongroup==1.2.1
# via pytest
iniconfig==2.0.0
# via pytest
packaging==24.0
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.2.1
pytest==8.2.2
# via -r tests.in
redis==5.0.4
# via rq
rq==1.16.2
# via -r tests.in
tomli==2.0.1
# via pytest

0 comments on commit 9632015

Please sign in to comment.