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.6 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.28.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.2 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.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.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

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


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 from d69833c to 0137d07 Compare March 10, 2025 19:48
@renovate renovate bot force-pushed the renovate/all-non-major-updates branch from 0137d07 to bcea9d0 Compare March 11, 2025 22:10
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