From 5fcbdde3efa5a741aff455639b43080105c4a61c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 04:02:02 +0000 Subject: [PATCH] Bump the python-requirements group in /requirements with 4 updates 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](https://github.com/pradyunsg/furo/compare/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](https://github.com/pytest-dev/pytest/compare/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](https://github.com/astral-sh/ruff/compare/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](https://github.com/tox-dev/tox/compare/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] --- requirements/dev.txt | 8 ++++---- requirements/docs.txt | 2 +- requirements/tests.txt | 2 +- requirements/typing.txt | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 1284f1b..065d61d 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/requirements/docs.txt b/requirements/docs.txt index 4e26e4d..6d224dd 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -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 diff --git a/requirements/tests.txt b/requirements/tests.txt index 30d1ce9..abc2618 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -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 diff --git a/requirements/typing.txt b/requirements/typing.txt index 4c49ae8..2683dcc 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -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