From 2d36e8cf2925bd8417cf7e566cfee0d67c21f584 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 21:52:21 +0000 Subject: [PATCH] build(deps): Bump the python-dev-deps group across 1 directory with 7 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio), [ruff](https://github.com/astral-sh/ruff), [hypothesis](https://github.com/HypothesisWorks/hypothesis), [pip-audit](https://github.com/pypa/pip-audit), [grpcio-tools](https://github.com/grpc/grpc) and [mypy-protobuf](https://github.com/nipunn1313/mypy-protobuf) to permit the latest version. Updates `pytest` to 9.1.0 - [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/9.0.3...9.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/v1.3.0...v1.4.0) Updates `ruff` to 0.15.18 - [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.15.14...0.15.18) Updates `hypothesis` to 6.155.5 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.152.9...v6.155.5) 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.10.0...v2.10.1) Updates `grpcio-tools` to 1.81.1 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.66.0...v1.81.1) Updates `mypy-protobuf` to 5.1.0 - [Changelog](https://github.com/nipunn1313/mypy-protobuf/blob/main/CHANGELOG.md) - [Commits](https://github.com/nipunn1313/mypy-protobuf/compare/v3.6.0...v5.1.0) --- updated-dependencies: - dependency-name: grpcio-tools dependency-version: 1.81.1 dependency-type: direct:development dependency-group: python-dev-deps - dependency-name: hypothesis dependency-version: 6.155.2 dependency-type: direct:development dependency-group: python-dev-deps - dependency-name: mypy-protobuf dependency-version: 5.1.0 dependency-type: direct:development dependency-group: python-dev-deps - dependency-name: pip-audit dependency-version: 2.10.1 dependency-type: direct:development dependency-group: python-dev-deps - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:development dependency-group: python-dev-deps - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:development dependency-group: python-dev-deps - dependency-name: ruff dependency-version: 0.15.17 dependency-type: direct:development dependency-group: python-dev-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f4a9a1b..60014ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,20 +39,20 @@ members = [ [dependency-groups] dev = [ - "pytest>=9.0.3", - "pytest-asyncio>=1.3.0", + "pytest>=9.1.0", + "pytest-asyncio>=1.4.0", "mypy>=2.1.0", - "ruff>=0.15.14", - "hypothesis>=6.152.9", + "ruff>=0.15.18", + "hypothesis>=6.155.5", "pre-commit>=4.6.0", - "pip-audit>=2.10.0", + "pip-audit>=2.10.1", "pytest-cov>=7.1.0", "types-pyyaml>=6.0.12.20260518", # gRPC codegen tooling (Step 3.2) — proto/rag.proto stub generation + # mypy-protobuf .pyi emission. Runtime grpcio deps live in # apps/gateway/pyproject.toml. - "grpcio-tools>=1.66", - "mypy-protobuf>=3.6", + "grpcio-tools>=1.81.1", + "mypy-protobuf>=5.1.0", ] # ---------------------------------------------------------------------------