Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump cssselect from 1.1.0 to 1.2.0 #245

Merged
merged 1 commit into from Feb 6, 2023

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 28, 2022
@codecov-commenter
Copy link

codecov-commenter commented Oct 28, 2022

Codecov Report

Base: 97.44% // Head: 97.36% // Decreases project coverage by -0.09% ⚠️

Coverage data is based on head (737f5e5) compared to base (cbe9c30).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #245      +/-   ##
==========================================
- Coverage   97.44%   97.36%   -0.09%     
==========================================
  Files          14       13       -1     
  Lines        1175     1063     -112     
==========================================
- Hits         1145     1035     -110     
+ Misses         30       28       -2     
Impacted Files Coverage Δ
dude/__init__.py 100.00% <ø> (ø)
dude/scraper.py 100.00% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dependabot dependabot bot force-pushed the dependabot/pip/cssselect-1.2.0 branch from 57b6c95 to 763a234 Compare December 13, 2022 22:43
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 force-pushed the dependabot/pip/cssselect-1.2.0 branch from 763a234 to 737f5e5 Compare February 6, 2023 21:48
@roniemartinez roniemartinez merged commit d096a35 into master Feb 6, 2023
@roniemartinez roniemartinez deleted the dependabot/pip/cssselect-1.2.0 branch February 6, 2023 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants