-
Notifications
You must be signed in to change notification settings - Fork 0
build(deps): bump jinja2 from 3.1.3 to 3.1.5 in /docs in the pip group across 1 directory #4
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
base: develop-ng
Are you sure you want to change the base?
Conversation
Bumps the pip group with 1 update in the /docs directory: [jinja2](https://github.com/pallets/jinja). Updates `jinja2` from 3.1.3 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.3...3.1.5) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
|
By default, I don't review pull requests opened by bots. If you would like me to review this pull request anyway, you can request a review via the |
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Reviewer's Guide by SourceryThis pull request updates the jinja2 dependency from version 3.1.3 to 3.1.5 in the /docs directory. This is a security update that includes several bug fixes and security improvements. Class diagram showing Jinja2 3.1.5 security and async improvementsclassDiagram
class Template {
+render()
+render_async()
+generate_async()
+root_render_func()
}
class Environment {
+overlay(enable_async)
+sandboxed: bool
}
class SandboxedEnvironment {
-blocked_methods: List
+handle_str_format()
note for SandboxedEnvironment "New security for str.format
Blocked clear() and pop() methods"
}
class AsyncGenerator {
+aclose()
note for AsyncGenerator "Improved async generator handling"
}
Template --> Environment
Environment <|-- SandboxedEnvironment
Template --> AsyncGenerator: generates
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
We have skipped reviewing this pull request. Here's why:
- It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
- We don't review packaging changes - Let us know if you'd like us to change this.
Pull Request Test Coverage Report for Build 13029975401Details
💛 - Coveralls |
Bumps the pip group with 1 update in the /docs directory: jinja2.
Updates
jinja2from 3.1.3 to 3.1.5Release notes
Sourced from jinja2's releases.
Changelog
Sourced from jinja2's changelog.
... (truncated)
Commits
877f6e5release version 3.1.58d58859remove test pypieda8fe8update dev dependenciesc8fdce1Fix bug involving calling set on a template parameter within all branches of ...66587ceFix bug where set would sometimes fail within iffbc3a69Add support for namespaces in tuple parsing (#1664)b8f4831more comments about nsref assignmentee83219Add support for namespaces in tuple assignment1d55cddTriple quotes in docs (#2064)8a8eafcedit block assignment sectionDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.
Summary by Sourcery
Build:
This change is