diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-01 07:32:18 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-09-01 11:29:25 +0200 |
commit | d92c6dbf6ce5df21869a84fada7bf8dc33ad289a (patch) | |
tree | 09d7b34cf27a2434ffe791590c3f61e0f0de9c7a /requirements-dev.txt | |
parent | 9fce459c7f6856dcde089eaee0f0c6fbd7cd9b53 (diff) | |
download | searxng-d92c6dbf6ce5df21869a84fada7bf8dc33ad289a.tar.gz searxng-d92c6dbf6ce5df21869a84fada7bf8dc33ad289a.zip |
Bump sphinx from 7.1.2 to 7.2.5
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.1.2 to 7.2.5.
- [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.2...v7.2.5)
---
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 fb96d917d..0ca818987 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ selenium==4.11.2 twine==4.0.2 Pallets-Sphinx-Themes==2.1.1 Sphinx==7.1.2; python_version == '3.8' -Sphinx==7.2.3; python_version > '3.8' +Sphinx==7.2.5; python_version > '3.8' sphinx-issues==3.0.1 sphinx-jinja==2.0.2 sphinx-tabs==3.4.1 |