From 05af010a2814766b534041559e1d1fa82c20f59d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 07:41:50 +0000 Subject: [PATCH] Bump the python-requirements group in /requirements with 2 updates Bumps the python-requirements group in /requirements with 2 updates: [typeguard](https://github.com/agronholm/typeguard) and [ruff](https://github.com/astral-sh/ruff). Updates `typeguard` from 4.4.0 to 4.4.1 - [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.4.0...4.4.1) Updates `ruff` from 0.7.1 to 0.7.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/0.7.1...0.7.2) --- updated-dependencies: - dependency-name: typeguard dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- requirements/style.txt | 2 +- requirements/tests.txt | 2 +- requirements/typing.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 25231e2..6def058 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.4.0 # https://github.com/agronholm/typeguard +typeguard==4.4.1 # 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/style.txt b/requirements/style.txt index 98c63bf..1e74ce4 100644 --- a/requirements/style.txt +++ b/requirements/style.txt @@ -1,3 +1,3 @@ # Code formatter + Code quality + Code linter # ------------------------------------------------------------------------------ -ruff==0.7.1 # https://github.com/astral-sh/ruff +ruff==0.7.2 # https://github.com/astral-sh/ruff diff --git a/requirements/tests.txt b/requirements/tests.txt index dc0cb82..72c609a 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -9,7 +9,7 @@ pytest-selenium==4.1.0 # https://github.com/pytest-dev/pytest-selenium # Type check # ------------------------------------------------------------------------------ -typeguard==4.4.0 # https://github.com/agronholm/typeguard +typeguard==4.4.1 # https://github.com/agronholm/typeguard # Code quality # ------------------------------------------------------------------------------ diff --git a/requirements/typing.txt b/requirements/typing.txt index a0cfe93..b1aa9ea 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -3,5 +3,5 @@ mypy==1.13.0;python_version>="3.11" # https://github.com/python/mypy pytype==2024.10.11;python_version~="3.11.0" # https://github.com/google/pytype types_setuptools==75.2.0.20241025 # https://github.com/python/typeshed -typeguard==4.4.0 # https://github.com/agronholm/typeguard +typeguard==4.4.1 # https://github.com/agronholm/typeguard pyright==1.1.387;python_version>="3.11" # https://github.com/microsoft/pyright