Skip to content

chore(deps): bump the python-dev group across 1 directory with 5 updates#62

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/python-dev-58a06f97b7
Open

chore(deps): bump the python-dev group across 1 directory with 5 updates#62
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/python-dev-58a06f97b7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 11, 2026

Copy link
Copy Markdown

Updates the requirements on mkdocs-material, mkdocs-material-extensions, mkdocs-static-i18n, mkdocstrings and mkdocstrings-python to permit the latest version.
Updates mkdocs-material to 9.7.7

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.7.7

[!WARNING]

Material for MkDocs is approaching end of life

Material for MkDocs is scheduled to reach end of life on November 5, 2026. Until then, maintenance is limited to critical bug fixes and security updates.

The path forward is Zensical, our next-generation static site generator built from first principles. If you’re planning a new documentation project or thinking about your long-term setup, we encourage you to start exploring Zensical.

Organizations requiring support beyond this date can get in touch to discuss options.

Read the full announcement on our blog

Changes

  • Fixed a DOM-based XSS vulnerability in search suggestions

Thanks to @​p- for responsibly reporting this issue.

Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.7.7 (2026-07-17)

  • Fixed DOM-based XSS vulnerability in search suggestions

mkdocs-material-9.7.6 (2026-03-19)

  • Automatically disable MkDocs 2.0 warning for forks of MkDocs

mkdocs-material-9.7.5 (2026-03-10)

  • Limited version range of mkdocs to <2
  • Updated MkDocs 2.0 incompatibility warning (clarify relation with MkDocs)

mkdocs-material-9.7.4 (2026-03-03)

  • Hardened social cards plugin by switching to sandboxed environment
  • Updated MkDocs 2.0 incompatibility warning

mkdocs-material-9.7.3 (2026-02-24)

  • Fixed #8567: Print MkDocs 2.0 incompatibility warning to stderr

mkdocs-material-9.7.2 (2026-02-18)

  • Opened up version ranges of optional dependencies for forward-compatibility
  • Added warning to 'mkdocs build' about impending MkDocs 2.0 incompatibility

mkdocs-material-9.7.1 (2025-12-18)

  • Updated requests to 2.30+ to mitigate CVE in urllib
  • Fixed privacy plugin not picking up protocol-relative URLs
  • Fixed #8542: false positives and negatives captured in privacy plugin

mkdocs-material-9.7.0 (2025-11-11)

⚠️ Material for MkDocs is now in maintenance mode

This is the last release of Material for MkDocs that will receive new features. Going forward, the Material for MkDocs team focuses on Zensical, a next-gen static site generator built from first principles. We will provide critical bug fixes and security updates for Material for MkDocs for 12 months at least.

Read the full announcement on our blog: https://squidfunk.github.io/mkdocs-material/blog/2025/11/05/zensical/

This release includes all features that were previously exclusive to the Insiders edition. These features are now freely available to everyone.

Note on deprecated plugins: The projects and typeset plugins are included in this release, but must be considered deprecated. Both plugins proved

... (truncated)

Commits

Updates mkdocs-material-extensions to 1.3.1

Release notes

Sourced from mkdocs-material-extensions's releases.

1.3.1

  • FIX: Better deprecation warning.
Changelog

Sourced from mkdocs-material-extensions's changelog.

1.3.1

  • FIX: Better deprecation warning.

1.3

  • NEW: The final release. mkdocs-material (version 9.4) now has this library's logic built-in making this library obsolete. Users should migrate to using mkdocs-material's material.extensions.emoji.twemoji and material.extensions.emoji.to_svg in place of the respective materialx.emoji.twemoji and materialx.emoji.to_svg functions.

1.2

  • NEW: Add official support for Python 3.11 and 3.12.
  • NEW: Remove support for Python 3.7.
  • FIX: Update to support latest Material.

1.1.1

  • FIX: Properly handle special glob characters in path.

1.1

  • NEW: Drop Python 3.6 and officially support 3.10.
  • NEW: Cache emoji table to reduce build times.

1.0.3

  • FIX: Remove version check which is not compatible with Material Insiders. Material will completely be responsible for ensuring the correct version of mkdocs-material-extensions.

1.0.2

  • FIX: No longer specify mkdocs-material as a dependency as mkdocs-material specifies these extensions as a dependency. This created a circular dependency. While pip has no issues with such scenarios, this created issues for some versioning packages. mkdocs-material (the only package this works with) will now manage which version of mkdocs-material-extensions it needs.

1.0.1

  • FIX: Ensure we don't modify the original icon path setting.

1.0

  • NEW: First stable release.
Commits

Updates mkdocs-static-i18n to 1.3.1

Changelog

Sourced from mkdocs-static-i18n's changelog.

Changelog

!!!tip "Reminder" We try our best to follow Semantic Versioning v2 starting from 1.0.0.

