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

chore(deps): bump xsdata from 22.9 to 24.6 #67

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 24, 2024

Bumps xsdata from 22.9 to 24.6.

Release notes

Sourced from xsdata's releases.

v24.6

What's Changed

New Contributors

Full Changelog: tefra/xsdata@v24.5...v24.6

v24.5

No release notes provided.

v24.4

No release notes provided.

v24.3.1

No release notes provided.

v24.3

No release notes provided.

v24.2.1

What's Changed

Full Changelog: tefra/xsdata@v24.2...v24.2.1

v24.2

What's Changed

... (truncated)

Changelog

Sourced from xsdata's changelog.

24.6 (2024-06-24)

Features

  • Add class and field info in parsing warnings (#1036)
  • Remove whitespace from bytes encoded xml strings (#1037)
  • Improve codegen performance (#1043)

Fixes

  • JSON serializer fails on derived elements (#1053)
  • Update typing-extensions minimum version (#1039)
  • Avoid using not-threadsafe warnings.catch_warning (#1042)
  • Unnest classes doesn't update inner classes recursively (#1047)
  • Restore support for optional lists (#1053)

24.5 (2024-05-07)

Features

  • Rewrite TreeSerializer, drop support for native python ElementTree (#1032)
  • Validate fields fixed values (#1013)
  • Detect optional fields in dict mapper
  • Refactor typing annotations analyze process
  • Generate ForwardRef() instead of Type[]

Fixes

  • Allow soap client config subclassing (#1010)
  • Avoid recursive error on nested group references (#1016)
  • Add warning for same module designation (#1018)

24.4 (2024-04-01)

Features

  • Add xml and lxml tree serializers (#975)
  • Capture namespace prefixes in user dicts (#978)

... (truncated)

Commits
  • d091f23 Releasing 24.6 (#1056)
  • f75e9fa Merge pull request #1055 from tefra/fix-1054
  • bf986e4 fix: Use ruff to enforce double quotes on patterns
  • 1f42a6a revert: Add back support for optional lists (#1053)
  • 25cea60 Merge pull request #1047 from tefra/fix-1046
  • c022af6 fix: Unnest classes should update inner classes recursively
  • 791a98e fix: Run Ruff on package directories rather than files (#1049)
  • cbec5fa Merge pull request #1043 from tefra/run-ruff-once
  • 8b52384 chore: Remove print mode
  • 2c56e93 perf: Run ruff commands once
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 24, 2024
Bumps [xsdata](https://github.com/tefra/xsdata) from 22.9 to 24.6.
- [Release notes](https://github.com/tefra/xsdata/releases)
- [Changelog](https://github.com/tefra/xsdata/blob/main/CHANGES.md)
- [Commits](tefra/xsdata@v22.9...v24.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/xsdata-24.6 branch from 2f2c246 to bacc93e Compare June 25, 2024 18:58
@maxblan maxblan closed this Jun 26, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 26, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/xsdata-24.6 branch June 26, 2024 09:52
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant