FirefoxMetzger / scikit-bot

Robotics in Python
Apache License 2.0
13 stars 2 forks source link

MAINT: Bump xsdata from 22.1 to 22.7 #183

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps xsdata from 22.1 to 22.7.

Changelog

Sourced from xsdata's changelog.

22.7 (2022-07-22)

  • Fix empty lists do not get serialized [#686](https://github.com/tefra/xsdata/issues/686) <https://github.com/tefra/xsdata/issues/686>_
  • Added external DTD code generator [#688](https://github.com/tefra/xsdata/issues/688) <https://github.com/tefra/xsdata/pull/688>_
  • Added support for python 3.11

In the next release we will drop python 3.6 support!!!

22.5 (2022-05-08)

  • Added support for xml date/time nanoseconds [#679](https://github.com/tefra/xsdata/issues/679) <https://github.com/tefra/xsdata/pull/679>_

22.4 (2022-04-10)

  • Added config option to unnest classes
  • Added new class meta option global_type, to hide classes from discovery
  • Removed min/max length restrictions for enum type fields
  • Allow builtin xml types to be fully extended [#672](https://github.com/tefra/xsdata/issues/672) <https://github.com/tefra/xsdata/pull/672>_

22.3 (2022-03-20)

  • Added official support for python 3.11
  • Fixed enumerations restricting complex types [#659](https://github.com/tefra/xsdata/issues/659) <https://github.com/tefra/xsdata/issues/659>_
  • Fixed attribute name duplicate check to avoid invalid slugs

22.2 (2022-02-06)

  • Fixed substitution groups on duplicate global types [#648](https://github.com/tefra/xsdata/issues/648) <https://github.com/tefra/xsdata/issues/648>_
  • Added Postponed Annotations config option [#646](https://github.com/tefra/xsdata/issues/646) <https://github.com/tefra/xsdata/issues/646>_
  • Added support for subclasses with different namespaces [#654](https://github.com/tefra/xsdata/issues/654) <https://github.com/tefra/xsdata/issues/654>_
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 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[bot] commented 2 years ago

Superseded by #186.