From ff91c5ee540ea86f3d6732988ceab3855c5ec473 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 15:29:36 +0000 Subject: [PATCH] chore(deps-dev): bump the dev group with 4 updates Updates the requirements on [ruff](https://github.com/astral-sh/ruff), [basedpyright](https://github.com/detachhead/basedpyright), [types-requests](https://github.com/python/typeshed) and [zizmor](https://github.com/zizmorcore/zizmor) to permit the latest version. Updates `ruff` to 0.15.14 - [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.13...0.15.14) Updates `basedpyright` to 1.39.5 - [Release notes](https://github.com/detachhead/basedpyright/releases) - [Commits](https://github.com/detachhead/basedpyright/compare/v1.39.4...v1.39.5) Updates `types-requests` to 2.33.0.20260518 - [Commits](https://github.com/python/typeshed/commits) Updates `zizmor` to 1.25.2 - [Release notes](https://github.com/zizmorcore/zizmor/releases) - [Changelog](https://github.com/zizmorcore/zizmor/blob/main/docs/release-notes.md) - [Commits](https://github.com/zizmorcore/zizmor/compare/v1.25.0...v1.25.2) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.14 dependency-type: direct:development dependency-group: dev - dependency-name: basedpyright dependency-version: 1.39.5 dependency-type: direct:development dependency-group: dev - dependency-name: types-requests dependency-version: 2.33.0.20260518 dependency-type: direct:development dependency-group: dev - dependency-name: zizmor dependency-version: 1.25.2 dependency-type: direct:development dependency-group: dev ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 36e56c3..16aa6af 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ -r requirements.txt -ruff>=0.15.13 +ruff>=0.15.14 mypy>=2.1.0 -basedpyright >= 1.39.4 -types-requests >= 2.33.0.20260513 -zizmor >= 1.25.0, < 1.26 +basedpyright >= 1.39.5 +types-requests >= 2.33.0.20260518 +zizmor >= 1.25.2, < 1.26