chore(deps): update dependency lxml to >=4.5.0,<6.0.0 (main) (#2878)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [lxml](https://lxml.de/) ([source](https://togithub.com/lxml/lxml), [changelog](https://git.launchpad.net/lxml/plain/CHANGES.txt)) | `>=4.5.0,<5.1.0` -> `>=4.5.0,<6.0.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>lxml/lxml (lxml)</summary> ### [`v5.1.0`](https://togithub.com/lxml/lxml/blob/HEAD/CHANGES.txt#510-2024-01-05) [Compare Source](https://togithub.com/lxml/lxml/compare/lxml-5.0.1...lxml-5.1.0) \================== ## Features added - Parsing ASCII strings is slightly faster. ## Bugs fixed - [GH#349](https://togithub.com/GH/lxml/issues/349): The HTML `Cleaner()` interpreted an accidentally provided string parameter for the `host_whitelist` as list of characters and silently failed to reject any hosts. Passing a non-collection is now rejected. ## Other changes - Support for Python 2.7 and Python versions < 3.6 was removed. - The wheel build was migrated to use `cibuildwheel`. Patch by Primož Godec. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/libretime/libretime). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
02e258500b
commit
4c40fab58e
|
@ -3,7 +3,7 @@
|
|||
backports.zoneinfo>=0.2.1,<0.3;python_version<'3.9'
|
||||
jinja2>=3.0.3,<3.2
|
||||
kombu==4.6.11
|
||||
lxml>=4.5.0,<5.1.0
|
||||
lxml>=4.5.0,<6.0.0
|
||||
mutagen>=1.45.1,<1.48
|
||||
python-dateutil>=2.8.1,<2.9
|
||||
requests>=2.31.0,<2.32
|
||||
|
|
|
@ -28,7 +28,7 @@ setup(
|
|||
"backports.zoneinfo>=0.2.1,<0.3;python_version<'3.9'",
|
||||
"jinja2>=3.0.3,<3.2",
|
||||
"kombu==4.6.11",
|
||||
"lxml>=4.5.0,<5.1.0",
|
||||
"lxml>=4.5.0,<6.0.0",
|
||||
"mutagen>=1.45.1,<1.48",
|
||||
"python-dateutil>=2.8.1,<2.9",
|
||||
"requests>=2.31.0,<2.32",
|
||||
|
|
Loading…
Reference in New Issue