From 200b5ca2bb4945c2bf3b821d11109ba8c5d232d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 17:03:22 +0000 Subject: [PATCH] Bump sphinx from 5.2.3 to 5.3.0 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.2.3 to 5.3.0. - [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.2.3...v5.3.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2e503ddb..44ed09d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,6 +10,6 @@ gunicorn==20.1.0 pycodestyle==2.9.1 pydocstyle==6.1.1 requests==2.28.1 -Sphinx==5.2.3 +Sphinx==5.3.0 Werkzeug==2.0.3 setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability