From a1db2d1cb30e4f6f7d4621b01ad5f4a9ab6af108 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 16:28:18 +0000 Subject: [PATCH] Bump the python-requirements group across 1 directory with 9 updates Bumps the python-requirements group with 9 updates in the /requirements directory: | Package | From | To | | --- | --- | --- | | [furo](https://github.com/pradyunsg/furo) | `2023.9.10` | `2024.8.6` | | [sphinx](https://github.com/sphinx-doc/sphinx) | `7.2.6` | `8.0.2` | | [asgiref](https://github.com/django/asgiref) | `3.7.2` | `3.8.1` | | [blinker](https://github.com/pallets-eco/blinker) | `1.6.3` | `1.8.2` | | [coverage](https://github.com/nedbat/coveragepy) | `7.3.2` | `7.6.1` | | [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.8.0` | | [pytest](https://github.com/pytest-dev/pytest) | `7.4.3` | `8.3.2` | | [tox](https://github.com/tox-dev/tox) | `4.11.3` | `4.18.0` | Updates `furo` from 2023.9.10 to 2024.8.6 - [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.08.06) Updates `sphinx` from 7.2.6 to 8.0.2 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.0.2/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.2.6...v8.0.2) Updates `asgiref` from 3.7.2 to 3.8.1 - [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/asgiref/compare/3.7.2...3.8.1) Updates `blinker` from 1.6.3 to 1.8.2 - [Release notes](https://github.com/pallets-eco/blinker/releases) - [Changelog](https://github.com/pallets-eco/blinker/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets-eco/blinker/compare/1.6.3...1.8.2) Updates `coverage` from 7.3.2 to 7.6.1 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.3.2...7.6.1) 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.8.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.8.0) Updates `pytest` from 7.4.3 to 8.3.2 - [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.3.2) Updates `tox` from 4.11.3 to 4.18.0 - [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.11.3...4.18.0) --- updated-dependencies: - dependency-name: furo dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-requirements - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-requirements - dependency-name: asgiref dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: blinker dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: pip-tools dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-requirements - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-requirements ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 40 +++++++++++++++++++++------------------- requirements/docs.txt | 8 ++++---- requirements/tests.txt | 10 +++++----- 3 files changed, 30 insertions(+), 28 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 6a0f3d7c..9fd79113 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -4,19 +4,19 @@ # # pip-compile dev.in # -alabaster==0.7.13 +alabaster==1.0.0 # via sphinx -asgiref==3.7.2 +asgiref==3.8.1 # via -r tests.in babel==2.13.1 # via sphinx beautifulsoup4==4.12.2 # via furo -blinker==1.6.3 +blinker==1.8.2 # via -r tests.in build==1.0.3 # via pip-tools -cachetools==5.3.2 +cachetools==5.5.0 # via tox certifi==2024.7.4 # via requests @@ -30,17 +30,17 @@ click==8.1.7 # via pip-tools colorama==0.4.6 # via tox -coverage==7.3.2 +coverage==7.6.1 # via -r tests.in distlib==0.3.7 # via virtualenv docutils==0.20.1 # via sphinx -filelock==3.13.1 +filelock==3.15.4 # via # tox # virtualenv -furo==2023.9.10 +furo==2024.8.6 # via -r docs.in identify==2.5.31 # via pre-commit @@ -56,34 +56,36 @@ markupsafe==2.1.3 # via jinja2 nodeenv==1.8.0 # via pre-commit -packaging==23.2 +packaging==24.1 # via # build # pyproject-api # pytest # sphinx # tox -pip-tools==7.3.0 +pip-tools==7.4.1 # via -r dev.in -platformdirs==3.11.0 +platformdirs==4.2.2 # via # tox # virtualenv -pluggy==1.3.0 +pluggy==1.5.0 # via # pytest # tox -pre-commit==3.5.0 +pre-commit==3.8.0 # via -r dev.in -pygments==2.16.1 +pygments==2.18.0 # via # furo # sphinx -pyproject-api==1.6.1 +pyproject-api==1.7.1 # via tox pyproject-hooks==1.0.0 - # via build -pytest==7.4.3 + # via + # build + # pip-tools +pytest==8.3.2 # via -r tests.in pyyaml==6.0.1 # via pre-commit @@ -93,7 +95,7 @@ snowballstemmer==2.2.0 # via sphinx soupsieve==2.5 # via beautifulsoup4 -sphinx==7.2.6 +sphinx==8.0.2 # via # -r docs.in # furo @@ -117,11 +119,11 @@ sphinxcontrib-qthelp==1.0.6 # via sphinx sphinxcontrib-serializinghtml==1.1.9 # via sphinx -tox==4.11.3 +tox==4.18.0 # via -r dev.in urllib3==2.2.2 # via requests -virtualenv==20.24.6 +virtualenv==20.26.3 # via # pre-commit # tox diff --git a/requirements/docs.txt b/requirements/docs.txt index 7cce06bf..72e8f53e 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -4,7 +4,7 @@ # # pip-compile docs.in # -alabaster==0.7.13 +alabaster==1.0.0 # via sphinx babel==2.13.1 # via sphinx @@ -16,7 +16,7 @@ charset-normalizer==3.3.1 # via requests docutils==0.20.1 # via sphinx -furo==2023.9.10 +furo==2024.8.6 # via -r docs.in idna==3.4 # via requests @@ -28,7 +28,7 @@ markupsafe==2.1.3 # via jinja2 packaging==23.2 # via sphinx -pygments==2.16.1 +pygments==2.18.0 # via # furo # sphinx @@ -38,7 +38,7 @@ snowballstemmer==2.2.0 # via sphinx soupsieve==2.5 # via beautifulsoup4 -sphinx==7.2.6 +sphinx==8.0.2 # via # -r docs.in # furo diff --git a/requirements/tests.txt b/requirements/tests.txt index 69025910..46ba2780 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -4,17 +4,17 @@ # # pip-compile tests.in # -asgiref==3.7.2 +asgiref==3.8.1 # via -r tests.in -blinker==1.6.3 +blinker==1.8.2 # via -r tests.in -coverage==7.3.2 +coverage==7.6.1 # via -r tests.in 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.3.2 # via -r tests.in