From 6736b27ac954640af75a3021ae5f35ad6ff2c565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 15:19:26 +0000 Subject: [PATCH 1/2] Bump the minor-and-patch group with 3 updates Bumps the minor-and-patch group with 3 updates: [attrs](https://github.com/sponsors/hynek), [identify](https://github.com/pre-commit/identify) and [tox](https://github.com/tox-dev/tox). Updates `attrs` from 25.3.0 to 25.4.0 - [Commits](https://github.com/sponsors/hynek/commits) Updates `identify` from 2.6.14 to 2.6.15 - [Commits](https://github.com/pre-commit/identify/compare/v2.6.14...v2.6.15) Updates `tox` from 4.30.2 to 4.30.3 - [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.30.2...4.30.3) --- updated-dependencies: - dependency-name: attrs dependency-version: 25.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: identify dependency-version: 2.6.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: tox dependency-version: 4.30.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... 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 e10988e..233241c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,11 +1,11 @@ appnope==0.1.4 aspy.yaml==1.3.0 -attrs==25.3.0 +attrs==25.4.0 backcall==0.2.0 cfgv==3.4.0 coverage==7.10.7 decorator==5.2.1 -identify==2.6.14 +identify==2.6.15 importlib-metadata==8.7.0 importlib-resources==6.5.2 ipdb==0.13.13 @@ -31,7 +31,7 @@ pytest-cov==7.0.0 pytest-mock==3.15.1 six==1.17.0 toml==0.10.2 -tox==4.30.2 +tox==4.30.3 traitlets==5.14.3 virtualenv==20.34.0 wcwidth==0.2.14 From 83a0c97278eeba377d1732cdb1c1ec7b26ade9b7 Mon Sep 17 00:00:00 2001 From: Damian Jachyra <44927998+damianjachyra@users.noreply.github.com> Date: Wed, 8 Oct 2025 08:24:19 -0400 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 6341c84..4308b17 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.13.2 + rev: v0.14.0 hooks: - id: ruff-check args: [--fix]