Skip to content
New issue

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

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

Already on GitHub? # to your account

Bump xmlschema from 2.0.1 to 2.1.1 #72

Merged
merged 1 commit into from
Oct 14, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 3, 2022

Bumps xmlschema from 2.0.1 to 2.1.1.

Release notes

Sourced from xmlschema's releases.

v2.1.1 (2022-10-01)

  • Fix schema_path usage in XMLSchemaBase.iter_errors()
  • Add allow_empty option to XMLSchemaBase validation API

v2.1.0 (2022-09-25)

  • Add to_etree() to document API
  • Improve generic encoding with wildcards
  • Clean document API and schema decoding

v2.0.4 (2022-09-08)

  • Add use_location_hints argument to document API for giving the option of ignoring XSI schema locations hints
  • Fix import from locations hints with namespace mismatch (issue #324)

v2.0.3 (2022-08-25)

  • Add keep_empty and element_hook options to main iter_decode() method
  • Fix default namespace mapping in BadgerFishConverter
  • Fix type restriction check if restricted particle has maxOccurs==0 (issue #323)

v2.0.2 (2022-08-12)

  • Fix XSD 1.1 assertions effective scope
  • Add support for Python 3.11
Changelog

Sourced from xmlschema's changelog.

v2.1.1_ (2022-10-01)

  • Fix schema_path usage in XMLSchemaBase.iter_errors()
  • Add allow_empty option to XMLSchemaBase validation API

v2.1.0_ (2022-09-25)

  • Add to_etree() to document API
  • Improve generic encoding with wildcards
  • Clean document API and schema decoding

v2.0.4_ (2022-09-08)

  • Add use_location_hints argument to document API for giving the option of ignoring XSI schema locations hints
  • Fix import from locations hints with namespace mismatch (issue #324)

v2.0.3_ (2022-08-25)

  • Add keep_empty and element_hook options to main iter_decode() method
  • Fix default namespace mapping in BadgerFishConverter
  • Fix type restriction check if restricted particle has maxOccurs==0 (issue #323)

v2.0.2_ (2022-08-12)

  • Fix XSD 1.1 assertions effective scope
  • Add support for Python 3.11
Commits
  • a2165b4 Move 'type:ignore' at decorator level to fix PyPy errors
  • 69614bf Merge changes in order to publish release v2.1.1
  • e9779a1 Use mypy==v0.981 for static typing tests
  • 4776903 Bump bugfix release
  • 608c524 XMLSchemaBase: remove deprecated attribute and deprecate check_schema()
  • 6962000 Extend documentation on meta-schema usage
  • 08aa0e3 Add allow_empty option to validation APIs of schema class
  • 498311f Fix schema_path usage in XMLSchemaBase.iter_errors()
  • 0c636ff Update .readthedocs.yml
  • 3cdf541 Update release info
  • 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 type:dependencies Pull requests that update a dependency file language:python Pull requests that update Python code labels Oct 3, 2022
@dependabot dependabot bot changed the base branch from release/202202 to main October 14, 2022 19:18
@dependabot dependabot bot force-pushed the dependabot/pip/xmlschema-2.1.1 branch 2 times, most recently from a3986a8 to 4a89069 Compare October 14, 2022 19:30
Bumps [xmlschema](https://github.com/sissaschool/xmlschema) from 2.0.1 to 2.1.1.
- [Release notes](https://github.com/sissaschool/xmlschema/releases)
- [Changelog](https://github.com/sissaschool/xmlschema/blob/master/CHANGELOG.rst)
- [Commits](sissaschool/xmlschema@v2.0.1...v2.1.1)

---
updated-dependencies:
- dependency-name: xmlschema
  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/xmlschema-2.1.1 branch from 4a89069 to bd9c9c6 Compare October 14, 2022 19:36
@makubacki makubacki merged commit c31beea into main Oct 14, 2022
@makubacki makubacki deleted the dependabot/pip/xmlschema-2.1.1 branch October 14, 2022 19:42
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
language:python Pull requests that update Python code type:dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants