summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-01 18:03:56 +0000
committerGitHub <noreply@github.com>2023-05-01 18:03:56 +0000
commita80d6cfa1fc9af07c24460dccecb7ec33afe2516 (patch)
tree544c69b5cb2c0a8e9e23b2410f249ed6117c6c61
parentfaea71172f0a13482d23861de0c53cf101b0d108 (diff)
downloadastroid-git-dependabot/pip/sphinx-approx-eq-7.0.tar.gz
Update sphinx requirement from ~=6.2 to ~=7.0dependabot/pip/sphinx-approx-eq-7.0
Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v6.2.0...v7.0.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--doc/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index 1f40d934..16751d0f 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -1,2 +1,2 @@
-e .
-sphinx~=6.2
+sphinx~=7.0