From f4dd353a508e883c134ccf1202b1b71bcdb9a14b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 05:54:15 +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 | | --- | --- | --- | | [sphinx](https://github.com/sphinx-doc/sphinx) | `8.0.2` | `8.1.3` | | [mypy](https://github.com/python/mypy) | `1.11.1` | `1.13.0` | | [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.377` | `1.1.387` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` | | [types-python-dateutil](https://github.com/python/typeshed) | `2.9.0.20240821` | `2.9.0.20241003` | | [build](https://github.com/pypa/build) | `1.2.1` | `1.2.2.post1` | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.1` | `7.6.4` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `3.8.0` | `4.0.1` | | [tox](https://github.com/tox-dev/tox) | `4.18.0` | `4.23.2` | Updates `sphinx` from 8.0.2 to 8.1.3 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v8.0.2...v8.1.3) Updates `mypy` from 1.11.1 to 1.13.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.1...v1.13.0) Updates `pyright` from 1.1.377 to 1.1.387 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.377...v1.1.387) Updates `pytest` from 8.3.2 to 8.3.3 - [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/8.3.2...8.3.3) Updates `types-python-dateutil` from 2.9.0.20240821 to 2.9.0.20241003 - [Commits](https://github.com/python/typeshed/commits) Updates `build` from 1.2.1 to 1.2.2.post1 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/1.2.1...1.2.2.post1) Updates `coverage` from 7.6.1 to 7.6.4 - [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.6.1...7.6.4) Updates `pre-commit` from 3.8.0 to 4.0.1 - [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.8.0...v4.0.1) Updates `tox` from 4.18.0 to 4.23.2 - [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.18.0...4.23.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: types-python-dateutil dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: build dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: pre-commit dependency-type: direct:development 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/build.txt | 2 +- requirements/dev.txt | 25 +++++++++++++------------ requirements/docs.txt | 2 +- requirements/tests.txt | 4 ++-- requirements/typing.txt | 12 +++++++----- 5 files changed, 24 insertions(+), 21 deletions(-) diff --git a/requirements/build.txt b/requirements/build.txt index 4b289ca..518e68d 100644 --- a/requirements/build.txt +++ b/requirements/build.txt @@ -4,7 +4,7 @@ # # pip-compile build.in # -build==1.2.1 +build==1.2.2.post1 # via -r build.in packaging==24.1 # via build diff --git a/requirements/dev.txt b/requirements/dev.txt index ae579a5..73a66f2 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -32,7 +32,7 @@ charset-normalizer==3.3.2 # requests colorama==0.4.6 # via tox -coverage==7.6.1 +coverage==7.6.4 # via -r tests.txt distlib==0.3.8 # via virtualenv @@ -41,7 +41,7 @@ docutils==0.21.2 # -r docs.txt # myst-parser # sphinx -filelock==3.15.4 +filelock==3.16.1 # via # tox # virtualenv @@ -84,7 +84,7 @@ mdurl==0.1.2 # via # -r docs.txt # markdown-it-py -mypy==1.11.1 +mypy==1.13.0 # via -r typing.txt mypy-extensions==1.0.0 # via @@ -106,7 +106,7 @@ packaging==24.1 # pytest # sphinx # tox -platformdirs==4.2.2 +platformdirs==4.3.6 # via # tox # virtualenv @@ -116,18 +116,18 @@ pluggy==1.5.0 # -r typing.txt # pytest # tox -pre-commit==3.8.0 +pre-commit==4.0.1 # via -r dev.in pygments==2.18.0 # via # -r docs.txt # furo # sphinx -pyproject-api==1.7.1 +pyproject-api==1.8.0 # via tox -pyright==1.1.377 +pyright==1.1.387 # via -r typing.txt -pytest==8.3.2 +pytest==8.3.3 # via # -r tests.txt # -r typing.txt @@ -148,7 +148,7 @@ soupsieve==2.6 # via # -r docs.txt # beautifulsoup4 -sphinx==8.0.2 +sphinx==8.1.3 # via # -r docs.txt # furo @@ -185,19 +185,20 @@ sphinxcontrib-serializinghtml==2.0.0 # via # -r docs.txt # sphinx -tox==4.18.0 +tox==4.23.2 # via -r dev.in -types-python-dateutil==2.9.0.20240821 +types-python-dateutil==2.9.0.20241003 # via -r typing.txt typing-extensions==4.12.2 # via # -r typing.txt # mypy + # pyright urllib3==2.2.2 # via # -r docs.txt # requests -virtualenv==20.26.3 +virtualenv==20.27.1 # via # pre-commit # tox diff --git a/requirements/docs.txt b/requirements/docs.txt index 7767f63..d99e7f9 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -54,7 +54,7 @@ snowballstemmer==2.2.0 # via sphinx soupsieve==2.6 # via beautifulsoup4 -sphinx==8.0.2 +sphinx==8.1.3 # via # -r docs.in # furo diff --git a/requirements/tests.txt b/requirements/tests.txt index 7de98f7..21a4380 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -4,7 +4,7 @@ # # pip-compile tests.in # -coverage==7.6.1 +coverage==7.6.4 # via -r tests.in iniconfig==2.0.0 # via pytest @@ -12,5 +12,5 @@ packaging==24.1 # via pytest pluggy==1.5.0 # via pytest -pytest==8.3.2 +pytest==8.3.3 # via -r tests.in diff --git a/requirements/typing.txt b/requirements/typing.txt index 3c61183..3334e6d 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -6,7 +6,7 @@ # iniconfig==2.0.0 # via pytest -mypy==1.11.1 +mypy==1.13.0 # via -r typing.in mypy-extensions==1.0.0 # via mypy @@ -16,11 +16,13 @@ packaging==24.1 # via pytest pluggy==1.5.0 # via pytest -pyright==1.1.377 +pyright==1.1.387 # via -r typing.in -pytest==8.3.2 +pytest==8.3.3 # via -r typing.in -types-python-dateutil==2.9.0.20240821 +types-python-dateutil==2.9.0.20241003 # via -r typing.in typing-extensions==4.12.2 - # via mypy + # via + # mypy + # pyright