From ed5932a4e0d8e9fd6464204b2cd465c0ee0eb616 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 23:10:42 +0000 Subject: [PATCH] Bump sphinx from 7.1.0 to 7.1.1 (#589) Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.1.0 to 7.1.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/v7.1.0...v7.1.1) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b6b444a3..b43b2453 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,5 +3,5 @@ docutils==0.20.1 flake8==6.0.0 mypy==1.4.1 -Sphinx==7.1.0 +Sphinx==7.1.1 types-pygments==2.15.0.2