diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-27 06:31:01 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-04-27 10:05:51 +0200 |
commit | 1e1fb59bea3d3b71a28b472551718434b2a0259e (patch) | |
tree | 59e48947b5092f1f264a7e85e7a6dd8313962fe2 | |
parent | d5930558882dffa22eda3bdd95a24e8c430b66c3 (diff) | |
download | searxng-1e1fb59bea3d3b71a28b472551718434b2a0259e.tar.gz searxng-1e1fb59bea3d3b71a28b472551718434b2a0259e.zip |
[upd] pypi: Bump sphinx from 7.2.6 to 7.3.7
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.6 to 7.3.7.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.2.6...v7.3.7)
---
updated-dependencies:
- dependency-name: sphinx
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-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 26ecc1906..906e7ef82 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,7 +7,7 @@ splinter==0.21.0 selenium==4.20.0 Pallets-Sphinx-Themes==2.1.2 Sphinx<=7.1.2; python_version == '3.8' -Sphinx==7.2.6; python_version > '3.8' +Sphinx==7.3.7; python_version > '3.8' sphinx-issues==4.1.0 sphinx-jinja==2.0.2 sphinx-tabs==3.4.5 |