diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-23 20:20:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-23 20:20:21 +0000 |
commit | 048be86aaf4eb97c95f4144264c4eb3e0bf2ca9c (patch) | |
tree | 437e3bc95b88290e3b8feb55e7055718768a299b /requirements-dev.txt | |
parent | 5f4a085fc44ed64499d1aa5c2e29d2f861037b5f (diff) | |
download | searxng-048be86aaf4eb97c95f4144264c4eb3e0bf2ca9c.tar.gz searxng-048be86aaf4eb97c95f4144264c4eb3e0bf2ca9c.zip |
Bump sphinx from 3.4.1 to 3.5.1
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.4.1 to 3.5.1.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.4.1...v3.5.1)
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 4083948c9..4a21a3e2d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,7 +9,7 @@ unittest2==1.1.0 selenium==3.141.0 twine==3.3.0 Pallets-Sphinx-Themes==1.2.3 -Sphinx==3.4.1 +Sphinx==3.5.1 sphinx-issues==1.2.0 sphinx-jinja==1.1.1 sphinx-tabs==2.0.1 |