Unreleased

Fix

  • fixed sitemap not being resolved from theme.custom_dir (#336)
  • translate indented admonitions with case insensitivity (#332)

1.3.0 (2025-01-24)

  • build: test and declare support for python 3.13 (#319)
  • docs: add documentation on how to build and run the project, by Nicco Kunzmann
  • docs: add style:check to documentation, by Nicco Kunzmann
  • docs: fix-bad-example-for-lang-switcher-external-link-feature thx to @​niccokunzmann
  • plugin: add admonitions translations to pymdownx.details (#317), by Joan Puigcerver
  • plugin: drop deprecated theme._vars and access keys directly (#315), by Joan Puigcerver
  • pyproject: fix the doc environment used to locally serve the plugin documentation

1.2.3 (2024-05-02)

  • reconfigure: drop incorrect log level from info to debug
  • reconfigure: file.page can be None and make plugin crash

1.2.2 (2024-03-01)

  • build: drop eol 3.7, add 3.12 compat and tests
  • chore: fix deprecation warning, by Kamil Krzyśków
  • config: new option "admonition_translations" to allow translating of admonitions by Michal Fapso (#293)
  • folder: correct file lookup, by Kamil Krzyśków
  • plugin fix homepage detection, by Kamil Krzyśków
  • test: add tests for folder structure, by Kamil Krzyśków

1.2.1 (2024-01-28)

  • folder: fix path lookup order, by Kamil Krzyśków
  • on_files: switch the file localization logic to use src_uri instead of dest_uri (#279)

1.2.0 (2023-10-25)

  • config: Add build_only_locale option, by Kamil Krzyśków

1.1.1 (2023-10-13)

  • user_overrides: extra overrides should be applied as legacy dict, thx to @​Andygol
  • docs: add and correct lang config overrides examples

... (truncated)

Commits
  • a821458 build(version): 1.3.1
  • 317b422 docs(changelog): update for new release
  • e58804a build(python): add support for 3.14 (#340)
  • 674aee4 fix: fixed sitemap not being resolved from theme.custom_dir (#336)
  • 11cb425 fix: translate indented admonitions with case insensitivity (#332)
  • 5eda9fa Add Locale valid value tests (#325)
  • f93995e Fix typos and add language to code block (#324)
  • ba16330 version 1.3.0
  • f382516 build(python3.13): test and declare support for python 3.13 (#319)
  • 09c9e1b Added admonitions translations to pymdownx.details (#317)
  • Additional commits viewable in compare view

Updates mkdocstrings to 1.0.6

Release notes

Sourced from mkdocstrings's releases.

1.0.6

1.0.6 - 2026-07-11

Compare with 1.0.5

Bug Fixes

  • Stop propagating Zensical's zrelpath treeprocessor and its preview extension (4732798 by Timothée Mazzucotelli). Issue-zensical-818
Changelog

Sourced from mkdocstrings's changelog.

1.0.6 - 2026-07-11

Compare with 1.0.5

Bug Fixes

  • Stop propagating Zensical's zrelpath treeprocessor and its preview extension (4732798 by Timothée Mazzucotelli). Issue-zensical-818

1.0.5 - 2026-07-10

Compare with 1.0.4

Bug Fixes

  • Parse inventory project and version (acc0da3 by Timothée Mazzucotelli).

1.0.4 - 2026-04-15

Compare with 1.0.3

Bug Fixes

  • Add timeout when downloading inventories (10 seconds) (3d1969a by Simon Lloyd). Issue-819

1.0.3 - 2026-02-07

Compare with 1.0.2

Bug Fixes

  • Forward extension instances directly passed from Zensical (65b27ec by Timothée Mazzucotelli).
  • Propagate Zensical's zrelpath processor (dbf263d by Timothée Mazzucotelli).

1.0.2 - 2026-01-24

Compare with 1.0.1

Code Refactoring

  • Use global instances for handlers and autorefs (9f79141 by Timothée Mazzucotelli).

1.0.1 - 2026-01-19

Compare with 1.0.0

Code Refactoring

  • Support manual cross-references in Zensical too (d37d907 by Timothée Mazzucotelli).
  • Support cross-references in Zensical (f43f1ee by Timothée Mazzucotelli). PR-812

... (truncated)

Commits
  • 9a11dcb chore: Prepare release 1.0.6
  • 4732798 fix: Stop propagating Zensical's zrelpath treeprocessor and its preview e...
  • ecbaa9a Merge branch 'main' of github.com:mkdocstrings/mkdocstrings
  • 64260f7 chore: Prepare release 1.0.5
  • acc0da3 fix: Parse inventory project and version
  • ec45a9b ci: Fix warnings
  • ce2199c chore: Update sponsors section in README (#823)
  • a938528 chore: Prepare release 1.0.4
  • 1eaa224 ci: Lint and type-check
  • 80e090d Merge branch 'main' of github.com:mkdocstrings/mkdocstrings
  • Additional commits viewable in compare view

Updates mkdocstrings-python to 2.0.5

Release notes

Sourced from mkdocstrings-python's releases.

2.0.5

2.0.5 - 2026-06-19

Compare with 2.0.4

Bug Fixes

  • Allow relative cross-references to work in summaries (abe2888 by Timothée Mazzucotelli). Issue-331
  • Always display attribute values as they're written in the source (0334131 by Timothée Mazzucotelli). Issue-311
Changelog

Sourced from mkdocstrings-python's changelog.

2.0.5 - 2026-06-19

Compare with 2.0.4

Bug Fixes

  • Allow relative cross-references to work in summaries (abe2888 by Timothée Mazzucotelli). Issue-331
  • Always display attribute values as they're written in the source (0334131 by Timothée Mazzucotelli). Issue-311

2.0.4 - 2026-06-05

Compare with 2.0.3

Bug Fixes

  • Display Methods instead of Functions for category headings inside classes (7bf8b98 by Timothée Mazzucotelli). Issue-330

2.0.3 - 2026-02-20

Compare with 2.0.2

Build

  • Depend on griffelib instead of griffe (770a5f6 by Timothée Mazzucotelli).

2.0.2 - 2026-02-09

Compare with 2.0.1

Bug Fixes

2.0.1 - 2025-12-03

Compare with 2.0.0

Bug Fixes

  • Don't ignore filters when category grouping is disabled (63aa1b0 by Timothée Mazzucotelli). Issue-324

Code Refactoring

  • Localize more contents in templates (854b6a6 by Zhikang Yan). PR-321
  • Improve ja/zh translations (b83107c by Zhikang Yan). PR-322

2.0.0 - 2025-11-27

Compare with 1.19.0

... (truncated)

Commits
  • 1670ecb chore: Prepare release 2.0.5
  • abe2888 fix: Allow relative cross-references to work in summaries
  • 0334131 fix: Always display attribute values as they're written in the source
  • 39311c7 docs: Lint docs
  • 835a406 chore: Never fail type-checking (maintenance mode)
  • dc6aa93 chore: Prepare release 2.0.4
  • 7bf8b98 fix: Display Methods instead of Functions for category headings inside classes
  • a0b99c5 chore: Prepare release 2.0.3
  • 770a5f6 build: Depend on griffelib instead of griffe
  • bf8caaf Merge branch 'main' of github.com:mkdocstrings/python
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 11, 2026
Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [mkdocs-material-extensions](https://github.com/facelessuser/mkdocs-material-extensions), [mkdocs-static-i18n](https://github.com/ultrabug/mkdocs-static-i18n), [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) and [mkdocstrings-python](https://github.com/mkdocstrings/python) to permit the latest version.

Updates `mkdocs-material` to 9.7.7
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.7.2...9.7.7)

Updates `mkdocs-material-extensions` to 1.3.1
- [Release notes](https://github.com/facelessuser/mkdocs-material-extensions/releases)
- [Changelog](https://github.com/facelessuser/mkdocs-material-extensions/blob/master/changelog.md)
- [Commits](facelessuser/mkdocs-material-extensions@1.3...1.3.1)

Updates `mkdocs-static-i18n` to 1.3.1
- [Changelog](https://github.com/ultrabug/mkdocs-static-i18n/blob/main/docs/changelog.md)
- [Commits](ultrabug/mkdocs-static-i18n@1.0.0...1.3.1)

Updates `mkdocstrings` to 1.0.6
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/mkdocstrings@0.24.0...1.0.6)

Updates `mkdocstrings-python` to 2.0.5
- [Release notes](https://github.com/mkdocstrings/python/releases)
- [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/python@1.7.0...2.0.5)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-version: 9.7.6
  dependency-type: direct:production
  dependency-group: python-dev
- dependency-name: mkdocs-material-extensions
  dependency-version: 1.3.1
  dependency-type: direct:production
  dependency-group: python-dev
- dependency-name: mkdocs-static-i18n
  dependency-version: 1.3.1
  dependency-type: direct:production
  dependency-group: python-dev
- dependency-name: mkdocstrings
  dependency-version: 1.0.5
  dependency-type: direct:production
  dependency-group: python-dev
- dependency-name: mkdocstrings-python
  dependency-version: 2.0.5
  dependency-type: direct:production
  dependency-group: python-dev
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump the python-dev group with 5 updates chore(deps): bump the python-dev group across 1 directory with 5 updates Jul 18, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/python-dev-58a06f97b7 branch from b686450 to 55e5516 Compare July 18, 2026 19:23
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 Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants