From ac1815c209f25621a1a85c0741e50b00a77db3b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 06:46:52 +0000 Subject: [PATCH] Bump the python-dependencies group across 1 directory with 8 updates Updates the requirements on [quimb](https://github.com/jcmgray/quimb), [ruff](https://github.com/astral-sh/ruff), [mypy](https://github.com/python/mypy), [pytest](https://github.com/pytest-dev/pytest), [pytest-mock](https://github.com/pytest-dev/pytest-mock), [pytest-cov](https://github.com/pytest-dev/pytest-cov), [coverage](https://github.com/coveragepy/coveragepy) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Updates `quimb` from 1.10.0 to 1.12.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.10.0...v1.12.0) Updates `ruff` from 0.11.7 to 0.15.4 - [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.11.7...0.15.4) Updates `mypy` from 1.15.0 to 1.19.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.15.0...v1.19.1) Updates `pytest` from 8.3.5 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/8.3.5...9.0.2) Updates `pytest-mock` from 3.14.0 to 3.15.1 - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.14.0...v3.15.1) Updates `pytest-cov` from 6.1.1 to 7.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.1.1...v7.0.0) Updates `coverage` from 7.8.0 to 7.13.4 - [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.8.0...7.13.4) Updates `setuptools` to 82.0.0 - [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/v69.0.0...v82.0.0) --- updated-dependencies: - dependency-name: quimb dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.15.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: coverage dependency-version: 7.13.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: setuptools dependency-version: 82.0.0 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 27c379e..21805c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ # Remove this pin when pypa/twine supports core metadata 2.4 # hynek/build-and-inspect-python-package runs `twine check` # which is causing the release CI to fail -requires = ["setuptools>=69.0,<81.0.0"] +requires = ["setuptools>=69.0,<83.0.0"] build-backend = "setuptools.build_meta" [project] @@ -10,7 +10,7 @@ name = "qmprs" version = "0.0.0rc0" dependencies = [ "quick-core @ git+https://github.com/Qualition/quick", - "quimb == 1.10.0" + "quimb == 1.12.0" ] requires-python = ">=3.10, <3.13" authors = [ @@ -35,12 +35,12 @@ classifiers = [ [project.optional-dependencies] dev = [ - "ruff == 0.11.7", - "mypy == 1.15.0", - "pytest == 8.3.5", - "pytest-mock == 3.14.0", - "pytest-cov == 6.1.1", - "coverage == 7.8.0", + "ruff == 0.15.4", + "mypy == 1.19.1", + "pytest == 9.0.2", + "pytest-mock == 3.15.1", + "pytest-cov == 7.0.0", + "coverage == 7.13.4", ] [project.urls]