Skip to content

Conversation

@renovate
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.6 age adoption passing confidence patch
PyYAML (source) ==6.0 -> ==6.0.3 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.35.0 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.25.1 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.14-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.20.0 age adoption passing confidence minor

Release Notes

pallets/jinja (Jinja2)

v3.1.6

Compare Source

Released 2025-03-05

  • The |attr filter does not bypass the environment's attribute lookup,
    allowing the sandbox to apply its checks. :ghsa:cpwx-vrp4-4pq7

v3.1.5

Compare Source

Released 2024-12-21

  • The sandboxed environment handles indirect calls to str.format, such as
    by passing a stored reference to a filter that calls its argument.
    :ghsa:q2x7-8rv6-6q7h
  • Escape template name before formatting it into error messages, to avoid
    issues with names that contain f-string syntax.
    :issue:1792, :ghsa:gmj6-6f8f-6699
  • Sandbox does not allow clear and pop on known mutable sequence
    types. :issue:2032
  • 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
  • The runtime uses the correct concat function for the current environment
    when calling block references. :issue:1701
  • Make |unique async-aware, allowing it to be used after another
    async-aware filter. :issue:1781
  • |int filter handles OverflowError from scientific notation.
    :issue:1921
  • Make compiling deterministic for tuple unpacking in a {% set ... %}
    call. :issue:2021
  • Fix dunder protocol (copy/pickle/etc) interaction with Undefined
    objects. :issue:2025
  • Fix copy/pickle support for the internal missing object.
    :issue:2027
  • Environment.overlay(enable_async) is applied correctly. :pr:2061
  • The error message from FileSystemLoader includes the paths that were
    searched. :issue:1661
  • PackageLoader shows a clearer error message when the package does not
    contain the templates directory. :issue:1705
  • Improve annotations for methods returning copies. :pr:1880
  • urlize does not add mailto: to values like @a@b. :pr:1870
  • Tests decorated with @pass_context`` can be used with the ``|select`` filter. :issue:1624`
  • Using set for multiple assignment (a, b = 1, 2) does not fail when the
    target is a namespace attribute. :issue:1413
  • Using set in all branches of {% if %}{% elif %}{% else %} blocks
    does not cause the variable to be considered initially undefined.
    :issue:1253

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.3

Compare Source

What's Changed

  • Support for Python 3.14 and free-threading (experimental).

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

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.35.0

Compare Source

What's Changed

Full Changelog: koxudaxi/datamodel-code-generator@0.34.0...0.35.0

v0.34.0

Compare Source

What's Changed

New Contributors

Full Changelog: koxudaxi/datamodel-code-generator@0.33.0...0.34.0

v0.33.0

Compare Source

What's Changed
New Contributors

Full Changelog: koxudaxi/datamodel-code-generator@0.32.0...0.33.0

v0.32.0

Compare Source

What's Changed
New Contributors

Full Changelog: koxudaxi/datamodel-code-generator@0.31.2...0.32.0

v0.31.2

Compare Source

What's Changed

Full Changelog: koxudaxi/datamodel-code-generator@0.31.1...0.31.2

v0.31.1

Compare Source

What's Changed

Full Changelog: koxudaxi/datamodel-code-generator@0.31.0...0.31.1

v0.31.0

Compare Source

What's Changed

Full Changelog: koxudaxi/datamodel-code-generator@0.30.2...0.31.0

v0.30.2

Compare Source

What's Changed

New Contributors

Full Changelog: koxudaxi/datamodel-code-generator@0.30.1...0.30.2

v0.30.1

Compare Source

What's Changed

New Contributors

Full Changelog: koxudaxi/datamodel-code-generator@0.30.0...0.30.1

v0.30.0

Compare Source

What's Changed

Full Changelog: koxudaxi/datamodel-code-generator@0.29.0...0.30.0

v0.29.0

Compare Source

What's Changed

New Contributors

Full Changelog: koxudaxi/datamodel-code-generator@0.28.5...0.29.0

v0.28.5

Compare Source

What's Changed

New Contributors

Full Changelog: koxudaxi/datamodel-code-generator@0.28.4...0.28.5

v0.28.4

Compare Source

What's Changed

Full Changelog: koxudaxi/datamodel-code-generator@0.28.3...0.28.4

v0.28.3

Compare Source

What's Changed

New Contributors

Full Changelog: koxudaxi/datamodel-code-generator@0.28.2...0.28.3

v0.28.2

Compare Source

What's Changed

New Contributors

Full Changelog: koxudaxi/datamodel-code-generator@0.28.1...0.28.2

v0.28.1

Compare Source

What's Changed

New Contributors

Full Changelog: koxudaxi/datamodel-code-generator@0.28.0...0.28.1

v0.28.0

Compare Source

What's Changed

Full Changelog: koxudaxi/datamodel-code-generator@0.27.3...0.28.0

v0.27.3

Compare Source

What's Changed

Full Changelog: koxudaxi/datamodel-code-generator@0.27.2...0.27.3

v0.27.2

Compare Source

What's Changed

Full Changelog: koxudaxi/datamodel-code-generator@0.27.1...0.27.2

v0.27.1

Compare Source

What's Changed

New Contributors

Full Changelog: koxudaxi/datamodel-code-generator@0.27.0...0.27.1

v0.27.0

Compare Source

What's Changed

New Contributors

Full Changelog: koxudaxi/datamodel-code-generator@0.26.5...0.27.0

v0.26.5

Compare Source

What's Changed

New Contributors

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

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

  • [@​prmshepherd](h

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 2 times, most recently from 557fe81 to a988b5e Compare December 21, 2024 19:01
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch from a988b5e to 21fc989 Compare January 14, 2025 17:10
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch 3 times, most recently from f7f2494 to ee6f5bb Compare February 11, 2025 21:51
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch 2 times, most recently from e42620b to 98dc0a0 Compare February 15, 2025 05:48
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch 3 times, most recently from 27c2476 to d69833c Compare March 5, 2025 23:10
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch 2 times, most recently from 0137d07 to bcea9d0 Compare March 11, 2025 22:10
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch from bcea9d0 to 8501a2e Compare March 24, 2025 22:51
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch from 8501a2e to 336966a Compare April 17, 2025 16:16
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch 2 times, most recently from 40b87b1 to eacd81e Compare April 28, 2025 23:59
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch from eacd81e to 9bcfe3f Compare May 14, 2025 20:04
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch from 9bcfe3f to 6889975 Compare May 26, 2025 19:24
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch 2 times, most recently from 38fa7d4 to 1e4b748 Compare June 12, 2025 20:51
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch 2 times, most recently from 3eea268 to a44dd98 Compare June 22, 2025 18:13
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch 2 times, most recently from 785139a to 550b30c Compare July 18, 2025 19:31
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch from 550b30c to 8835660 Compare July 25, 2025 20:28
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch 3 times, most recently from ea440cc to 934eff7 Compare August 18, 2025 22:43
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch 2 times, most recently from eaa27cc to 3d342be Compare September 6, 2025 19:36
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch 4 times, most recently from a2b3e6b to 38c0da0 Compare September 25, 2025 22:09
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch from 38c0da0 to 7f01ddc Compare September 28, 2025 09:36
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch 2 times, most recently from b707ac5 to 48088cb Compare October 9, 2025 20:56
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch from 48088cb to cbc1a00 Compare October 20, 2025 17:35
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.

1 participant