diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-30 07:04:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-30 07:04:19 +0000 |
commit | d95720b0dc351eb03a3177efda2c7e7aaa668a49 (patch) | |
tree | c27f8440986ca481307216a293b668ac48bae6d2 /requirements-dev.txt | |
parent | feef577f996b00c4b4b610b6e3a17e2183d20927 (diff) | |
download | searxng-d95720b0dc351eb03a3177efda2c7e7aaa668a49.tar.gz searxng-d95720b0dc351eb03a3177efda2c7e7aaa668a49.zip |
Bump sphinx from 4.1.1 to 4.1.2
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.1.1 to 4.1.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.1.1...v4.1.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 08641eef3..f3f9547d1 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.2 Pallets-Sphinx-Themes==2.0.1 -Sphinx==4.1.1 +Sphinx==4.1.2 sphinx-issues==1.2.0 sphinx-jinja==1.1.1 sphinx-tabs==3.1.0 |