diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-03 07:38:26 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-05-03 18:22:13 +0200 |
commit | 04271e555b41138fcfcdd712323a62239e97e7c9 (patch) | |
tree | dd46591daf1511cfbb1c5bfd8378a48ce2fe399d | |
parent | 8225f884042bddf5a0a8278bbb9c9a9d013052ae (diff) | |
download | searxng-04271e555b41138fcfcdd712323a62239e97e7c9.tar.gz searxng-04271e555b41138fcfcdd712323a62239e97e7c9.zip |
[upd] pypi: Bump pallets-sphinx-themes from 2.1.2 to 2.1.3
Bumps [pallets-sphinx-themes](https://github.com/pallets/pallets-sphinx-themes) from 2.1.2 to 2.1.3.
- [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.2...2.1.3)
---
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 906e7ef82..16b2521ea 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.2 +Pallets-Sphinx-Themes==2.1.3 Sphinx<=7.1.2; python_version == '3.8' Sphinx==7.3.7; python_version > '3.8' sphinx-issues==4.1.0 |