mirror of
https://github.com/searxng/searxng.git
synced 2025-09-10 12:18:24 +02:00
[mod] py3.8 EOL / upgrade to actions/setup-python@v5
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
e7a4d7d7c3
commit
2fd6730d4f
5 changed files with 21 additions and 28 deletions
|
@ -6,8 +6,7 @@ pylint==3.2.7
|
|||
splinter==0.21.0
|
||||
selenium==4.25.0
|
||||
Pallets-Sphinx-Themes==2.1.3
|
||||
Sphinx<=7.1.2; python_version == '3.8'
|
||||
Sphinx==7.4.7; python_version > '3.8'
|
||||
Sphinx==7.4.7
|
||||
sphinx-issues==4.1.0
|
||||
sphinx-jinja==2.0.2
|
||||
sphinx-tabs==3.4.5
|
||||
|
@ -20,6 +19,5 @@ aiounittest==1.4.2
|
|||
yamllint==1.35.1
|
||||
wlc==1.15
|
||||
coloredlogs==15.0.1
|
||||
docutils<=0.21; python_version == '3.8'
|
||||
docutils>=0.21.2; python_version > '3.8'
|
||||
docutils>=0.21.2
|
||||
parameterized==0.9.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue