From ffd4287051eda26728f2c0ce003e485987fc367a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 10:06:23 +0000 Subject: [PATCH] MAINT: Bump the python-deps group in /requirements with 5 updates Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis), [mypy](https://github.com/python/mypy), [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme), [matplotlib](https://github.com/matplotlib/matplotlib) and [pkgconf](https://github.com/pypackaging-native/pkgconf-pypi) to permit the latest version. Updates `hypothesis` from 6.152.1 to 6.155.3 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.152.1...v6.155.3) Updates `mypy` from 1.20.2 to 2.1.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.20.2...v2.1.0) 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) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.155.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-major 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 ... Signed-off-by: dependabot[bot] --- requirements/doc_requirements.txt | 4 ++-- requirements/emscripten_test_requirements.txt | 2 +- requirements/pkgconf_requirements.txt | 2 +- requirements/test_requirements.txt | 2 +- requirements/typing_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..7d94a4d8de45 100644 --- a/requirements/emscripten_test_requirements.txt +++ b/requirements/emscripten_test_requirements.txt @@ -1,4 +1,4 @@ -hypothesis==6.152.1 +hypothesis==6.155.3 pytest==9.1.0 tzdata pytest-xdist 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..2cc01e736bad 100644 --- a/requirements/test_requirements.txt +++ b/requirements/test_requirements.txt @@ -1,5 +1,5 @@ Cython -hypothesis==6.152.1 +hypothesis==6.155.3 pytest==9.1.0 pytest-cov==7.1.0 meson diff --git a/requirements/typing_requirements.txt b/requirements/typing_requirements.txt index 6ba12d908ffb..b96693db3040 100644 --- a/requirements/typing_requirements.txt +++ b/requirements/typing_requirements.txt @@ -2,5 +2,5 @@ -r test_requirements.txt -mypy==1.20.2 +mypy==2.1.0 pyrefly==1.0.0