From 79efee13e675b8922f403c8bd7941c482bbf3ac3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 15:59:29 +0000 Subject: [PATCH] Bump the python-dependencies group with 8 updates Bumps the python-dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [pytest](https://github.com/pytest-dev/pytest) | `7.4.3` | `8.2.0` | | [black](https://github.com/psf/black) | `23.10.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.5.0` | `3.7.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.1.3` | `0.4.2` | | [httpx](https://github.com/encode/httpx) | `0.25.0` | `0.27.0` | | [furo](https://github.com/pradyunsg/furo) | `2023.9.10` | `2024.4.27` | | [sphinx](https://github.com/sphinx-doc/sphinx) | `7.2.6` | `7.3.7` | Updates `pytest` from 7.4.3 to 8.2.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.3...8.2.0) Updates `black` from 23.10.1 to 24.4.2 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.10.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](https://github.com/jazzband/pip-tools/compare/7.3.0...7.4.1) Updates `pre-commit` from 3.5.0 to 3.7.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.5.0...v3.7.0) Updates `ruff` from 0.1.3 to 0.4.2 - [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.3...v0.4.2) Updates `httpx` from 0.25.0 to 0.27.0 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.25.0...0.27.0) Updates `furo` from 2023.9.10 to 2024.4.27 - [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.04.27) 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](https://github.com/sphinx-doc/sphinx/compare/v7.2.6...v7.3.7) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: black dependency-type: direct:development update-type: version-update:semver-major 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: httpx 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-major dependency-group: python-dependencies - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements/requirements-dev.txt | 12 +++++++----- requirements/requirements-docs.txt | 18 +++++++++--------- requirements/requirements-tests.txt | 4 ++-- requirements/requirements.txt | 9 ++++----- 4 files changed, 22 insertions(+), 21 deletions(-) diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index 313d57b..5fdc376 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -4,7 +4,7 @@ # # pip-compile --output-file=requirements-dev.txt requirements-dev.in # -black==23.10.1 +black==24.4.2 # via -r requirements/requirements-dev.in build==1.0.3 # via pip-tools @@ -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.5.0 +pre-commit==3.7.0 # 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.3 +ruff==0.4.2 # via -r requirements/requirements-dev.in virtualenv==20.24.5 # via pre-commit diff --git a/requirements/requirements-docs.txt b/requirements/requirements-docs.txt index d2bf6b4..e56cb7e 100644 --- a/requirements/requirements-docs.txt +++ b/requirements/requirements-docs.txt @@ -4,7 +4,7 @@ # # pip-compile --output-file=requirements-docs.txt requirements-docs.in # -alabaster==0.7.13 +alabaster==0.7.16 # via sphinx anyascii==0.3.2 # via sphinx-autoapi @@ -16,17 +16,17 @@ beautifulsoup4==4.12.2 # via furo certifi==2023.7.22 # via - # -c requirements.txt + # -c requirements/requirements.txt # requests charset-normalizer==3.3.0 # via requests docutils==0.20.1 # via sphinx -furo==2023.9.10 - # via -r requirements-docs.in +furo==2024.4.27 + # via -r requirements/requirements-docs.in idna==3.4 # via - # -c requirements.txt + # -c requirements/requirements.txt # requests imagesize==1.4.1 # via sphinx @@ -45,7 +45,7 @@ pygments==2.16.1 pyyaml==6.0.1 # via sphinx-autoapi releases==2.1.1 - # via -r requirements-docs.in + # via -r requirements/requirements-docs.in requests==2.31.0 # via sphinx semantic-version==2.6.0 @@ -54,9 +54,9 @@ snowballstemmer==2.2.0 # via sphinx soupsieve==2.5 # via beautifulsoup4 -sphinx==7.2.6 +sphinx==7.3.7 # via - # -r requirements-docs.in + # -r requirements/requirements-docs.in # furo # releases # sphinx-autoapi @@ -67,7 +67,7 @@ sphinx==7.2.6 # sphinxcontrib-qthelp # sphinxcontrib-serializinghtml sphinx-autoapi==3.0.0 - # via -r requirements-docs.in + # via -r requirements/requirements-docs.in sphinx-basic-ng==1.0.0b2 # via furo sphinxcontrib-applehelp==1.0.7 diff --git a/requirements/requirements-tests.txt b/requirements/requirements-tests.txt index d17634b..d57ed4b 100644 --- a/requirements/requirements-tests.txt +++ b/requirements/requirements-tests.txt @@ -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==7.4.3 +pytest==8.2.0 # via # -r requirements/requirements-tests.in # pytest-randomly diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 0c7d521..887020d 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -5,17 +5,17 @@ # pip-compile --output-file=requirements.txt requirements.in # anyio==4.0.0 - # via httpcore + # via httpx certifi==2023.7.22 # via # httpcore # httpx h11==0.14.0 # via httpcore -httpcore==0.18.0 +httpcore==1.0.5 # via httpx -httpx==0.25.0 - # via -r requirements.in +httpx==0.27.0 + # via -r requirements/requirements.in idna==3.4 # via # anyio @@ -23,5 +23,4 @@ idna==3.4 sniffio==1.3.0 # via # anyio - # httpcore # httpx