Closed
Conversation
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 to 3.1.6. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.5...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
ayeshurun
pushed a commit
to ayeshurun/fabric-cicd
that referenced
this pull request
Mar 12, 2026
Resolves all 13 open Dependabot security alerts by upgrading locked dependencies via uv lock --upgrade: - cryptography 44.0.0 → 46.0.5 (HIGH: subgroup attack on SECT curves) - azure-core 1.32.0 → 1.38.2 (HIGH: untrusted data deserialization) - urllib3 2.3.0 → 2.6.3 (HIGH: decompression bomb, unbounded chain, redirect issues) - requests 2.32.3 → 2.32.5 (MEDIUM: .netrc credential leak) - Jinja2 3.1.5 → 3.1.6 (MEDIUM: sandbox breakout via attr filter) - Markdown 3.7 → 3.9+ (MEDIUM: uncaught exception) - mkdocs-include-markdown-plugin 7.1.2 → 7.2.1 (MEDIUM: placeholder collision) - pymdown-extensions 10.14 → 10.21 (LOW: ReDoS in Figure Capture) All 795 tests pass. This consolidates PRs microsoft#782, microsoft#783, microsoft#784, microsoft#785, microsoft#786, microsoft#787, microsoft#817, microsoft#856. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
ayeshurun
added a commit
that referenced
this pull request
Mar 12, 2026
…ependencies (#876) ## Summary Targeted upgrade of 8 vulnerable locked dependencies to resolve all 13 open Dependabot security alerts in a single PR, rather than merging 8 separate Dependabot PRs (#782, #783, #784, #785, #786, #787, #817, #856) that each independently modify `uv.lock`. ## Changes Only `uv.lock` is modified — `pyproject.toml` is unchanged since all constraints already use `>=` and allow the patched versions. ### Upgraded packages (targeted via `uv lock --upgrade-package`): | Package | From | To | Severity | |---------|------|----|----------| | cryptography | 44.0.0 | 46.0.5 | HIGH | | azure-core | 1.32.0 | 1.38.2 | HIGH | | urllib3 | 2.3.0 | 2.6.3 | HIGH | | requests | 2.32.3 | 2.32.5 | MEDIUM | | Jinja2 | 3.1.5 | 3.1.6 | MEDIUM | | Markdown | 3.7 | 3.9+ | MEDIUM | | mkdocs-include-markdown-plugin | 7.1.2 | 7.2.1 | MEDIUM | | pymdown-extensions | 10.14 | 10.21 | LOW | ### Transitive dependency updates: - cffi 1.17.1 → 2.0.0 - msal 1.31.1 → 1.35.1 - typing-extensions 4.12.2 → 4.15.0 ## Validation - ✅ All 795 tests pass - ✅ `ruff format --check` clean - ✅ `ruff check` clean - ✅ Import test passes Co-authored-by: Alon Yeshurun <alonyeshurun+microsoft@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps jinja2 from 3.1.5 to 3.1.6.
Release notes
Sourced from jinja2's releases.
Changelog
Sourced from jinja2's changelog.
Commits
1520688release version 3.1.690457bbMerge commit from fork065334dattr filter uses env.getattr033c200start version 3.1.6bc68d4euse global contributing guide (#2070)247de5euse global contributing guideab8218cuse project advisory link instead of globalb4ffc8frelease version 3.1.5 (#2066)You 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 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 this major versionwill 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 versionwill 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 dependencywill 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.