From 26fcfa0a5511a3eb464f869d39ce0bef760f0dc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:08:08 +0000 Subject: [PATCH] Bump the python-requirements group across 1 directory with 11 updates Bumps the python-requirements group with 11 updates in the /requirements directory: | Package | From | To | | --- | --- | --- | | [typeguard](https://github.com/agronholm/typeguard) | `4.3.0` | `4.4.0` | | [sphinx](https://github.com/sphinx-doc/sphinx) | `8.1.0` | `8.1.3` | | [sphinx-issues](https://github.com/sloria/sphinx-issues) | `4.1.0` | `5.0.0` | | [pallets-sphinx-themes](https://github.com/pallets/pallets-sphinx-themes) | `2.1.3` | `2.3.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.6.9` | `0.7.1` | | [setuptools](https://github.com/pypa/setuptools) | `75.1.0` | `75.2.0` | | [mypy[mypyc]](https://github.com/python/mypy) | `1.11.2` | `1.13.0` | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.1` | `7.6.4` | | [mypy](https://github.com/python/mypy) | `1.11.2` | `1.13.0` | | [types-setuptools](https://github.com/python/typeshed) | `75.1.0.20240917` | `75.2.0.20241025` | | [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.384` | `1.1.386` | Updates `typeguard` from 4.3.0 to 4.4.0 - [Release notes](https://github.com/agronholm/typeguard/releases) - [Changelog](https://github.com/agronholm/typeguard/blob/master/docs/versionhistory.rst) - [Commits](https://github.com/agronholm/typeguard/compare/4.3.0...4.4.0) Updates `sphinx` from 8.1.0 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.1.0...v8.1.3) Updates `sphinx-issues` from 4.1.0 to 5.0.0 - [Commits](https://github.com/sloria/sphinx-issues/compare/4.1.0...5.0.0) Updates `pallets-sphinx-themes` from 2.1.3 to 2.3.0 - [Release notes](https://github.com/pallets/pallets-sphinx-themes/releases) - [Changelog](https://github.com/pallets/pallets-sphinx-themes/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/pallets-sphinx-themes/compare/2.1.3...2.3.0) Updates `ruff` from 0.6.9 to 0.7.1 - [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/0.6.9...0.7.1) Updates `setuptools` from 75.1.0 to 75.2.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v75.1.0...v75.2.0) Updates `mypy[mypyc]` from 1.11.2 to 1.13.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.2...v1.13.0) 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 `mypy` from 1.11.2 to 1.13.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.2...v1.13.0) Updates `types-setuptools` from 75.1.0.20240917 to 75.2.0.20241025 - [Commits](https://github.com/python/typeshed/commits) Updates `pyright` from 1.1.384 to 1.1.386 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.384...v1.1.386) --- updated-dependencies: - dependency-name: typeguard dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: sphinx-issues dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-requirements - dependency-name: pallets-sphinx-themes dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: mypy[mypyc] 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-patch dependency-group: python-requirements - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: types-setuptools 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 ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- requirements/cbuild.txt | 4 ++-- requirements/docs.txt | 6 +++--- requirements/style.txt | 2 +- requirements/tests.txt | 4 ++-- requirements/typing.txt | 8 ++++---- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 9b2a07b..25231e2 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -4,7 +4,7 @@ Flask>=3.0.0,<4.0 # https://github.com/pallets/flask # Tools # ------------------------------------------------------------------------------ -typeguard==4.3.0 # https://github.com/agronholm/typeguard +typeguard==4.4.0 # https://github.com/agronholm/typeguard typing_extensions>=4.3.0 # https://github.com/python/typing/blob/master/typing_extensions/README.rst typing_inspect==0.9.0 # https://github.com/ilevkivskyi/typing_inspect diff --git a/requirements/cbuild.txt b/requirements/cbuild.txt index dffe788..ed1042b 100644 --- a/requirements/cbuild.txt +++ b/requirements/cbuild.txt @@ -3,9 +3,9 @@ # Tools # ------------------------------------------------------------------------------ cibuildwheel==2.21.3 # https://github.com/pypa/cibuildwheel -setuptools==75.1.0 # https://github.com/pypa/setuptools +setuptools==75.2.0 # https://github.com/pypa/setuptools # Mypyc # ------------------------------------------------------------------------------ -mypy[mypyc]==1.11.2 # https://github.com/python/mypy +mypy[mypyc]==1.13.0 # https://github.com/python/mypy mypy-extensions==1.0.0 # https://github.com/python/mypy_extensions diff --git a/requirements/docs.txt b/requirements/docs.txt index e4b57b3..959167b 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,10 +1,10 @@ # Documentation # ------------------------------------------------------------------------------ -Sphinx==8.1.0 # https://github.com/sphinx-doc/sphinx +Sphinx==8.1.3 # https://github.com/sphinx-doc/sphinx sphinx-tabs==3.4.7 # https://github.com/executablebooks/sphinx-tabs -sphinx-issues==4.1.0 # https://github.com/sloria/sphinx-issues +sphinx-issues==5.0.0 # https://github.com/sloria/sphinx-issues sphinxcontrib-log-cabinet==1.0.1 # https://github.com/davidism/sphinxcontrib-log-cabinet # Pallets # ------------------------------------------------------------------------------ -Pallets-Sphinx-Themes==2.1.3 # https://github.com/pallets/pallets-sphinx-themes +Pallets-Sphinx-Themes==2.3.0 # https://github.com/pallets/pallets-sphinx-themes diff --git a/requirements/style.txt b/requirements/style.txt index e9ccd44..98c63bf 100644 --- a/requirements/style.txt +++ b/requirements/style.txt @@ -1,3 +1,3 @@ # Code formatter + Code quality + Code linter # ------------------------------------------------------------------------------ -ruff==0.6.9 # https://github.com/astral-sh/ruff +ruff==0.7.1 # https://github.com/astral-sh/ruff diff --git a/requirements/tests.txt b/requirements/tests.txt index 67e6d92..9222c27 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -9,11 +9,11 @@ pytest-selenium==4.1.0 # https://github.com/pytest-dev/pytest-selenium # Type check # ------------------------------------------------------------------------------ -typeguard==4.3.0 # https://github.com/agronholm/typeguard +typeguard==4.4.0 # https://github.com/agronholm/typeguard # Code quality # ------------------------------------------------------------------------------ -coverage~=7.6.2 # https://github.com/nedbat/coveragepy +coverage~=7.6.4 # https://github.com/nedbat/coveragepy # Tools # ------------------------------------------------------------------------------ diff --git a/requirements/typing.txt b/requirements/typing.txt index 274510c..a618ee3 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -1,7 +1,7 @@ # Type check # ------------------------------------------------------------------------------ -mypy==1.11.2;python_version>="3.11" # https://github.com/python/mypy +mypy==1.13.0;python_version>="3.11" # https://github.com/python/mypy pytype==2024.1.5;python_version>="3.11" and python_version<"3.12" # https://github.com/google/pytype -types_setuptools==75.1.0.20240917 # https://github.com/python/typeshed -typeguard==4.3.0 # https://github.com/agronholm/typeguard -pyright==1.1.384;python_version>="3.11" # https://github.com/microsoft/pyright +types_setuptools==75.2.0.20241025 # https://github.com/python/typeshed +typeguard==4.4.0 # https://github.com/agronholm/typeguard +pyright==1.1.386;python_version>="3.11" # https://github.com/microsoft/pyright