diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-03 07:04:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-03 07:04:22 +0000 |
commit | 6b58987017b34f92e9715e5a153d857f29bd02bf (patch) | |
tree | 7bc43b56a0b812ad52aef994da1903912f45eb93 /requirements-dev.txt | |
parent | ae49b5224c06f03121298fc5ed164c3722b9f62b (diff) | |
download | searxng-6b58987017b34f92e9715e5a153d857f29bd02bf.tar.gz searxng-6b58987017b34f92e9715e5a153d857f29bd02bf.zip |
Bump sphinx from 4.3.0 to 4.3.1
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.3.0 to 4.3.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.3.0...v4.3.1)
---
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 04def15af..64b9b7e01 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,7 +7,7 @@ splinter==0.16.0 selenium==3.141.0 twine==3.6.0 Pallets-Sphinx-Themes==2.0.2 -Sphinx==4.3.0 +Sphinx==4.3.1 sphinx-issues==1.2.0 sphinx-jinja==1.1.1 sphinx-tabs==3.2.0 |