Skip to content

Bump mkdocs-include-markdown-plugin from 7.1.2 to 7.1.8#783

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/mkdocs-include-markdown-plugin-7.1.8
Closed

Bump mkdocs-include-markdown-plugin from 7.1.2 to 7.1.8#783
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/mkdocs-include-markdown-plugin-7.1.8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 3, 2026

Bumps mkdocs-include-markdown-plugin from 7.1.2 to 7.1.8.

Release notes

Sourced from mkdocs-include-markdown-plugin's releases.

v7.1.8

Bug fixes

  • Escape substitution placeholders to prevent malformed output in edge cases.

v7.1.7

Bug fixes

  • Fix passing negative values to heading-offset argument of include-markdown directive.

v7.1.6

Bug fixes

  • Fix internal anchor in included file incorrectly rewritten.

v7.1.5

Bug fixes

  • Fix bug when warning about some invalid directive arguments.
  • Fix bug trying to use punctuations inside custom include directive names.

v7.1.4

Bug fixes

  • Fix internal anchors in included files not rewritten correctly.

v7.1.3

Enhancements

  • Add HTML support for relative URL rewrites.
Commits
  • 7466d67 Escape placeholders to avoid input collisions (#277)
  • 1ae8fca Cheaper placeholders (#276)
  • 39fb303 Fix tests for comments global config and update JSON Schema (#275)
  • 6581671 Bump pypa/gh-action-pypi-publish in /.github/workflows (#273)
  • cc0f211 Fix negative heading-offsets (#271)
  • 577e067 Upgrade pre-commit hooks revisions (#268)
  • 1062404 Fix internal anchor in included file incorrectly rewritten (#267)
  • aa17cc0 Don't compile argument regexes if not required (#262)
  • bc8c281 Fix bug warning about some invalid directive arguments (#261)
  • 253cbc4 Fix internal anchors in included file not correctly rewritten (#258)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [mkdocs-include-markdown-plugin](https://github.com/mondeja/mkdocs-include-markdown-plugin) from 7.1.2 to 7.1.8.
- [Release notes](https://github.com/mondeja/mkdocs-include-markdown-plugin/releases)
- [Commits](mondeja/mkdocs-include-markdown-plugin@v7.1.2...v7.1.8)

---
updated-dependencies:
- dependency-name: mkdocs-include-markdown-plugin
  dependency-version: 7.1.8
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Feb 3, 2026
@dependabot dependabot Bot requested a review from a team as a code owner February 3, 2026 14:44
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Feb 3, 2026
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>
@ayeshurun ayeshurun closed this Mar 12, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 12, 2026

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 @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/uv/mkdocs-include-markdown-plugin-7.1.8 branch March 12, 2026 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant