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

fix(deps): update all non-major dependencies #49

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
Jinja2 (changelog) ==3.1.2 -> ==3.1.5 age adoption passing confidence patch
PyYAML (source) ==6.0 -> ==6.0.2 age adoption passing confidence patch
ansible (source) ==6.0.0 -> ==6.7.0 age adoption passing confidence minor
datamodel-code-generator ==0.13.0 -> ==0.26.4 age adoption passing confidence minor
json-schema-for-humans ==0.41.3 -> ==0.48 age adoption passing confidence minor
jsonschema (changelog) ==4.6.1 -> ==4.23.0 age adoption passing confidence minor
netaddr (changelog) ==0.8.0 -> ==0.10.1 age adoption passing confidence minor
pre-commit ==2.19.0 -> ==2.21.0 age adoption passing confidence minor
pytest (changelog) ==7.1.2 -> ==7.4.4 age adoption passing confidence minor
python 3.10-slim -> 3.13-slim age adoption passing confidence final minor
rich ==12.4.4 -> ==12.6.0 age adoption passing confidence minor
typer (changelog) ==0.4.2 -> ==0.15.1 age adoption passing confidence minor

Release Notes

pallets/jinja (Jinja2)

v3.1.5

Compare Source

Unreleased

  • Calling sync render for an async template uses asyncio.run.
    :pr:1952
  • Avoid unclosed auto_aiter warnings. :pr:1960
  • Return an aclose-able AsyncGenerator from
    Template.generate_async. :pr:1960
  • Avoid leaving root_render_func() unclosed in
    Template.generate_async. :pr:1960
  • Avoid leaving async generators unclosed in blocks, includes and extends.
    :pr:1960

v3.1.4

Compare Source

Released 2024-05-05

  • The xmlattr filter does not allow keys with / solidus, >
    greater-than sign, or = equals sign, in addition to disallowing spaces.
    Regardless of any validation done by Jinja, user input should never be used
    as keys to this filter, or must be separately validated first.
    :ghsa:h75v-3vvj-5mfj

v3.1.3

Compare Source

Released 2024-01-10

  • Fix compiler error when checking if required blocks in parent templates are
    empty. :pr:1858
  • xmlattr filter does not allow keys with spaces. :ghsa:h5c8-rqwp-cp95
  • Make error messages stemming from invalid nesting of {% trans %} blocks
    more helpful. :pr:1918
yaml/pyyaml (PyYAML)

v6.0.2

Compare Source

What's Changed

  • Support for Cython 3.x and Python 3.13.

Full Changelog: yaml/pyyaml@6.0.1...6.0.2

v6.0.1

Compare Source

ansible-community/ansible-build-data (ansible)

v6.7.0

Compare Source

v6.6.0

Compare Source

v6.5.0

Compare Source

v6.4.0

Compare Source

v6.3.0

Compare Source

v6.2.0

Compare Source

v6.1.0

Compare Source

koxudaxi/datamodel-code-generator (datamodel-code-generator)

v0.26.4

Compare Source

What's Changed

New Contributors

Full Changelog: koxudaxi/datamodel-code-generator@0.26.3...0.26.4

v0.26.3

Compare Source

What's Changed

New Contributors

Full Changelog: koxudaxi/datamodel-code-generator@0.26.2...0.26.3

v0.26.2

Compare Source

What's Changed

New Contributors

Full Changelog: koxudaxi/datamodel-code-generator@0.26.1...0.26.2

v0.26.1

Compare Source

What's Changed

New Contributors

Full Changelog: koxudaxi/datamodel-code-generator@0.26.0...0.26.1

v0.26.0

Compare Source

What's Changed

Breaking Changes

New Contributors

Full Changelog: koxudaxi/datamodel-code-generator@0.25.9...0.26.0

v0.25.9

Compare Source

What's Changed

New Contributors

Full Changelog: koxudaxi/datamodel-code-generator@0.25.8...0.25.9

v0.25.8

Compare Source

What's Changed

New Contributors

Full Changelog: koxudaxi/datamodel-code-generator@0.25.7...0.25.8

v0.25.7

Compare Source

What's Changed

New Contributors

Full Changelog: koxudaxi/datamodel-code-generator@0.25.6...0.25.7

v0.25.6

Compare Source

What's Changed

New Contributors

Full Changelog: koxudaxi/datamodel-code-generator@0.25.5...0.25.6

v0.25.5

Compare Source

What's Changed

New Contributors

Full Changelog: koxudaxi/datamodel-code-generator@0.25.4...0.25.5

v0.25.4

Compare Source

What's Changed

New Contributors

Full Changelog: koxudaxi/datamodel-code-generator@0.25.3...0.25.4

v0.25.3

Compare Source

What's Changed

New Contributors

Full Changelog: koxudaxi/datamodel-code-generator@0.25.2...0.25.3

v0.25.2

Compare Source

What's Changed

New Contributors

Full Changelog: koxudaxi/datamodel-code-generator@0.25.1...0.25.2

v0.25.1

Compare Source

What's Changed

Full Changelog: koxudaxi/datamodel-code-generator@0.25.0...0.25.1

v0.25.0

Compare Source

What's Changed

Breaking Changes

New Contributors

Full Changelog: koxudaxi/datamodel-code-generator@0.24.2...0.25.0

v0.24.2

Compare Source

What's Changed

Full Changelog: koxudaxi/datamodel-code-generator@0.24.1...0.24.2

v0.24.1

Compare Source

What's Changed

New Contributors

Full Changelog: koxudaxi/datamodel-code-generator@0.24.0...0.24.1

v0.24.0

Compare Source

What's Changed

Breaking Changes

  • The version drop pysnooper, prance, openapi-spec-validator from the default dependencies list.
    If you want to use --debug and --validation, please add the extra option when you install packages datamodel-code-generator[debug] and datamodel-code-generator[validation]

Depreacated

  • --validation option will be removed in the new future. please use other tools to validate OpenAPI Schema.

New Contributors

Full Changelog: koxudaxi/datamodel-code-generator@0.23.0...0.24.0

v0.23.0

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from rwxd October 6, 2024 16:09
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch from a1fde60 to 9effd64 Compare October 8, 2024 00:38
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch from 9effd64 to dfd42c5 Compare October 17, 2024 17:51
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch 2 times, most recently from dfd8381 to 68a8a12 Compare November 10, 2024 18:12
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch from 68a8a12 to 60d1ced Compare November 19, 2024 01:32
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch 3 times, most recently from 970ee88 to 37a9909 Compare December 4, 2024 20:07
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch from 37a9909 to 557fe81 Compare December 15, 2024 19:05
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch from 557fe81 to a988b5e Compare December 21, 2024 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants