Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Bump cssselect from 1.1.0 to 1.2.0 #104

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2022

Bumps cssselect from 1.1.0 to 1.2.0.

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.

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 compatibility score

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)

Bumps [cssselect](https://github.com/scrapy/cssselect) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/scrapy/cssselect/releases)
- [Changelog](https://github.com/scrapy/cssselect/blob/master/CHANGES)
- [Commits](scrapy/cssselect@v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: cssselect
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 28, 2022
@Bebetternow22
Copy link

Can you pull deleted Dm's on Twitter with this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant