sledilnik / data

Collecting and organising COVID-19 data for Slovenia as they come in from various sources
https://covid-19.sledilnik.org/en/data
GNU Affero General Public License v3.0
21 stars 43 forks source link

Update pyquery requirement from ==1.4.* to ==2.0.* #198

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on pyquery to permit the latest version.

Changelog

Sourced from pyquery's changelog.

2.0.0 (2022-12-28)

  • 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

1.4.3 (2020-11-21)

  • No longer use a universal wheel

1.4.2 (2020-11-21)

  • Fix exception raised when calling PyQuery("<textarea></textarea>").text()

  • python2 is no longer supported

1.4.1 (2019-10-26)

  • This is the latest release with py2 support

  • Remove py33, py34 support

  • web scraping improvements: default timeout and session support

  • Add API methods to serialize form-related elements according to spec

  • Include HTML markup when querying textarea text/value

1.4.0 (2018-01-11)

  • Refactoring of .text() to match firefox behavior.

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)