From 1fad0267907ae9304cd8178a68fb6d4cedf65a08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 10:06:40 +0000 Subject: [PATCH] MAINT: Bump the python-deps group across 1 directory with 5 updates Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis), [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme), [matplotlib](https://github.com/matplotlib/matplotlib), [pkgconf](https://github.com/pypackaging-native/pkgconf-pypi) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `hypothesis` from 6.152.1 to 6.155.5 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.152.1...v6.155.5) Updates `pydata-sphinx-theme` to 0.19.0 - [Release notes](https://github.com/pydata/pydata-sphinx-theme/releases) - [Changelog](https://github.com/pydata/pydata-sphinx-theme/blob/main/RELEASE.md) - [Commits](https://github.com/pydata/pydata-sphinx-theme/compare/v0.16.1...v0.19.0) Updates `matplotlib` 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 `pkgconf` from 2.5.1.post1 to 2.5.1.post2 - [Commits](https://github.com/pypackaging-native/pkgconf-pypi/compare/2.5.1-1...2.5.1-2) Updates `ruff` from 0.15.17 to 0.15.18 - [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.17...0.15.18) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.155.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: pydata-sphinx-theme dependency-version: 0.19.0 dependency-type: direct:production dependency-group: python-deps - dependency-name: matplotlib dependency-version: 3.10.9 dependency-type: direct:production dependency-group: python-deps - dependency-name: pkgconf dependency-version: 2.5.1.post2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps - dependency-name: ruff dependency-version: 0.15.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- requirements/doc_requirements.txt | 4 ++-- requirements/emscripten_test_requirements.txt | 2 +- requirements/linter_requirements.txt | 2 +- requirements/pkgconf_requirements.txt | 2 +- requirements/test_requirements.txt | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements/doc_requirements.txt b/requirements/doc_requirements.txt index d1dd30ac46e8..114d731b82cf 100644 --- a/requirements/doc_requirements.txt +++ b/requirements/doc_requirements.txt @@ -1,11 +1,11 @@ # doxygen required, use apt-get or dnf sphinx==7.2.6 numpydoc==1.10.0 -pydata-sphinx-theme>=0.16.1 +pydata-sphinx-theme>=0.19.0 sphinx-copybutton sphinx-design scipy -matplotlib>=3.10.8 +matplotlib>=3.10.9 pandas breathe>=4.36.0 ipython>=9.12.0 diff --git a/requirements/emscripten_test_requirements.txt b/requirements/emscripten_test_requirements.txt index f405bb00d884..0f43392a2395 100644 --- a/requirements/emscripten_test_requirements.txt +++ b/requirements/emscripten_test_requirements.txt @@ -1,4 +1,4 @@ -hypothesis==6.152.1 +hypothesis==6.155.5 pytest==9.1.0 tzdata pytest-xdist diff --git a/requirements/linter_requirements.txt b/requirements/linter_requirements.txt index 27284b68b9da..f8adfe232826 100644 --- a/requirements/linter_requirements.txt +++ b/requirements/linter_requirements.txt @@ -1,5 +1,5 @@ # keep in sync with `environment.yml` cython-lint -ruff==0.15.17 +ruff==0.15.18 GitPython>=3.1.50 spin diff --git a/requirements/pkgconf_requirements.txt b/requirements/pkgconf_requirements.txt index 444f63b7f213..fcd6652117be 100644 --- a/requirements/pkgconf_requirements.txt +++ b/requirements/pkgconf_requirements.txt @@ -1 +1 @@ -pkgconf==2.5.1.post1 # post2 has problems. +pkgconf==2.5.1.post2 # post2 has problems. diff --git a/requirements/test_requirements.txt b/requirements/test_requirements.txt index 958b541066c8..661ea7dcc1c6 100644 --- a/requirements/test_requirements.txt +++ b/requirements/test_requirements.txt @@ -1,5 +1,5 @@ Cython -hypothesis==6.152.1 +hypothesis==6.155.5 pytest==9.1.0 pytest-cov==7.1.0 meson