From ab4cadf347235437e7f925f6e942609be02e8758 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 23:46:03 +0000 Subject: [PATCH] build(deps): Bump the python-dev-deps group across 1 directory with 10 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), [pre-commit](https://github.com/pre-commit/pre-commit), [pip-audit](https://github.com/pypa/pip-audit), [types-pyyaml](https://github.com/python/typeshed), [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.16.0 - [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.16.0) Updates `hypothesis` to 6.161.8 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.152.9...v6.161.8) Updates `pre-commit` to 4.6.1 - [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/v4.6.0...v4.6.1) 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 `types-pyyaml` to 6.0.12.20260724 - [Commits](https://github.com/python/typeshed/commits) Updates `grpcio-tools` to 1.83.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.66.0...v1.83.0) 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.16.0 dependency-type: direct:development dependency-group: python-dev-deps - dependency-name: hypothesis dependency-version: 6.161.8 dependency-type: direct:development dependency-group: python-dev-deps - dependency-name: pre-commit dependency-version: 4.6.1 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: types-pyyaml dependency-version: 6.0.12.20260724 dependency-type: direct:development dependency-group: python-dev-deps - dependency-name: grpcio-tools dependency-version: 1.83.0 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 | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f4a9a1b..8f08498 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", - "pre-commit>=4.6.0", - "pip-audit>=2.10.0", + "pytest>=9.1.1", + "pytest-asyncio>=1.4.0", + "mypy>=2.3.0", + "ruff>=0.16.0", + "hypothesis>=6.161.8", + "pre-commit>=4.6.1", + "pip-audit>=2.10.1", "pytest-cov>=7.1.0", - "types-pyyaml>=6.0.12.20260518", + "types-pyyaml>=6.0.12.20260724", # 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.83.0", + "mypy-protobuf>=5.1.0", ] # ---------------------------------------------------------------------------