From 50852b48e2b700eddfddf87c3cd281cd7c847487 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:01:53 +0200 Subject: [PATCH 1/2] Update typing-extensions requirement from ==3.10.* to ==4.12.* (#98) Updates the requirements on [typing-extensions](https://github.com/python/typing_extensions) to permit the latest version. - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/python/typing_extensions/compare/3.10.0.0...4.12.2) --- updated-dependencies: - dependency-name: typing-extensions dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index ee820ab..b2e3de3 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -8,4 +8,4 @@ pandas pip >=21.3.1 pydata_sphinx_theme>=0.15.2 sphinxcontrib-napoleon -typing-extensions==3.10.* +typing-extensions==4.12.* From 5bd77d77168546212c9685ae7fc36f8a81965e2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:02:36 +0200 Subject: [PATCH 2/2] Bump numpydoc from 1.1.0 to 1.8.0 (#97) Bumps [numpydoc](https://github.com/numpy/numpydoc) from 1.1.0 to 1.8.0. - [Release notes](https://github.com/numpy/numpydoc/releases) - [Changelog](https://github.com/numpy/numpydoc/blob/main/RELEASE.rst) - [Commits](https://github.com/numpy/numpydoc/compare/v1.1.0...v1.8.0) --- updated-dependencies: - dependency-name: numpydoc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index b2e3de3..aec0902 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -3,7 +3,7 @@ graphviz matplotlib >=3.8.4 nbsphinx numpy >=2.0.0 -numpydoc==1.1.0 +numpydoc==1.8.0 pandas pip >=21.3.1 pydata_sphinx_theme>=0.15.2