diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-21 07:04:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-21 07:04:53 +0000 |
commit | 0dd5f5a830566c3f196d272a526041d442407c65 (patch) | |
tree | 8d862c274b64935c9130651ebd8d7d1b08b72127 /requirements-dev.txt | |
parent | 96a1f79c6dcaa08a231ad3a28b8c17b677cddc9c (diff) | |
download | searxng-0dd5f5a830566c3f196d272a526041d442407c65.tar.gz searxng-0dd5f5a830566c3f196d272a526041d442407c65.zip |
Bump sphinx from 4.3.2 to 4.4.0
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.3.2 to 4.4.0.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.3.2...v4.4.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 fcb306c60..8c75db80a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ splinter==0.17.0 selenium==4.1.0 twine==3.7.1 Pallets-Sphinx-Themes==2.0.2 -Sphinx==4.3.2 +Sphinx==4.4.0 sphinx-issues==3.0.1 sphinx-jinja==1.4.0 sphinx-tabs==3.2.0 |