From 1326ae0a7bf6b051ff10d1dcbee54475e7621ff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 08:46:49 +0000 Subject: [PATCH] chore(deps-dev): bump the python-dev group across 1 directory with 5 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [pytest-cov](https://github.com/pytest-dev/pytest-cov), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio), [mypy](https://github.com/python/mypy) and [pre-commit](https://github.com/pre-commit/pre-commit) 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/8.2.0...9.1.1) 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 `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 `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 `pre-commit` to 4.6.2 - [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.7.0...v4.6.2) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development dependency-group: python-dev - dependency-name: pre-commit dependency-version: 4.6.2 dependency-type: direct:development dependency-group: python-dev - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development dependency-group: python-dev - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:development dependency-group: python-dev - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development dependency-group: python-dev ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 05363c8..ce50b0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,14 +42,14 @@ dependencies = [ graphql = ["graphql-core>=3.2,<4.0"] grpc = ["grpcio-tools>=1.62,<2.0"] dev = [ - "pytest>=8.2,<9.0", - "pytest-cov>=5.0,<6.0", - "pytest-asyncio>=0.23,<1.0", + "pytest>=8.2,<10.0", + "pytest-cov>=5.0,<8.0", + "pytest-asyncio>=0.23,<2.0", "hypothesis>=6.100,<7.0", "ruff>=0.5,<1.0", - "mypy>=1.10,<2.0", + "mypy>=1.10,<3.0", "types-PyYAML", - "pre-commit>=3.7,<4.0", + "pre-commit>=3.7,<5.0", "build>=1.2,<2.0", ]