diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-27 07:15:53 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-07-27 10:13:57 +0200 |
commit | 8e359eb8edd3428448a5e880b3b62f58c471c545 (patch) | |
tree | 39c5990835f2f214ba4f8523b5f885618e2cb6f1 /requirements-dev.txt | |
parent | e31b06b686a73ea70caa26339c3496debc1b33ba (diff) | |
download | searxng-8e359eb8edd3428448a5e880b3b62f58c471c545.tar.gz searxng-8e359eb8edd3428448a5e880b3b62f58c471c545.zip |
[upd] pypi: Bump sphinx from 7.3.7 to 7.4.7
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.3.7 to 7.4.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.3.7...v7.4.7)
---
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 a95f67d59..e32fcdbea 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,7 +7,7 @@ splinter==0.21.0 selenium==4.23.1 Pallets-Sphinx-Themes==2.1.3 Sphinx<=7.1.2; python_version == '3.8' -Sphinx==7.3.7; python_version > '3.8' +Sphinx==7.4.7; python_version > '3.8' sphinx-issues==4.1.0 sphinx-jinja==2.0.2 sphinx-tabs==3.4.5 |