diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-19 07:55:25 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-04-19 10:43:53 +0200 |
commit | 0f70e4d305544d882d180d4d2591af1c9e40e863 (patch) | |
tree | c061471f9a7be554c2a7f9bd393497df533342f3 /requirements-dev.txt | |
parent | 5e4ab964b7c59d0208171744795f1dd1bf597a72 (diff) | |
download | searxng-0f70e4d305544d882d180d4d2591af1c9e40e863.tar.gz searxng-0f70e4d305544d882d180d4d2591af1c9e40e863.zip |
[upd] pypi: Bump sphinx-issues from 4.0.0 to 4.1.0
Bumps [sphinx-issues](https://github.com/sloria/sphinx-issues) from 4.0.0 to 4.1.0.
- [Commits](https://github.com/sloria/sphinx-issues/compare/4.0.0...4.1.0)
---
updated-dependencies:
- dependency-name: sphinx-issues
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 726d264d4..7278b7163 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ selenium==4.19.0 Pallets-Sphinx-Themes==2.1.1 Sphinx<=7.1.2; python_version == '3.8' Sphinx==7.2.6; python_version > '3.8' -sphinx-issues==4.0.0 +sphinx-issues==4.1.0 sphinx-jinja==2.0.2 sphinx-tabs==3.4.5 sphinxcontrib-programoutput==0.17 |