From e0d0050840578b2fe133db75d6655a112354ea04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 23:45:44 +0000 Subject: [PATCH] build(deps): Bump the python-dev-deps group across 1 directory with 8 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio), [mypy](https://github.com/python/mypy), [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.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/9.0.3...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/v1.3.0...v1.4.0) Updates `mypy` to 2.3.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.1.0...v2.3.0) Updates `ruff` to 0.15.21 - [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.21) Updates `hypothesis` to 6.156.6 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.152.9...v6.156.6) 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.82.1 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.66.0...v1.82.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: pytest dependency-version: 9.1.1 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: mypy dependency-version: 2.3.0 dependency-type: direct:development dependency-group: python-dev-deps - dependency-name: ruff dependency-version: 0.15.21 dependency-type: direct:development dependency-group: python-dev-deps - dependency-name: hypothesis dependency-version: 6.156.6 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: grpcio-tools dependency-version: 1.82.1 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 ... Signed-off-by: dependabot[bot] --- pyproject.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f4a9a1b..a853e25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,20 +39,20 @@ members = [ [dependency-groups] dev = [ - "pytest>=9.0.3", - "pytest-asyncio>=1.3.0", - "mypy>=2.1.0", - "ruff>=0.15.14", - "hypothesis>=6.152.9", + "pytest>=9.1.1", + "pytest-asyncio>=1.4.0", + "mypy>=2.3.0", + "ruff>=0.15.21", + "hypothesis>=6.156.6", "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.82.1", + "mypy-protobuf>=5.1.0", ] # ---------------------------------------------------------------------------