From e763baa7022baa6b1460f9619878e4d12e2f7ece Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 15:03:01 +0000 Subject: [PATCH] Bump the minor-and-patch group across 1 directory with 7 updates Bumps the minor-and-patch group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [coverage](https://github.com/coveragepy/coveragepy) | `7.13.0` | `7.13.1` | | [importlib-metadata](https://github.com/python/importlib_metadata) | `8.7.0` | `8.7.1` | | [ipython](https://github.com/ipython/ipython) | `9.8.0` | `9.9.0` | | [nodeenv](https://github.com/ekalinin/nodeenv) | `1.9.1` | `1.10.0` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.5.0` | `4.5.1` | | [pyparsing](https://github.com/pyparsing/pyparsing) | `3.2.5` | `3.3.1` | | [tox](https://github.com/tox-dev/tox) | `4.32.0` | `4.33.0` | Updates `coverage` from 7.13.0 to 7.13.1 - [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.13.0...7.13.1) Updates `importlib-metadata` from 8.7.0 to 8.7.1 - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst) - [Commits](https://github.com/python/importlib_metadata/compare/v8.7.0...v8.7.1) Updates `ipython` from 9.8.0 to 9.9.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/9.8.0...9.9.0) Updates `nodeenv` from 1.9.1 to 1.10.0 - [Release notes](https://github.com/ekalinin/nodeenv/releases) - [Changelog](https://github.com/ekalinin/nodeenv/blob/master/CHANGES) - [Commits](https://github.com/ekalinin/nodeenv/compare/1.9.1...1.10.0) Updates `pre-commit` from 4.5.0 to 4.5.1 - [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.0...v4.5.1) Updates `pyparsing` from 3.2.5 to 3.3.1 - [Release notes](https://github.com/pyparsing/pyparsing/releases) - [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES) - [Commits](https://github.com/pyparsing/pyparsing/compare/3.2.5...3.3.1) Updates `tox` from 4.32.0 to 4.33.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.32.0...4.33.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.13.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: importlib-metadata dependency-version: 8.7.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: ipython dependency-version: 9.9.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: nodeenv dependency-version: 1.10.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: pre-commit dependency-version: 4.5.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: pyparsing dependency-version: 3.3.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: tox dependency-version: 4.33.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 6cef603..d9009f4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,35 +3,35 @@ aspy.yaml==1.3.0 attrs==25.4.0 backcall==0.2.0 cfgv==3.5.0 -coverage==7.13.0 +coverage==7.13.1 decorator==5.2.1 identify==2.6.15 -importlib-metadata==8.7.0 +importlib-metadata==8.7.1 importlib-resources==6.5.2 ipdb==0.13.13 -ipython==9.8.0 +ipython==9.9.0 ipython-genutils==0.2.0 jedi==0.19.2 more-itertools==10.8.0 -nodeenv==1.9.1 +nodeenv==1.10.0 packaging==25.0 parso==0.8.5 pexpect==4.9.0 pickleshare==0.7.5 pluggy==1.6.0 -pre-commit==4.5.0 +pre-commit==4.5.1 pretend==1.0.9 prompt-toolkit==3.0.52 ptyprocess==0.7.0 py==1.11.0 Pygments==2.19.2 -pyparsing==3.2.5 +pyparsing==3.3.1 pytest==9.0.2 pytest-cov==7.0.0 pytest-mock==3.15.1 six==1.17.0 toml==0.10.2 -tox==4.32.0 +tox==4.33.0 traitlets==5.14.3 virtualenv==20.35.4 wcwidth==0.2.14