From e7abea36ee6e90cdc32d93063c972517c1b797ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 09:50:33 +0000 Subject: [PATCH] Bump the python-dependencies group with 9 updates Bumps the python-dependencies group with 9 updates: | Package | From | To | | --- | --- | --- | | [matplotlib](https://github.com/matplotlib/matplotlib) | `3.10.8` | `3.10.9` | | [numpy](https://github.com/numpy/numpy) | `2.4.3` | `2.4.5` | | [setuptools](https://github.com/pypa/setuptools) | `81.0.0` | `82.0.1` | | [build](https://github.com/pypa/build) | `1.4.2` | `1.5.0` | | [ipython](https://github.com/ipython/ipython) | `9.10.1` | `9.13.0` | | [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.408` | `1.1.409` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.2` | `9.0.3` | | [quimb](https://github.com/jcmgray/quimb) | `1.13.0` | `1.14.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.8` | `0.15.13` | Updates `matplotlib` from 3.10.8 to 3.10.9 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.8...v3.10.9) Updates `numpy` from 2.4.3 to 2.4.5 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.4.3...v2.4.5) Updates `setuptools` from 81.0.0 to 82.0.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v81.0.0...v82.0.1) Updates `build` from 1.4.2 to 1.5.0 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/1.4.2...1.5.0) Updates `ipython` from 9.10.1 to 9.13.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/9.10.1...9.13.0) Updates `pyright` from 1.1.408 to 1.1.409 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.408...v1.1.409) Updates `pytest` from 9.0.2 to 9.0.3 - [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.2...9.0.3) Updates `quimb` from 1.13.0 to 1.14.0 - [Release notes](https://github.com/jcmgray/quimb/releases) - [Changelog](https://github.com/jcmgray/quimb/blob/main/docs/changelog.md) - [Commits](https://github.com/jcmgray/quimb/compare/v1.13.0...v1.14.0) Updates `ruff` from 0.15.8 to 0.15.13 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.8...0.15.13) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.10.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: numpy dependency-version: 2.4.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: build dependency-version: 1.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: ipython dependency-version: 9.13.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pyright dependency-version: 1.1.409 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: quimb dependency-version: 1.14.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.15.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 2841de8..9d010ab 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,18 +1,18 @@ -e . bandit==1.9.4 -build==1.4.2 +build==1.5.0 ipython==9.12.0 ; python_version >= "3.12" -ipython==9.10.1 ; python_version < "3.12" -matplotlib==3.10.8 +ipython==9.13.0 ; python_version < "3.12" +matplotlib==3.10.9 networkx==3.6.1 -numpy==2.4.3 +numpy==2.4.5 pip-audit==2.10.0 physics-tenpy==1.1.0 -pyright==1.1.408 -pytest==9.0.2 -quimb==1.13.0 -ruff==0.15.8 -setuptools==81.0.0 +pyright==1.1.409 +pytest==9.0.3 +quimb==1.14.0 +ruff==0.15.13 +setuptools==82.0.1 tensorkrowch==1.1.6 tensornetwork==0.4.6 twine==6.2.0