Skip to content

Commit

Permalink
Bump the python-dependencies group across 1 directory with 9 updates
Browse files Browse the repository at this point in the history
Bumps the python-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [black](https://github.com/psf/black) | `24.1.1` | `24.4.2` |
| [pip-tools](https://github.com/jazzband/pip-tools) | `7.3.0` | `7.4.1` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `3.6.0` | `3.7.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.1.15` | `0.4.7` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.0.0` | `8.2.1` |
| [furo](https://github.com/pradyunsg/furo) | `2024.1.29` | `2024.5.6` |
| [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.3` |
| [sphinx](https://github.com/sphinx-doc/sphinx) | `7.2.6` | `7.3.7` |
| [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) | `3.0.0` | `3.1.1` |



Updates `black` from 24.1.1 to 24.4.2
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.1.1...24.4.2)

Updates `pip-tools` from 7.3.0 to 7.4.1
- [Release notes](https://github.com/jazzband/pip-tools/releases)
- [Changelog](https://github.com/jazzband/pip-tools/blob/main/CHANGELOG.md)
- [Commits](jazzband/pip-tools@7.3.0...7.4.1)

Updates `pre-commit` from 3.6.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.6.0...v3.7.1)

Updates `ruff` from 0.1.15 to 0.4.7
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.1.15...v0.4.7)

Updates `pytest` from 8.0.0 to 8.2.1
- [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.0.0...8.2.1)

Updates `furo` from 2024.1.29 to 2024.5.6
- [Release notes](https://github.com/pradyunsg/furo/releases)
- [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
- [Commits](pradyunsg/furo@2024.01.29...2024.05.06)

Updates `requests` from 2.31.0 to 2.32.3
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.31.0...v2.32.3)

Updates `sphinx` from 7.2.6 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.2.6...v7.3.7)

Updates `sphinx-autoapi` from 3.0.0 to 3.1.1
- [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases)
- [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst)
- [Commits](readthedocs/sphinx-autoapi@v3.0.0...v3.1.1)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: pip-tools
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: furo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: sphinx-autoapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent 73bb968 commit 3aaa3fb
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
12 changes: 7 additions & 5 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=requirements/requirements-dev.txt requirements/requirements-dev.in
#
black==24.1.1
black==24.4.2
# via -r requirements/requirements-dev.in
build==1.0.3
# via pip-tools
Expand All @@ -30,19 +30,21 @@ packaging==23.2
# build
pathspec==0.11.2
# via black
pip-tools==7.3.0
pip-tools==7.4.1
# via -r requirements/requirements-dev.in
platformdirs==3.11.0
# via
# black
# virtualenv
pre-commit==3.6.0
pre-commit==3.7.1
# via -r requirements/requirements-dev.in
pyproject-hooks==1.0.0
# via build
# via
# build
# pip-tools
pyyaml==6.0.1
# via pre-commit
ruff==0.1.15
ruff==0.4.7
# via -r requirements/requirements-dev.in
virtualenv==20.24.6
# via pre-commit
Expand Down
12 changes: 5 additions & 7 deletions requirements/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
#
# pip-compile --output-file=requirements/requirements-docs.txt requirements/requirements-docs.in
#
alabaster==0.7.13
alabaster==0.7.16
# via sphinx
anyascii==0.3.2
# via sphinx-autoapi
astroid==3.0.1
# via sphinx-autoapi
babel==2.13.1
Expand All @@ -24,7 +22,7 @@ charset-normalizer==3.3.2
# requests
docutils==0.20.1
# via sphinx
furo==2024.1.29
furo==2024.5.6
# via -r requirements/requirements-docs.in
idna==3.4
# via
Expand All @@ -48,7 +46,7 @@ pyyaml==6.0.1
# via sphinx-autoapi
releases==2.1.1
# via -r requirements/requirements-docs.in
requests==2.31.0
requests==2.32.3
# via
# -c requirements/requirements.txt
# sphinx
Expand All @@ -58,7 +56,7 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
# via beautifulsoup4
sphinx==7.2.6
sphinx==7.3.7
# via
# -r requirements/requirements-docs.in
# furo
Expand All @@ -70,7 +68,7 @@ sphinx==7.2.6
# sphinxcontrib-htmlhelp
# sphinxcontrib-qthelp
# sphinxcontrib-serializinghtml
sphinx-autoapi==3.0.0
sphinx-autoapi==3.1.1
# via -r requirements/requirements-docs.in
sphinx-basic-ng==1.0.0b2
# via furo
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ iniconfig==2.0.0
# via pytest
packaging==23.2
# via pytest
pluggy==1.3.0
pluggy==1.5.0
# via pytest
pytest==8.0.0
pytest==8.2.1
# via
# -r requirements/requirements-tests.in
# pytest-randomly
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ charset-normalizer==3.3.2
# via requests
idna==3.4
# via requests
requests==2.31.0
requests==2.32.3
# via -r requirements/requirements.in
urllib3==2.0.7
# via requests
Expand Down

0 comments on commit 3aaa3fb

Please sign in to comment.