From e8e7f340491a30f7bdd3ed43795bc6f1748d9121 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 06:13:11 +0000 Subject: [PATCH] chore(deps-dev): bump the python-deps group across 1 directory with 7 updates Updates the requirements on [ruff](https://github.com/astral-sh/ruff), [mypy](https://github.com/python/mypy), [pytest](https://github.com/pytest-dev/pytest), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio), [pre-commit](https://github.com/pre-commit/pre-commit), [greenlet](https://github.com/python-greenlet/greenlet) and [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. 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.8.0...0.15.18) Updates `mypy` to 2.1.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.13.0...v2.1.0) 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.3.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.24.0...v1.4.0) Updates `pre-commit` to 4.6.0 - [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.0.0...v4.6.0) Updates `greenlet` to 3.5.2 - [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst) - [Commits](https://github.com/python-greenlet/greenlet/compare/3.5.1...3.5.2) 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/v6.0.0...v7.1.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.18 dependency-type: direct:development dependency-group: python-deps - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development dependency-group: python-deps - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development dependency-group: python-deps - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:development dependency-group: python-deps - dependency-name: pre-commit dependency-version: 4.6.0 dependency-type: direct:development dependency-group: python-deps - dependency-name: greenlet dependency-version: 3.5.2 dependency-type: direct:development dependency-group: python-deps - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development dependency-group: python-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 84600c4..9e67158 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,15 +27,15 @@ repopilot-llm = { workspace = true } [dependency-groups] dev = [ - "ruff>=0.8.0", - "mypy>=1.13.0", - "pytest>=8.3.0", - "pytest-asyncio>=0.24.0", - "pre-commit>=4.0.0", + "ruff>=0.15.18", + "mypy>=2.1.0", + "pytest>=9.1.1", + "pytest-asyncio>=1.4.0", + "pre-commit>=4.6.0", "aiosqlite>=0.22.1", - "greenlet>=3.5.1", + "greenlet>=3.5.2", "types-pyyaml>=6.0.12.20260518", - "pytest-cov>=6.0.0", + "pytest-cov>=7.1.0", ] [tool.ruff]