Quan666 / ELF_RSS

QQ机器人 RSS订阅 插件,订阅源建议选择 RSSHub
https://myelf.club/archives/221
GNU General Public License v3.0
549 stars 55 forks source link

fix(deps): update dependency pyquery to v2 #387

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pyquery ^1.4.3 -> ^2.0.0 age adoption passing confidence
pyquery ~=1.4.3 -> ~=2.0.0 age adoption passing confidence

Release Notes

gawel/pyquery ### [`v2.0.0`](https://togithub.com/gawel/pyquery/blob/HEAD/CHANGES.rst#​200-2022-12-28) [Compare Source](https://togithub.com/gawel/pyquery/compare/1.4.3...2.0.0) - Breaking change: inputs starting with `"http://"` or `"https://"` like `PyQuery("http://example.com")` will no longer fetch the contents of the URL. Users desiring the old behavior should switch to `PyQuery(url="http://example.com")`. - Add nextUntil method - `.remove()` no longer inserts a space in place of the removed element - Fix escaping of top-level element text in `.html()` output - Support (and require) cssselect 1.2+ - Drop support for python 3.5/3.6

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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.



This PR has been generated by Mend Renovate. View repository job log here.