diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-24 09:06:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-24 09:06:10 +0000 |
commit | 8acde3745fb52695ad82c8046b70e2cd13f84279 (patch) | |
tree | 91a29ca3f6e787da47f9217ae77d06163cf8f531 /requirements-dev.txt | |
parent | 7bef2cc8dc8f85e6954803a50b66da26f05a2562 (diff) | |
download | searxng-8acde3745fb52695ad82c8046b70e2cd13f84279.tar.gz searxng-8acde3745fb52695ad82c8046b70e2cd13f84279.zip |
Bump sphinx from 4.3.1 to 4.3.2
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.3.1 to 4.3.2.
- [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.1...v4.3.2)
---
updated-dependencies:
- dependency-name: sphinx
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 fe918254c..949c8f400 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,7 +7,7 @@ splinter==0.17.0 selenium==4.1.0 twine==3.7.1 Pallets-Sphinx-Themes==2.0.2 -Sphinx==4.3.1 +Sphinx==4.3.2 sphinx-issues==1.2.0 sphinx-jinja==1.2.1 sphinx-tabs==3.2.0 |