From 68b97175c4c5b97486529533183e9ca43d84e954 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 22:20:32 +0000 Subject: [PATCH] Bump sphinx-reredirects from 1.0.0 to 1.1.0 Bumps [sphinx-reredirects](https://github.com/documatt/sphinx-reredirects) from 1.0.0 to 1.1.0. - [Changelog](https://github.com/documatt/sphinx-reredirects/blob/main/docs/changelog.rst) - [Commits](https://github.com/documatt/sphinx-reredirects/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: sphinx-reredirects dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 855fd474..a3bb952d 100644 --- a/environment.yml +++ b/environment.yml @@ -14,7 +14,7 @@ dependencies: - sphinx-proof==0.3.0 - sphinxcontrib-youtube==1.4.1 - sphinx-togglebutton==0.3.2 - - sphinx-reredirects==1.0.0 + - sphinx-reredirects==1.1.0 # TODO: Check for SymPy 1.14.1+ when available # Pinned to 1.13.3 due to bug in 1.14.0 causing OverflowError in solve() # for symbolic differentiation in solow.md (factorint issue with large mpz)