From 83778d8673185844c5b4507f79fa4e86bd08b3f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 17:13:45 +0000 Subject: [PATCH] Bump the python-packages group with 4 updates Bumps the python-packages group with 4 updates: [ruff](https://github.com/astral-sh/ruff), [pytest](https://github.com/pytest-dev/pytest), [mypy](https://github.com/python/mypy) and [types-requests](https://github.com/python/typeshed). Updates `ruff` from 0.15.17 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.17...0.15.21) Updates `pytest` from 9.1.0 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.1.0...9.1.1) Updates `mypy` from 2.1.0 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 `types-requests` from 2.33.0.20260518 to 2.33.0.20260712 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.21 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: types-requests dependency-version: 2.33.0.20260712 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b713e0d..6c58a32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,21 +21,21 @@ operator = [ ] formatting = [ - "ruff==0.15.17" + "ruff==0.15.21" ] test = [ - "pytest==9.1.0", + "pytest==9.1.1", "pytest-cov==7.1.0", "pytest-asyncio==1.4.0" ] code-inspection = [ - "mypy==2.1.0", + "mypy==2.3.0", "types-PyYAML==6.0.12.20260518", "file_watcher[test]", "file_watcher[operator]", - "types-requests==2.33.0.20260518" + "types-requests==2.33.0.20260712" ] dev = [