diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-10-25 11:00:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-25 11:00:22 +0000 |
commit | 8f7fe20cebcdc7ed461c8b5ab2cc05fb9d02c3a4 (patch) | |
tree | 4fb5470a8130c8e073852118759ddd13d9443f8f /requirements-dev.txt | |
parent | 4783d6c9f4a56c085d9b4fbcd854e06cdbe60b25 (diff) | |
download | searxng-8f7fe20cebcdc7ed461c8b5ab2cc05fb9d02c3a4.tar.gz searxng-8f7fe20cebcdc7ed461c8b5ab2cc05fb9d02c3a4.zip |
Bump sphinx from 5.2.3 to 5.3.0
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.2.3 to 5.3.0.
- [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/v5.2.3...v5.3.0)
---
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 907301866..e2b14c16f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,7 +7,7 @@ splinter==0.18.1 selenium==4.5.0 twine==4.0.1 Pallets-Sphinx-Themes==2.0.2 -Sphinx==5.2.3 +Sphinx==5.3.0 sphinx-issues==3.0.1 sphinx-jinja==2.0.2 sphinx-tabs==3.4.1 |