From 6fcefce8a3135a4b3d0688f726c1ce59ea02dddd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 08:26:39 +0000 Subject: [PATCH] chore(deps-dev): bump the dev group across 1 directory with 9 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio), [pytest-cov](https://github.com/pytest-dev/pytest-cov), [hypothesis](https://github.com/HypothesisWorks/hypothesis), [ruff](https://github.com/astral-sh/ruff), [mypy](https://github.com/python/mypy), [bandit](https://github.com/PyCQA/bandit), [pip-audit](https://github.com/pypa/pip-audit) and [httpx](https://github.com/encode/httpx) to permit the latest version. Updates `pytest` to 9.1.1 - [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.0...9.1.1) Updates `pytest-asyncio` to 1.4.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.0...v1.4.0) Updates `pytest-cov` to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v5.0.0...v7.1.0) Updates `hypothesis` to 6.168.0 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.0.0...v6.168.0) Updates `ruff` to 0.16.8 - [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.4.0...0.16.8) Updates `mypy` to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.0...v2.3.1) Updates `bandit` to 1.9.4 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.0...1.9.4) Updates `pip-audit` to 2.10.1 - [Release notes](https://github.com/pypa/pip-audit/releases) - [Changelog](https://github.com/pypa/pip-audit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pypa/pip-audit/compare/v2.7.0...v2.10.1) Updates `httpx` to 0.28.1 - [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.27.0...0.28.1) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.9.4 dependency-type: direct:development dependency-group: dev - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:development dependency-group: dev - dependency-name: hypothesis dependency-version: 6.168.0 dependency-type: direct:development dependency-group: dev - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development dependency-group: dev - dependency-name: pip-audit dependency-version: 2.10.1 dependency-type: direct:development dependency-group: dev - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development dependency-group: dev - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:development dependency-group: dev - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development dependency-group: dev - dependency-name: ruff dependency-version: 0.16.7 dependency-type: direct:development dependency-group: dev ... Signed-off-by: dependabot[bot] --- pyproject.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 35dce5b..83bbe2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,19 +44,19 @@ dependencies = [ [project.optional-dependencies] dev = [ - "pytest>=7.4", - "pytest-asyncio>=0.23", - "pytest-cov>=5.0", - "hypothesis>=6.0", - "ruff>=0.4.0", - "mypy>=1.10", - "bandit>=1.7", - "pip-audit>=2.7", - "httpx>=0.27", + "pytest>=9.1.1", + "pytest-asyncio>=1.4.0", + "pytest-cov>=7.1.0", + "hypothesis>=6.168.0", + "ruff>=0.16.8", + "mypy>=2.3.1", + "bandit>=1.9.4", + "pip-audit>=2.10.1", + "httpx>=0.28.1", ] security = [ - "bandit>=1.7", - "pip-audit>=2.7", + "bandit>=1.9.4", + "pip-audit>=2.10.1", ] gcs = [ "google-cloud-storage>=2.10",