From 445cef5475ffc54a43e6b08ddb202eb6fdcb9c57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 15:10:50 +0000 Subject: [PATCH 1/2] Bump the minor-and-patch group across 1 directory with 2 updates Bumps the minor-and-patch group with 2 updates in the / directory: [tox](https://github.com/tox-dev/tox) and [virtualenv](https://github.com/pypa/virtualenv). Updates `tox` from 4.31.0 to 4.32.0 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.31.0...4.32.0) Updates `virtualenv` from 20.35.3 to 20.35.4 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.35.3...20.35.4) --- updated-dependencies: - dependency-name: tox dependency-version: 4.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: virtualenv dependency-version: 20.35.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index de1931c..ed23dd3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -31,8 +31,8 @@ pytest-cov==7.0.0 pytest-mock==3.15.1 six==1.17.0 toml==0.10.2 -tox==4.31.0 +tox==4.32.0 traitlets==5.14.3 -virtualenv==20.35.3 +virtualenv==20.35.4 wcwidth==0.2.14 zipp==3.23.0 From 7a2e0dd5e41795f1a31f423fdeef61fb7d8badf7 Mon Sep 17 00:00:00 2001 From: Damian Jachyra <44927998+damianjachyra@users.noreply.github.com> Date: Mon, 3 Nov 2025 10:49:59 -0500 Subject: [PATCH 2/2] pre-commit run --all-files --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b135222..dbba334 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: codespell exclude: ^locale/ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.1 + rev: v0.14.3 hooks: - id: ruff-check args: [--fix]