Skip to content

Bump selectolax from 0.3.28 to 0.4.7#912

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pip/dev/selectolax-0.4.7
Open

Bump selectolax from 0.3.28 to 0.4.7#912
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pip/dev/selectolax-0.4.7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Bumps selectolax from 0.3.28 to 0.4.7.

Release notes

Sourced from selectolax's releases.

v0.4.7

  • Fix .text() and iter() for HTML fragments when there are multiple nodes at the root level. Resolves #209.
  • Update lexbor. Resolves #212.
  • Breaking changes: Empty tags are now serialized to <div value=""> instead of <div value> (Commit 4530fed).
  • Improve unwrap_tags and merge_text_nodes.

v0.4.6

  • Fix HTML parsing in fragment parser for LexborHTMLParser
  • Fix memory leak in fragment parser
  • Improve skip_empty parameter for text methods @​pygarap
  • Add comment_content method @​pygarap
  • Minor performance optimizations
  • Add create_tag method to LexborHTMLParser
  • Fix advanced selector (.select()) when attributes are empty.

v0.4.5

YANKED, bugged release

  • Fix HTML parsing in fragment parser for LexborHTMLParser
  • Fix memory leak in fragment parser
  • Improve skip_empty parameter for text methods @​pygarap
  • Add comment_content method @​pygarap
  • Minor performance optimizations

v0.4.4

  • Add is_fragment parameter to LexborHTMLParser @​pygarap

  • Add the ability to skip empty text nodes for lexbor backend to .text, .iter, .traverse @​pygarap

  • Add new properties to lexbor backend: is_element_node, is_text_node, is_comment_node, is_document_node. @​pygarap

  • Update lexbor library

v0.4.3

  • Update lexbor
  • Fix missing description on PyPi.

v0.4.1

  • Fix parsing of CSS selectors that contain Unicode characters.

v0.4.0

  • Fix incorrect default value in docstrings for strict argument
  • Fix incorrect exception handling for any_css_matches
  • Fix docstring for css_first method
  • Fix memory leak in merge_text_nodes for lexbor backend
  • Update lexbor backend
  • Add .inner_html property. Allows to get and set inner HTML of a node.
  • Update various docstrings.
  • Optimize performance forcss_first in lexbor backend
  • Fix segfaults when accessing attributes. Resolves #135.

... (truncated)

Changelog

Sourced from selectolax's changelog.

Version 0.4.7

  • Fix .text() and iter() for HTML fragments when there are multiple nodes at the root level. Resolves #209.
  • Update lexbor. Resolves #212.
  • Breaking changes: Empty tags are now serialized to <div value=""> instead of <div value> (Commit 4530fed).
  • Improve unwrap_tags and merge_text_nodes.

Version 0.4.6

  • Fix HTML parsing in fragment parser for LexborHTMLParser
  • Fix memory leak in fragment parser
  • Improve skip_empty parameter for text methods
  • Add comment_content method
  • Minor performance optimizations
  • Add create_tag method to LexborHTMLParser
  • Fix advanced selector (.select()) when attributes are empty.

Version 0.4.5

  • Broken release. Not published to PyPi.

Version 0.4.4

  • Add is_fragment parameter to LexborHTMLParser @​pygarap

  • Add the ability to skip empty text nodes for lexbor backend to .text, .iter, .traverse @​pygarap

  • Add new properties to lexbor backend: is_element_node, is_text_node, is_comment_node, is_document_node. @​pygarap

  • Update lexbor library

Version 0.4.3

  • Update lexbor library
  • Fix missing description on PyPi.

Version 0.4.2

  • Broken release. Not published to PyPi.

Version 0.4.1

  • Fix parsing of CSS selectors that contain Unicode characters.

Version 0.4.0

  • Fix incorrect default value in docstrings for strict argument

... (truncated)

Commits

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 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 [selectolax](https://github.com/rushter/selectolax) from 0.3.28 to 0.4.7.
- [Release notes](https://github.com/rushter/selectolax/releases)
- [Changelog](https://github.com/rushter/selectolax/blob/master/CHANGES.md)
- [Commits](rushter/selectolax@v0.3.28...v0.4.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependency Dependencies changes label May 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency Dependencies changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants