diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-18 07:21:00 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-10-19 11:05:55 +0200 |
commit | 219040c7662f458b99395d86609b8500db12c841 (patch) | |
tree | ac0c29d4d0887dfef440e6ea5f2478536d437c34 | |
parent | eeae3664c25cc8796712fb3f55c038ab8d34b197 (diff) | |
download | searxng-219040c7662f458b99395d86609b8500db12c841.tar.gz searxng-219040c7662f458b99395d86609b8500db12c841.zip |
[upd] pypi: Bump pallets-sphinx-themes from 2.1.3 to 2.2.0
Bumps [pallets-sphinx-themes](https://github.com/pallets/pallets-sphinx-themes) from 2.1.3 to 2.2.0.
- [Release notes](https://github.com/pallets/pallets-sphinx-themes/releases)
- [Changelog](https://github.com/pallets/pallets-sphinx-themes/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/pallets-sphinx-themes/compare/2.1.3...2.2.0)
---
updated-dependencies:
- dependency-name: pallets-sphinx-themes
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-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 607d34760..0cef5b890 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ black==24.3.0 pylint==3.3.1 splinter==0.21.0 selenium==4.25.0 -Pallets-Sphinx-Themes==2.1.3 +Pallets-Sphinx-Themes==2.2.0 Sphinx==7.4.7 sphinx-issues==4.1.0 sphinx-jinja==2.0.2 |