diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-26 07:11:32 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-04-27 08:30:17 +0200 |
commit | a56b4a164819359e93af65c871e8762096dfaf05 (patch) | |
tree | 44513780a60fbade2e8dea8c9e044af182362aec | |
parent | 4719c004eab7cf31b3bd58f88cd454f609b35a4e (diff) | |
download | searxng-a56b4a164819359e93af65c871e8762096dfaf05.tar.gz searxng-a56b4a164819359e93af65c871e8762096dfaf05.zip |
[upd] pypi: Bump pallets-sphinx-themes from 2.1.1 to 2.1.2
Bumps [pallets-sphinx-themes](https://github.com/pallets/pallets-sphinx-themes) from 2.1.1 to 2.1.2.
- [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.1...2.1.2)
---
updated-dependencies:
- dependency-name: pallets-sphinx-themes
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 e20e79ca4..26ecc1906 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ black==24.3.0 pylint==3.1.0 splinter==0.21.0 selenium==4.20.0 -Pallets-Sphinx-Themes==2.1.1 +Pallets-Sphinx-Themes==2.1.2 Sphinx<=7.1.2; python_version == '3.8' Sphinx==7.2.6; python_version > '3.8' sphinx-issues==4.1.0 |