diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-07-29 07:04:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-29 07:04:21 +0000 |
commit | f0f195c043f748b5e358e51102a69c64a67150f8 (patch) | |
tree | 0cdcbb87e4793601718380d4b786c12354cf8d8e /requirements-dev.txt | |
parent | 14085cc0a77b8872841abd0478709e67c4cbc523 (diff) | |
download | searxng-f0f195c043f748b5e358e51102a69c64a67150f8.tar.gz searxng-f0f195c043f748b5e358e51102a69c64a67150f8.zip |
Bump sphinx from 5.0.2 to 5.1.1
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.0.2 to 5.1.1.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v5.0.2...v5.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 9538023f2..3478aaecc 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ splinter==0.18.1 selenium==4.3.0 twine==4.0.1 Pallets-Sphinx-Themes==2.0.2 -Sphinx==5.0.2 +Sphinx==5.1.1 sphinx-issues==3.0.1 sphinx-jinja==2.0.2 sphinx-tabs==3.4.1 |