-
Notifications
You must be signed in to change notification settings - Fork 112
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
chore(deps-dev): bump jinja2 from 3.1.4 to 3.1.5 #1052
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Disclaimer: Experimental PR review
PR Summary
This pull request updates the Jinja2 dependency from 3.1.4 to 3.1.5, which includes important security fixes and bug fixes while maintaining backward compatibility.
- Fixes security vulnerability in sandboxed environment handling of indirect
str.format
calls (GHSA-q2x7-8rv6-6q7h) - Addresses template name escaping in error messages to prevent f-string syntax issues (GHSA-gmj6-6f8f-6699)
- Improves sandbox security by restricting
clear
andpop
operations on mutable sequence types - Enhances async template handling and fixes unclosed generator issues
- Resolves multiple bugs related to variable assignments and template compilation
No file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
@dependabot rebase |
2455b47
to
ba8d7a2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Disclaimer: Experimental PR review
PR Summary
No major changes found since last review. The previous review accurately covered the key points about the Jinja2 dependency update from 3.1.4 to 3.1.5, including the security fixes and bug fixes. There are no additional files or changes to analyze.
No file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
@dependabot rebase |
ba8d7a2
to
b30b912
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Disclaimer: Experimental PR review
PR Summary
No major changes found since last review. The previous reviews have comprehensively covered the Jinja2 dependency update and its implications.
No file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
@dependabot rebase |
1 similar comment
@dependabot rebase |
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.4...3.1.5) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
b30b912
to
510d542
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Disclaimer: Experimental PR review
PR Summary
No major changes found since last review. The previous reviews have thoroughly covered the Jinja2 dependency update from 3.1.4 to 3.1.5, including all security fixes and improvements. There are no new files or changes to analyze.
No file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
Bumps jinja2 from 3.1.4 to 3.1.5.
Release notes
Sourced from jinja2's releases.
Changelog
Sourced from jinja2's changelog.
Commits
877f6e5
release version 3.1.58d58859
remove test pypieda8fe8
update dev dependenciesc8fdce1
Fix bug involving calling set on a template parameter within all branches of ...66587ce
Fix bug where set would sometimes fail within iffbc3a69
Add support for namespaces in tuple parsing (#1664)b8f4831
more comments about nsref assignmentee83219
Add support for namespaces in tuple assignment1d55cdd
Triple quotes in docs (#2064)8a8eafc
edit block assignment sectionYou can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.