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 json2xml from 3.5.0 to 3.14.0 in /tools/bigquery-to-xml #1078

Merged
merged 2 commits into from
Sep 15, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 24, 2023

Bumps json2xml from 3.5.0 to 3.14.0.

Release notes

Sourced from json2xml's releases.

Possible DOS vulnerability fix

What's Changed

Full Changelog: vinitkumar/json2xml@3.12.0...v3.14.0

Remove Pytest as direct dependencies

What's Changed

Full Changelog: vinitkumar/json2xml@3.10.0...3.11.0

Major release with fixes on the custom root

What's Changed

New Contributors

Full Changelog: vinitkumar/json2xml@v3.9.0...3.10.0

Pre Release with Python 3.11 support

How to Install:

pip install json2xml==3.10.0rc1

Version 3.9.0

  • feat: item_wrap for str and int (#93)
  • Drop python3.6 from the supported versions.

Version Bump release

With accurate changelog and version bump

Bugfix release

This resolves an issue with dicttoxml #89

Security Release

  • Use a better XML parsing libraries that follows better security practises.
  • Fix tox config for better local testing
  • Generate a pinned version of deps using pip-compile to have deterministic builds always.
  • Clean-up the requirements files.

Major Release

  • Forks and refactors dicttoxml inside the code itself for better maintenance. (@​vinitkumar)
  • Add some new feature to be able to skip attr-type of the elements and wrapping of arrays when they are converted to xml (@​jgroom33 )

... (truncated)

Changelog

Sourced from json2xml's changelog.

v3.14.0 / 2022-02-10

  • fix: remove unused imports
  • bump version
  • fix: issue with uncaught UnicodeDecodeError
  • cancel jobs for concurrent builds in same PR
  • pypi is stable now
  • feat: update tox config

v3.11.0 / 2022-01-31

  • bump version
  • feat: remove comments
  • Feat: install pytest separately and run pytests now
  • fix tox
  • add some documentation on testing
  • split testing libs away from release
  • fix: update changelog
  • bump version to 3.10.0
  • fix: we support Python3.7+ now (#101)
  • Issue: #99 dicttoxml igores the root param (#100)

v3.10.0 / 2022-01-29

  • bump version to 3.10.0
  • fix: we support Python3.7+ now (#101)
  • Issue: #99 dicttoxml igores the root param (#100)
  • feat: bump to a rc1 version
  • Add support for Python3.11 alpha and upgrade pytest and py (#97)
  • Feat: drop 3.11.0 alphas from the test matrix for now
  • feat: find the versions that are in the CI
  • fix: typo in the name of python 3.11 version
  • sunsetting python 3.6 and add support for python3.11 alpha
  • chore: prepare for release 3.9.0
  • fix email
  • fix readme
    • update readme - add tests - refactor
  • resolve #93
  • chore: run black on readme doc
  • fix: more issues
  • fix: garbage in history
  • feat: generate history

v3.9.0 / 2021-12-19

  • feat: generate history

... (truncated)

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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 24, 2023
@pull-request-size pull-request-size bot added the size/XS Denotes a PR that changes 0-9 lines. label Aug 24, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/tools/bigquery-to-xml/json2xml-3.14.0 branch 8 times, most recently from d9031d8 to 47c6a6c Compare September 15, 2023 20:45
Bumps [json2xml](https://github.com/vinitkumar/json2xml) from 3.5.0 to 3.14.0.
- [Release notes](https://github.com/vinitkumar/json2xml/releases)
- [Changelog](https://github.com/vinitkumar/json2xml/blob/master/HISTORY.rst)
- [Commits](vinitkumar/json2xml@v3.5.0...v3.14.0)

---
updated-dependencies:
- dependency-name: json2xml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/tools/bigquery-to-xml/json2xml-3.14.0 branch from 47c6a6c to dc95a55 Compare September 15, 2023 20:50
@agold-rh agold-rh merged commit ab5761d into main Sep 15, 2023
6 checks passed
@dependabot dependabot bot deleted the dependabot/pip/tools/bigquery-to-xml/json2xml-3.14.0 branch September 15, 2023 21:14
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 size/XS Denotes a PR that changes 0-9 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants