fix(deps): update all non-major dependencies #49
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==3.1.2
->==3.1.6
==6.0
->==6.0.2
==6.0.0
->==6.7.0
==0.13.0
->==0.28.4
==0.41.3
->==0.48
==4.6.1
->==4.23.0
==0.8.0
->==0.10.1
==2.19.0
->==2.21.0
==7.1.2
->==7.4.4
3.10-slim
->3.13-slim
==12.4.4
->==12.6.0
==0.4.2
->==0.15.2
Release Notes
pallets/jinja (Jinja2)
v3.1.6
Compare Source
Released 2025-03-05
|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
str.format
, such asby passing a stored reference to a filter that calls its argument.
:ghsa:
q2x7-8rv6-6q7h
issues with names that contain f-string syntax.
:issue:
1792
, :ghsa:gmj6-6f8f-6699
clear
andpop
on known mutable sequencetypes. :issue:
2032
render
for an async template usesasyncio.run
.:pr:
1952
auto_aiter
warnings. :pr:1960
aclose
-ableAsyncGenerator
fromTemplate.generate_async
. :pr:1960
root_render_func()
unclosed inTemplate.generate_async
. :pr:1960
:pr:
1960
concat
function for the current environmentwhen calling block references. :issue:
1701
|unique
async-aware, allowing it to be used after anotherasync-aware filter. :issue:
1781
|int
filter handlesOverflowError
from scientific notation.:issue:
1921
{% set ... %}
call. :issue:
2021
copy
/pickle
/etc) interaction withUndefined
objects. :issue:
2025
copy
/pickle
support for the internalmissing
object.:issue:
2027
Environment.overlay(enable_async)
is applied correctly. :pr:2061
FileSystemLoader
includes the paths that weresearched. :issue:
1661
PackageLoader
shows a clearer error message when the package does notcontain the templates directory. :issue:
1705
1880
urlize
does not addmailto:
to values like@a@b
. :pr:1870
@pass_context`` can be used with the ``|select`` filter. :issue:
1624`set
for multiple assignment (a, b = 1, 2
) does not fail when thetarget is a namespace attribute. :issue:
1413
set
in all branches of{% if %}{% elif %}{% else %}
blocksdoes not cause the variable to be considered initially undefined.
:issue:
1253
v3.1.4
Compare Source
Released 2024-05-05
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
empty. :pr:
1858
xmlattr
filter does not allow keys with spaces. :ghsa:h5c8-rqwp-cp95
{% trans %}
blocksmore helpful. :pr:
1918
yaml/pyyaml (PyYAML)
v6.0.2
Compare Source
What's Changed
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
[tool.black]
section is omitted by @otonnesen in https://github.com/koxudaxi/datamodel-code-generator/pull/2242New Contributors
Full Changelog: koxudaxi/datamodel-code-generator@0.26.4...0.26.5
v0.26.4
Compare Source
What's Changed
uri
as a supported data type by @joscha in https://github.com/koxudaxi/datamodel-code-generator/pull/2217required
withtype: [array, null]
by @joscha in https://github.com/koxudaxi/datamodel-code-generator/pull/2216New Contributors
Full Changelog: koxudaxi/datamodel-code-generator@0.26.3...0.26.4
v0.26.3
Compare Source
What's Changed
--output-datetime-class datetime
by @indrat in https://github.com/koxudaxi/datamodel-code-generator/pull/2124use_enum_values
inConfigDict
by @nbro10 in https://github.com/koxudaxi/datamodel-code-generator/pull/2134New 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
BaseClassDataType
by @rshah-evertz in https://github.com/koxudaxi/datamodel-code-generator/pull/1862New 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
--input-file-type
options by @JoeHCQ1 in https://github.com/koxudaxi/datamodel-code-generator/pull/1846New Contributors
--input-file-type
options koxudaxi/datamodel-code-generator#1846](https://rediConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.