mirror of
https://github.com/searxng/searxng.git
synced 2025-07-12 07:49:22 +02:00
[upd] pypi: Bump lxml from 5.4.0 to 6.0.0 (#4948)
Some checks are pending
Documentation / Release (push) Waiting to run
Integration / Python 3.11 (push) Waiting to run
Integration / Python 3.10 (push) Waiting to run
Integration / Python 3.12 (push) Waiting to run
Integration / Python 3.13 (push) Waiting to run
Integration / Python 3.9 (push) Waiting to run
Integration / Theme (push) Waiting to run
Some checks are pending
Documentation / Release (push) Waiting to run
Integration / Python 3.11 (push) Waiting to run
Integration / Python 3.10 (push) Waiting to run
Integration / Python 3.12 (push) Waiting to run
Integration / Python 3.13 (push) Waiting to run
Integration / Python 3.9 (push) Waiting to run
Integration / Theme (push) Waiting to run
* [upd] pypi: Bump lxml from 5.4.0 to 6.0.0 Bumps [lxml](https://github.com/lxml/lxml) from 5.4.0 to 6.0.0. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-5.4.0...lxml-6.0.0) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * [enh] container: remove unneeded dependencies --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ivan Gabaldon <igabaldon@inetol.net>
This commit is contained in:
parent
467536cc2d
commit
df76647c52
3 changed files with 1 additions and 7 deletions
|
@ -8,10 +8,6 @@ contents:
|
||||||
- python3-dev
|
- python3-dev
|
||||||
- py3-pip
|
- py3-pip
|
||||||
- brotli
|
- brotli
|
||||||
# lxml (armv7)
|
|
||||||
- libxml2-dev
|
|
||||||
- libxslt-dev
|
|
||||||
- zlib-dev
|
|
||||||
# uwsgi
|
# uwsgi
|
||||||
- libffi-dev
|
- libffi-dev
|
||||||
|
|
||||||
|
|
|
@ -8,8 +8,6 @@ contents:
|
||||||
- python3
|
- python3
|
||||||
# healthcheck
|
# healthcheck
|
||||||
- wget
|
- wget
|
||||||
# lxml (armv7)
|
|
||||||
- libxslt
|
|
||||||
# uwsgi
|
# uwsgi
|
||||||
- libxml2
|
- libxml2
|
||||||
- mailcap
|
- mailcap
|
||||||
|
|
|
@ -3,7 +3,7 @@ babel==2.17.0
|
||||||
flask-babel==4.0.0
|
flask-babel==4.0.0
|
||||||
flask==3.1.1
|
flask==3.1.1
|
||||||
jinja2==3.1.6
|
jinja2==3.1.6
|
||||||
lxml==5.4.0
|
lxml==6.0.0
|
||||||
pygments==2.19.2
|
pygments==2.19.2
|
||||||
python-dateutil==2.9.0.post0
|
python-dateutil==2.9.0.post0
|
||||||
pyyaml==6.0.2
|
pyyaml==6.0.2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue