Vonage / vonage-python-code-snippets

Python code examples for using Vonage communications APIs
MIT License
31 stars 56 forks source link

Update dependency Jinja2 to v3.1.3 (main) - autoclosed #218

Closed mend-for-github-com[bot] closed 1 week ago

mend-for-github-com[bot] commented 2 weeks ago

This PR contains the following updates:

Package Update Change
Jinja2 (changelog) patch ==3.1.2 -> ==3.1.3
jinja2 (changelog) patch ==3.1.2 -> ==3.1.3

By merging this PR, the issue #207 will be automatically resolved and closed:

Severity CVSS Score CVE Reachability
Medium Medium 6.1 CVE-2024-22195

Release Notes

pallets/jinja (Jinja2) ### [`v3.1.3`](https://togithub.com/pallets/jinja/blob/HEAD/CHANGES.rst#Version-313) [Compare Source](https://togithub.com/pallets/jinja/compare/3.1.2...3.1.3) 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`