From 800ae8b5a5a5073477f374c9f118e49bbe82e169 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 19:40:08 +0000 Subject: [PATCH] Bump sphinx from 6.1.3 to 7.0.1 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 6.1.3 to 7.0.1. - [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.1.3...v7.0.1) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d3c11645..83fe4cad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,6 +10,6 @@ gunicorn==20.1.0 pycodestyle==2.10.0 pydocstyle==6.3.0 requests==2.31.0 -Sphinx==6.1.3 +Sphinx==7.0.1 Werkzeug==2.3.4 setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability