From 38d175ac5f7a61da5bdcab5a81365fd93460de5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 15:02:51 +0000 Subject: [PATCH 1/2] Bump the minor-and-patch group with 3 updates Bumps the minor-and-patch group with 3 updates: [coverage](https://github.com/coveragepy/coveragepy), [ipython](https://github.com/ipython/ipython) and [pytest](https://github.com/pytest-dev/pytest). Updates `coverage` from 7.12.0 to 7.13.0 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.12.0...7.13.0) Updates `ipython` from 9.7.0 to 9.8.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/9.7.0...9.8.0) Updates `pytest` from 9.0.1 to 9.0.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.1...9.0.2) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.13.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: ipython dependency-version: 9.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: pytest dependency-version: 9.0.2 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 d1c274b..6cef603 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,13 +3,13 @@ aspy.yaml==1.3.0 attrs==25.4.0 backcall==0.2.0 cfgv==3.5.0 -coverage==7.12.0 +coverage==7.13.0 decorator==5.2.1 identify==2.6.15 importlib-metadata==8.7.0 importlib-resources==6.5.2 ipdb==0.13.13 -ipython==9.7.0 +ipython==9.8.0 ipython-genutils==0.2.0 jedi==0.19.2 more-itertools==10.8.0 @@ -26,7 +26,7 @@ ptyprocess==0.7.0 py==1.11.0 Pygments==2.19.2 pyparsing==3.2.5 -pytest==9.0.1 +pytest==9.0.2 pytest-cov==7.0.0 pytest-mock==3.15.1 six==1.17.0 From 4f5583d7aec9fe9d54b5d9901880fe21d145b45b Mon Sep 17 00:00:00 2001 From: Damian Jachyra <44927998+damianjachyra@users.noreply.github.com> Date: Tue, 9 Dec 2025 16:13:47 -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 463008a..992b3af 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.6 + rev: v0.14.8 hooks: - id: ruff-check args: [--fix]