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

build(deps-dev): bump types-lxml from 2024.11.8 to 2024.12.13 #342

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps types-lxml from 2024.11.8 to 2024.12.13.

Release notes

Sourced from types-lxml's releases.

2024.12.13

Breaking changes and features

  • bytearray accepted as tag names, attribute names and attribute values
    • Related change: create _TextArg type alias to slowly replace existing _AnyStr (#71)
  • Warn IDE users via warnings.deprecated about exception upon certain argument combinations in HTML link functions

Bug fixes

  • Property deleter missing for HTML elements (#73)
  • etree.strip_attributes() support bytes and QName as input
  • Completion of #64 for remaining known cases
  • Corrected link replacement function return type in html.rewrite_links()
  • etree.canonicalize() shouldn't accept bytes as input

Tests related

  • Use hypothesis for extensive tests on function arguments, currently used in _Attrib and HTML link function tests (#75)
  • reveal_type() injector has been split into its own project and pulled via dependency

Internal changes

  • Folder structure changes for the whole repository (#70)
  • Remove _HANDLE_FAILURES type alias and show values directly to users
  • Rename type-only protocol SupportsLaxedItems to SupportsLaxItems

Full Changelog: abelcheung/types-lxml@2024.11.08...2024.12.13

Commits
  • 525e6f8 fix(test): error output on canonicalize() and C14NWriterTarget tests changed
  • 60b8b7c style: Ruff formatting
  • ff2fde8 fix(stub): Guard against str usage in XPath Extension function
  • 116376d fix(stub): Guard against string usage in canonicalize() and C14NWriterTarget
  • abe3466 fix(stub): canonicalize() doesn't accept bytes as input data
  • ba89980 test: Suppress html link function base_href test warnings
  • 683d933 perf(test): Disable HealthCheck for all negative type tests
  • 6c5b231 chore: Refresh tox test package dependency versions
  • 34a5cf1 build: Use packaging metadata v2.4
  • f9e7345 refactor: Drop _HANDLE_FAILURES type alias
  • 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 show <dependency name> 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)

Bumps [types-lxml](https://github.com/abelcheung/types-lxml) from 2024.11.8 to 2024.12.13.
- [Release notes](https://github.com/abelcheung/types-lxml/releases)
- [Commits](abelcheung/types-lxml@2024.11.08...2024.12.13)

---
updated-dependencies:
- dependency-name: types-lxml
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 16, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 20, 2024

Looks like types-lxml is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Dec 20, 2024
@dependabot dependabot bot deleted the dependabot/pip/types-lxml-2024.12.13 branch December 20, 2024 10:14
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.

0 participants