Skip to content

Bump elementpath from 2.5.1 to 4.0.1#63

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/elementpath-4.0.1
Open

Bump elementpath from 2.5.1 to 4.0.1#63
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/elementpath-4.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 3, 2023

Copy link
Copy Markdown

Bumps elementpath from 2.5.1 to 4.0.1.

Release notes

Sourced from elementpath's releases.

v4.0.1 (2023-02-02)

  • Fix packaging: include py.typed in package data
  • Revert to comparison between xs:QName instances and strings
  • Fix atomization with XSD typed data (list types have to be atomized)

v4.0.0 (2023-02-01)

  • First XPath 3.1 implementation (without UCA collation support)

v3.0.2 (2022-08-12)

  • Extend root concept to subtrees used as root (e.g. for XSD 1.1 assertions)
  • Begin XPath 3.1 implementation adding XPathMap and XPathArray

v3.0.1 (2022-07-23)

  • Fix of descendant path operator (issue #51)
  • Add support for Python 3.11

v3.0.0 (2022-07-16)

  • Transition to full XPath node implementation (more memory usage but better control and overall faster)
  • Add etree.py module with a safe XML parser (ported from xmlschema)

v2.5.3 (2022-05-30)

  • Fix unary path step operator (issue #46)
  • Fix sphinx warnings 'reference target not found' (issue #45)

v2.5.2 (2022-05-17)

  • Include PR #43 with fixes for XPathContext.iter_siblings() (issues #42 and #44)
Changelog

Sourced from elementpath's changelog.

v4.0.1_ (2023-02-02)

  • Fix packaging: include py.typed in package data
  • Revert to comparison between xs:QName instances and strings

v4.0.0_ (2023-02-01)

  • First XPath 3.1 implementation (without UCA collation support)

v3.0.2_ (2022-08-12)

  • Extend root concept to subtrees used as root (e.g. XSD 1.1 assertions)
  • Begin XPath 3.1 implementation adding XPathMap and XPathArray

v3.0.1_ (2022-07-23)

  • Fix of descendant path operator (issue #51)
  • Add support for Python 3.11

v3.0.0_ (2022-07-16)

  • Transition to full XPath node implementation (more memory usage but better control and overall faster)
  • Add etree.py module with a safe XML parser (ported from xmlschema)

v2.5.3_ (2022-05-30)

  • Fix unary path step operator (issue #46)
  • Fix sphinx warnings 'reference target not found' (issue #45)

v2.5.2_ (2022-05-17)

  • Include PR #43 with fixes for XPathContext.iter_siblings() (issues #42 and #44)
Commits
  • 13e8b26 Update release info and fix type checks with Python<3.11
  • aa52246 Fix op:same-key, map:merge, array:filter and array:insert-before
  • cc9accd Revert on equal operator between QName and strings
  • bf564ce Fix atomization with nodes that have a list as typed value
  • 163da4f Add quiet option and run steps to execute_w3c_tests.py
  • be56c95 Restore py.typed marker into packaging and bump bugfix release
  • 8b4674a Update CI workflow
  • d18ec2b Update docs and version info
  • eca3d99 Update tox dependency and tox.ini configuration
  • 9ee4395 Fix linting errors
  • 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 [elementpath](https://github.com/sissaschool/elementpath) from 2.5.1 to 4.0.1.
- [Release notes](https://github.com/sissaschool/elementpath/releases)
- [Changelog](https://github.com/sissaschool/elementpath/blob/master/CHANGELOG.rst)
- [Commits](sissaschool/elementpath@v2.5.1...v4.0.1)

---
updated-dependencies:
- dependency-name: elementpath
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 3, 2023
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