openwisp / openwisp-radius

Administration web interface and REST API for freeradius 3 build in django & python. Supports captive portal authentication, WPA Enerprise (802.1x), freeradius rlm_rest, social login, Hotspot 2.0 / 802.11u, importing users from CSV, registration of new users and more.
https://openwisp.io/docs/dev/radius/
GNU General Public License v3.0
364 stars 183 forks source link

[deps] Update cssselect requirement from ~=1.1.0 to ~=1.2.0 #529

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Updates the requirements on cssselect to permit the latest version.

Changelog

Sourced from cssselect's changelog.

Version 1.2.0

Released on 2022-10-27.

  • Drop support for Python 2.7, 3.4-3.6, add support for Python 3.7-3.11.

  • Add type annotations (PEP 484 and PEP 561).

  • More features from the CSS Selectors Level 4:

    • The :is() pseudo-class.

    • The :where() pseudo-class.

    • The :has() pseudo-class, with some limitations.

  • Fix parsing :scope after a comma.

  • Add parentheses to fix condition precedence in some cases.

  • Private API changes related to the removal of the Python 2 support:

    • Remove _unicode and _unichr aliases from csselect.parser.

    • Remove _basestring and _unicode aliases from csselect.xpath.

    • Deprecate csselect.xpath._unicode_safe_getattr() and change it to just call getattr().

  • Include tests in the PyPI tarball.

  • Many CI additions and improvements.

  • Improve the test coverage.

Version 1.1.0

Released on 2019-08-09.

  • Support for the :scope selector, which allows to access immediate children of a selector.

  • Support for the |E syntax for type selectors without a namespace.

  • A new selector method, canonical, returns the CSS expression of the selector, as a string.

... (truncated)

Commits
  • ddd9784 Merge pull request #134 from scrapy/fix-publish
  • e4493e9 Fix the tag format in the publish action.
  • 97cc517 Bump version: 1.1.0 → 1.2.0
  • cfa2959 Merge pull request #131 from scrapy/relnotes-1.2
  • 60c6146 Restore and deprecate _unicode_safe_getattr (#133)
  • 2c7c1ea Switch to the released 3.11.
  • faa595c Add a changelog entry about private API changes.
  • 89f1a86 Merge pull request #132 from scrapy/install-py.typed
  • d21b85d Fix installing py.typed.
  • e26aa4d Replace "Unicode string" with just "string".
  • Additional commits viewable in compare view


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
coveralls commented 3 months ago

Coverage Status

coverage: 98.679%. remained the same when pulling 2497ea2dc25ddc81749c5ee578417fc634178791 on dependabot/pip/cssselect-approx-eq-1.2.0 into a7c4af6943037d9701c4b72ef28d89c2085dad81 on master.