summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-25 06:40:08 +0000
committerGitHub <noreply@github.com>2023-04-25 06:40:08 +0000
commit82f62c26038b12466e075a235427f73d073f8362 (patch)
tree25efa4a920e12825420fd0a2f3952a98920a2a19
parentfc684733795186ab964095bc40646fc37f586cfd (diff)
downloadastroid-git-82f62c26038b12466e075a235427f73d073f8362.tar.gz
Update sphinx requirement from ~=5.3 to ~=6.2 (#2147)
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/v5.3.0...v6.2.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 3033b17b..1f40d934 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -1,2 +1,2 @@
-e .
-sphinx~=5.3
+sphinx~=6.2