diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-07-28 07:05:30 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-07-29 09:18:14 +0200 |
commit | 112e4c08fd418b931f31cbb3beed33e3c27bbf6f (patch) | |
tree | 349d981bfd11a224d651f4126a4c38b0ed4da810 /requirements-dev.txt | |
parent | f45d1920d94ab3419712917a55b4fd6c97ba3479 (diff) | |
download | searxng-112e4c08fd418b931f31cbb3beed33e3c27bbf6f.tar.gz searxng-112e4c08fd418b931f31cbb3beed33e3c27bbf6f.zip |
Bump sphinx from 7.0.1 to 7.1.1
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.0.1 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.0.1...v7.1.1)
---
updated-dependencies:
- dependency-name: sphinx
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'requirements-dev.txt')
-rw-r--r-- | requirements-dev.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 5e5c572f6..744198308 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,7 +7,7 @@ splinter==0.19.0 selenium==4.10.0 twine==4.0.2 Pallets-Sphinx-Themes==2.1.1 -Sphinx==7.0.1 +Sphinx==7.1.1 sphinx-issues==3.0.1 sphinx-jinja==2.0.2 sphinx-tabs==3.4.1 |