diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-16 07:05:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-16 07:05:27 +0000 |
commit | 595ad77b8d792128a9ae5b8bd6764a4bf3a86fdf (patch) | |
tree | d38254e1f6ca76fb3116dca91016efd6d4f7c718 /requirements-dev.txt | |
parent | f376b4ed3e8527958abb891f0cd0e78128da3802 (diff) | |
download | searxng-595ad77b8d792128a9ae5b8bd6764a4bf3a86fdf.tar.gz searxng-595ad77b8d792128a9ae5b8bd6764a4bf3a86fdf.zip |
Bump sphinx from 4.0.2 to 4.1.1
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.0.2 to 4.1.1.
- [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.0.2...v4.1.1)
---
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 132efb257..4b3527d0b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ transifex-client==0.14.3 selenium==3.141.0 twine==3.4.1 Pallets-Sphinx-Themes==2.0.1 -Sphinx==4.0.2 +Sphinx==4.1.1 sphinx-issues==1.2.0 sphinx-jinja==1.1.1 sphinx-tabs==3.1.0 |