From 9c2d0a64c579b069f8534cf3a4470638e7c6d004 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 17:04:44 +0000 Subject: [PATCH] Bump sphinx from 7.3.7 to 8.1.3 in /tests 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] --- tests/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements-test.txt b/tests/requirements-test.txt index 52d2b0dc..9599c547 100644 --- a/tests/requirements-test.txt +++ b/tests/requirements-test.txt @@ -2,7 +2,7 @@ pytest==8.3.3 flake8==7.1.1 sphinx<7.2 ; python_version < '3.9' -sphinx==7.3.7; python_version >= '3.9' +sphinx==8.1.3; python_version >= '3.9' mcpl==1.6.2 yapf==0.40.2 requests==2.31.0