Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2026

Bumps the python-packages group with 4 updates in the / directory: markdown-exec, mkdocs-llmstxt, mkdocs-material and pytest-asyncio.

Updates markdown-exec from 1.11.0 to 1.12.1

Release notes

Sourced from markdown-exec's releases.

1.12.1

1.12.1 - 2025-11-11

Compare with 1.12.0

Code Refactoring

  • Always register tables extension, needed for Zensical (1f95bf0 by Timothée Mazzucotelli).

1.12.0

1.12.0 - 2025-11-10

Compare with 1.11.0

Features

  • Support per-file-extension icons (e6e0d59 by Timothée Mazzucotelli).
Changelog

Sourced from markdown-exec's changelog.

1.12.1 - 2025-11-11

Compare with 1.12.0

Code Refactoring

  • Always register tables extension, needed for Zensical (1f95bf0 by Timothée Mazzucotelli).

1.12.0 - 2025-11-10

Compare with 1.11.0

Features

  • Support per-file-extension icons (e6e0d59 by Timothée Mazzucotelli).
Commits
  • 5606eda Merge branch 'main' of github.com:pawamoy/markdown-exec
  • db03012 chore: Prepare release 1.12.1
  • 1f95bf0 refactor: Always register tables extension, needed for Zensical
  • 5a1679c chore: Update sponsors section in README
  • 6230ea6 chore: Prepare release 1.12.0
  • 4d09e29 chore: Specify encoding when reading files / subprocess output
  • 4e57cb6 docs: Cleanup
  • 47d13ea style: Format
  • 7bfd34f chore: Template upgrade
  • e6e0d59 feat: Support per-file-extension icons
  • Additional commits viewable in compare view

Updates mkdocs-llmstxt from 0.4.0 to 0.5.0

Release notes

Sourced from mkdocs-llmstxt's releases.

0.5.0

0.5.0 - 2025-11-20

Compare with 0.4.0

Features

  • Resolve relative links to absolute ones, link to generated Markdown files (52e0318 by 권세인). Issue-22, PR-26, Co-authored-by: Timothée Mazzucotelli dev@pawamoy.fr
Changelog

Sourced from mkdocs-llmstxt's changelog.

0.5.0 - 2025-11-20

Compare with 0.4.0

Features

  • Resolve relative links to absolute ones, link to generated Markdown files (52e0318 by 권세인). Issue-22, PR-26, Co-authored-by: Timothée Mazzucotelli dev@pawamoy.fr
Commits
  • 8968edf chore: Prepare release 0.5.0
  • cc41416 chore: Template upgrade
  • 52e0318 feat: Resolve relative links to absolute ones, link to generated Markdown files
  • See full diff in compare view

Updates mkdocs-material from 9.7.0 to 9.7.1

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.7.1

  • 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
Changelog

Sourced from mkdocs-material's changelog.

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 unsustainable to maintain and represent architectural dead ends. They are provided as-is without ongoing support.

Changes:

  • Added support for pinned blog posts and author profiles
  • Added support for customizing pagination for blog index pages
  • Added support for customizing blog category sort order
  • Added support for staying on page when switching languages
  • Added support for disabling tags in table of contents
  • Added support for nested tags and shadow tags
  • Added support for footnote tooltips
  • Added support for instant previews
  • Added support for instant prefetching
  • Added support for custom social card layouts
  • Added support for custom social card background images
  • Added support for selectable rangs in code blocks
  • Added support for custom selectors for code annotations
  • Added support for configurable log level in privacy plugin
  • Added support for processing of external links in privacy plugin
  • Added support for automatic image optimization via optimize plugin
  • Added support for navigation paths (breadcrumbs)
  • Fixed #8519: Vector accents do not render when using KaTeX

mkdocs-material-9.6.23 (2025-11-01)

  • Updated Burmese translation

... (truncated)

Commits

Updates pytest-asyncio from 1.2.0 to 1.3.0

Release notes

Sourced from pytest-asyncio's releases.

pytest-asyncio 1.3.0

1.3.0 - 2025-11-10

Removed

  • Support for Python 3.9 (#1278)

Added

  • Support for pytest 9 (#1279)

Notes for Downstream Packagers

  • Tested Python versions include free threaded Python 3.14t (#1274)
  • Tests are run in the same pytest process, instead of spawning a subprocess with pytest.Pytester.runpytest_subprocess. This prevents the test suite from accidentally using a system installation of pytest-asyncio, which could result in test errors. (#1275)
Commits
  • 2e9695f docs: Compile changelog for v1.3.0
  • dd0e9ba docs: Reference correct issue in news fragment.
  • 4c31abe Build(deps): Bump nh3 from 0.3.1 to 0.3.2
  • 13e9477 Link to migration guides from changelog
  • 4d2cf3c tests: handle Python 3.14 DefaultEventLoopPolicy deprecation warnings
  • ee3549b test: Remove obsolete test for the event_loop fixture.
  • 7a67c82 tests: Fix failing test by preventing warning conversion to error.
  • a17b689 test: add pytest config to isolated test directories
  • 18afc9d fix(tests): replace runpytest_subprocess with runpytest
  • cdc6bd1 Add support for pytest 9 and drop Python 3.9 support
  • Additional commits viewable in compare view

Dependabot 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 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 <dependency name> major version will 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 version will 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 conditions

Bumps the python-packages group with 4 updates in the / directory: [markdown-exec](https://github.com/pawamoy/markdown-exec), [mkdocs-llmstxt](https://github.com/pawamoy/mkdocs-llmstxt), [mkdocs-material](https://github.com/squidfunk/mkdocs-material) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio).


Updates `markdown-exec` from 1.11.0 to 1.12.1
- [Release notes](https://github.com/pawamoy/markdown-exec/releases)
- [Changelog](https://github.com/pawamoy/markdown-exec/blob/main/CHANGELOG.md)
- [Commits](pawamoy/markdown-exec@1.11.0...1.12.1)

Updates `mkdocs-llmstxt` from 0.4.0 to 0.5.0
- [Release notes](https://github.com/pawamoy/mkdocs-llmstxt/releases)
- [Changelog](https://github.com/pawamoy/mkdocs-llmstxt/blob/main/CHANGELOG.md)
- [Commits](pawamoy/mkdocs-llmstxt@0.4.0...0.5.0)

Updates `mkdocs-material` from 9.7.0 to 9.7.1
- [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.0...9.7.1)

Updates `pytest-asyncio` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: markdown-exec
  dependency-version: 1.12.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: mkdocs-llmstxt
  dependency-version: 0.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: mkdocs-material
  dependency-version: 9.7.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: pytest-asyncio
  dependency-version: 1.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 5, 2026
@rafalkrupinski rafalkrupinski merged commit 2c3f31a into develop Jan 5, 2026
7 checks passed
@rafalkrupinski rafalkrupinski deleted the dependabot/pip/python-packages-27e30dd0d7 branch January 5, 2026 23:52
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

Development

Successfully merging this pull request may close these issues.

2 participants