From 2bcaa2f11d0908376522724840f9d4d309ca41cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 16:03:19 +0000 Subject: [PATCH] chore(python): bump sphinx from 7.3.7 to 8.1.3 in /py-polars Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.3.7 to 8.1.3. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.3.7...v8.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- py-polars/docs/requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-polars/docs/requirements-docs.txt b/py-polars/docs/requirements-docs.txt index 9907cba..762498d 100644 --- a/py-polars/docs/requirements-docs.txt +++ b/py-polars/docs/requirements-docs.txt @@ -3,7 +3,7 @@ numpy pandas pyarrow -sphinx==7.3.7 +sphinx==8.1.3 # Third-party Sphinx extensions autodocsumm==0.2.12