FirefoxMetzger / scikit-bot

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

MAINT: Bump xsdata from 22.1 to 22.9 #189

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps xsdata from 22.1 to 22.9.

Changelog

Sourced from xsdata's changelog.

22.9 (2022-08-24)

  • Fixed code generation inconsistencies in different operating systems.
  • Fixed circular imports error [#706](https://github.com/tefra/xsdata/issues/706) <https://github.com/tefra/xsdata/pull/706>_
  • Fixed naming conflicts in imports [#706](https://github.com/tefra/xsdata/issues/706) <https://github.com/tefra/xsdata/pull/706>_
  • Fixed issue with wrong occurrences in DTD code generation [#705](https://github.com/tefra/xsdata/issues/705) <https://github.com/tefra/xsdata/pull/705>_
  • Fixed xs:group and xs:attrGroup name conflicts [#702](https://github.com/tefra/xsdata/issues/702) <https://github.com/tefra/xsdata/pull/702>_
  • Added mathml3 in standard schemas

22.8 (2022-08-21)

  • Added pycode serializer [#626](https://github.com/tefra/xsdata/issues/626) <https://github.com/tefra/xsdata/issues/626>_
  • Added option to filter out unused global types [#691](https://github.com/tefra/xsdata/issues/691) <https://github.com/tefra/xsdata/issues/691>_
  • Avoid using generics for mixed content when possible [#696](https://github.com/tefra/xsdata/issues/696) <https://github.com/tefra/xsdata/pull/696>_
  • Removed support for python 3.6 [#671](https://github.com/tefra/xsdata/issues/671) <https://github.com/tefra/xsdata/pull/671>_

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 1 year ago

Superseded by #194.