diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-09-17 07:05:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-17 07:05:07 +0000 |
commit | 4570865ccf08faadd5c07664cd0ed35e698955e2 (patch) | |
tree | fe7495467b5f5aedb317b797afdf500dc6beffae /requirements-dev.txt | |
parent | 602cbc2c99e3ea0c4213473c346b871326152788 (diff) | |
download | searxng-4570865ccf08faadd5c07664cd0ed35e698955e2.tar.gz searxng-4570865ccf08faadd5c07664cd0ed35e698955e2.zip |
Bump sphinx from 4.1.2 to 4.2.0
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.1.2 to 4.2.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.1.2...v4.2.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 4be587f34..eb47858ca 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,7 +7,7 @@ splinter==0.15.0 selenium==3.141.0 twine==3.4.2 Pallets-Sphinx-Themes==2.0.1 -Sphinx==4.1.2 +Sphinx==4.2.0 sphinx-issues==1.2.0 sphinx-jinja==1.1.1 sphinx-tabs==3.2.0 |