From fc72a8cc8eb2fa841d5dfce5ab214962b6f16d9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 16:52:32 +0000 Subject: [PATCH] [pip](deps-dev): Bump the dev-deps group across 1 directory with 4 updates Updates the requirements on [lefthook](https://github.com/evilmartians/lefthook), [pyright](https://github.com/RobertCraigie/pyright-python), [ruff](https://github.com/astral-sh/ruff) and [tox](https://github.com/tox-dev/tox) to permit the latest version. Updates `lefthook` to 2.1.6 - [Release notes](https://github.com/evilmartians/lefthook/releases) - [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md) - [Commits](https://github.com/evilmartians/lefthook/compare/v1.10.11...v2.1.6) Updates `pyright` to 1.1.409 - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.394...v1.1.409) Updates `ruff` to 0.15.12 - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.9.7...0.15.12) Updates `tox` to 4.53.0 - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.24.1...4.53.0) --- updated-dependencies: - dependency-name: lefthook dependency-version: 2.1.6 dependency-type: direct:development dependency-group: dev-deps - dependency-name: pyright dependency-version: 1.1.409 dependency-type: direct:development dependency-group: dev-deps - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:development dependency-group: dev-deps - dependency-name: tox dependency-version: 4.53.0 dependency-type: direct:development dependency-group: dev-deps ... 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 50a0fbb..46d1e16 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,10 +1,10 @@ -r requirements.txt # Develoment -lefthook>=1.10.11,<2 -pyright[nodejs]>=1.1.394,<2 -ruff>=0.9.7,<1 -tox>=4.24.1,<5 +lefthook>=2.1.6,<3 +pyright[nodejs]>=1.1.409,<2 +ruff>=0.15.12,<1 +tox>=4.53.0,<5 # Docs sphinx>=8.2.1,<9