From e19b9ddd8d5538d0a156b31bb9b56c166d9640d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:04:21 +0000 Subject: [PATCH] Bump the dev-dependencies group across 1 directory with 3 updates Updates the requirements on [nox](https://github.com/wntrblm/nox), [pre-commit](https://github.com/pre-commit/pre-commit) and [zipp](https://github.com/jaraco/zipp) to permit the latest version. Updates `nox` to 2026.4.10 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](https://github.com/wntrblm/nox/compare/2026.02.09...2026.04.10) 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.5.1...v4.6.0) Updates `zipp` to 3.23.1 - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/zipp/compare/v3.19.1...v3.23.1) --- updated-dependencies: - dependency-name: nox dependency-version: 2026.4.10 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: pre-commit dependency-version: 4.6.0 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: zipp dependency-version: 3.23.1 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 8bb64c8c..d0d72baf 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,3 +1,3 @@ -nox>=2026.2.9 -pre-commit>=4.5.1,<5 -zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability +nox>=2026.4.10 +pre-commit>=4.6.0,<5 +zipp>=3.23.1 # not directly required, pinned by Snyk to avoid a vulnerability