Skip to content

Commit

Permalink
Bump the python-requirements group in /requirements with 4 updates
Browse files Browse the repository at this point in the history
Bumps the python-requirements group in /requirements with 4 updates: [furo](https://github.com/pradyunsg/furo), [pytest](https://github.com/pytest-dev/pytest), [ruff](https://github.com/astral-sh/ruff) and [tox](https://github.com/tox-dev/tox).


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

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

Updates `ruff` from 0.1.13 to 0.1.15
- [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.13...v0.1.15)

Updates `tox` from 4.12.0 to 4.12.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.12.0...4.12.1)

---
updated-dependencies:
- dependency-name: furo
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-requirements
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-requirements
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: tox
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-requirements
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 1, 2024
1 parent caef222 commit 5fcbdde
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ filelock==3.13.1
# via
# tox
# virtualenv
furo==2023.9.10
furo==2024.1.29
# via -r docs.txt
identify==2.5.33
# via pre-commit
Expand Down Expand Up @@ -129,7 +129,7 @@ pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
# via build
pytest==7.4.4
pytest==8.0.0
# via
# -r tests.txt
# -r typing.txt
Expand All @@ -142,7 +142,7 @@ requests==2.31.0
# via
# -r docs.txt
# sphinx
ruff==0.1.13
ruff==0.1.15
# via -r dev.in
snowballstemmer==2.2.0
# via
Expand Down Expand Up @@ -186,7 +186,7 @@ sphinxcontrib-serializinghtml==1.1.10
# via
# -r docs.txt
# sphinx
tox==4.12.0
tox==4.12.1
# via -r dev.in
typing-extensions==4.9.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ docutils==0.20.1
# via
# myst-parser
# sphinx
furo==2023.9.10
furo==2024.1.29
# via -r docs.in
idna==3.6
# via requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ packaging==23.2
# via pytest
pluggy==1.3.0
# via pytest
pytest==7.4.4
pytest==8.0.0
# via -r tests.in
2 changes: 1 addition & 1 deletion requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packaging==23.2
# via pytest
pluggy==1.3.0
# via pytest
pytest==7.4.4
pytest==8.0.0
# via -r typing.in
typing-extensions==4.9.0
# via mypy

0 comments on commit 5fcbdde

Please sign in to comment.