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 elementpath from 4.1.5 to 4.4.0 #39

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 8, 2024

Bumps elementpath from 4.1.5 to 4.4.0.

Release notes

Sourced from elementpath's releases.

v4.4.0 (2024-03-11)

  • Improve stand-alone XPath functions builder (issue #70)
  • Update tokens and parsers __repr__
  • Fix static typing protocols to work with etree and XSD elements

v4.3.0 (2024-02-17)

  • Change the purpose of the evaluation with a dynamic schema context, that is now used only for labeling tokens with XSD types
  • The static evaluation is now performed also when a schema is provided to the parser
  • First tests with Python 3.13 pre-releases by adding a tox.ini testenv

v4.2.1 (2024-02-10)

  • Fix dynamic context initialization with lxml a non-root element (issue #71)
  • Fix XP30+ function fn:function-lookup
  • Fix XP30+ fn:unparsed-text, fn:unparsed-text-lines and fn:unparsed-text-available

v4.2.0 (2024-02-03)

  • Drop support for Python 3.7
  • Add uri and fragment options to dynamic context
  • Make context root node not mandatory (issue #63)
  • Add function objects constructor (issue #70)
Changelog

Sourced from elementpath's changelog.

v4.4.0_ (2024-03-11)

  • Improve stand-alone XPath functions builder (issue #70)
  • Update tokens and parsers repr
  • Fix static typing protocols to work with etree and XSD elements

v4.3.0_ (2024-02-17)

  • Change the purpose of the evaluation with a dynamic schema context
  • Add a tox.ini testenv with Python 3.13 pre-releases

v4.2.1_ (2024-02-10)

  • Fix dynamic context initialization with lxml a non-root element (issue #71)
  • Fix XP30+ function fn:function-lookup
  • Fix XP30+ fn:unparsed-text, fn:unparsed-text-lines and fn:unparsed-text-available

v4.2.0_ (2024-02-03)

  • Drop support for Python 3.7
  • Add uri and fragment options to dynamic context
  • Make context root node not mandatory (issue #63)
  • Add function objects constructor (issue #70)
Commits
  • 004fca1 Add a protocol for XSD attribute groups
  • 8490979 Extend protocols for attributes
  • 7e0e47a Put all imports at the top of the files (PEP8 compliance)
  • 66ebfeb Update failing repr tests after changes
  • 35b11fd Refine type annotations
  • 7071604 Add a method for wrapping an XPathFunction to a standard function
  • d65f38f Differentiate repr and str for XPath parsers
  • ddb0f2f Simplify protocols: remove XsdAnyElementProtocol
  • 79e9ef2 Bump bugfix release
  • 01f46cb Remove GenericElement (keep protocols hierarchy)
  • 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 [elementpath](https://github.com/sissaschool/elementpath) from 4.1.5 to 4.4.0.
- [Release notes](https://github.com/sissaschool/elementpath/releases)
- [Changelog](https://github.com/sissaschool/elementpath/blob/master/CHANGELOG.rst)
- [Commits](sissaschool/elementpath@v4.1.5...v4.4.0)

---
updated-dependencies:
- dependency-name: elementpath
  dependency-type: direct:production
  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 Aug 8, 2024
@EarthModule EarthModule merged commit 08120b2 into master Aug 9, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/pip/elementpath-4.4.0 branch August 9, 2024 09:08
EarthModule pushed a commit that referenced this pull request Aug 20, 2024
Bumps [elementpath](https://github.com/sissaschool/elementpath) from 4.1.5 to 4.4.0.
- [Release notes](https://github.com/sissaschool/elementpath/releases)
- [Changelog](https://github.com/sissaschool/elementpath/blob/master/CHANGELOG.rst)
- [Commits](sissaschool/elementpath@v4.1.5...v4.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
EarthModule pushed a commit that referenced this pull request Sep 26, 2024
Bumps [elementpath](https://github.com/sissaschool/elementpath) from 4.1.5 to 4.4.0.
- [Release notes](https://github.com/sissaschool/elementpath/releases)
- [Changelog](https://github.com/sissaschool/elementpath/blob/master/CHANGELOG.rst)
- [Commits](sissaschool/elementpath@v4.1.5...v4.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

1 participant