Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2025

Updates the requirements on mkdocs-macros-plugin and mkdocs-llmstxt to permit the latest version.
Updates mkdocs-macros-plugin to 1.4.0

Changelog

Sourced from mkdocs-macros-plugin's changelog.

1.4.0, 2025-09-21

  • Removed: auto-install of missing pluglet (meaningful error message #262)
  • Fixed: error with yaml dumps (#258)
  • Fixed: detection of Jinja2, to allow title rendering (#266)
  • Small improvements to documentation

1.3.7, 2024-10-18

  • Fixed: incompatibility with the d2 module (#249)

1.3.6, 2024-10-17

  • Added: complete test framework, using pytest and Mkdocs-Test (#244) A number of automated test cases are implemented.
  • Changed: move from setup.py to pyproject.toml (#250)

1.2.0, 2024-09-15

  • Added: three hooks register_variables/macros/filters to facilitate cooperation with other MkDocs plugins.
  • Fixed: `define_env() was always required in module (#191)
  • Added: trace the case when no module is found (INFO)
  • Improved documentation, particularly about HTML pages
  • Added: parameters j2_comment_start_string and j2_comment_end_string to plugin's parameters, to specify alternate markers for comments.
  • Added the multiline parameter force_render_paths in the config file, to specify directories or file patterns to be rendered for the case when render_by_default = false (the render_macros parameter in the YAML header of the page has the last word).

1.0.5, 2023-10-31

  • Added: git.short_tag (#183)
  • Added: Mermaid diagrams in the documentation (Readthedocs)
  • Fixed: Changelog was no longer displayed (#186)

1.0.4, 2023-08-07

  • Fixed: Warning due to filter issue with mkdocs >= 1.5
  • Fixed: Debug html tables (including for macro_info()) are now readable also in dark mode.

1.0.2, 2023-07-02

  • Added: it is now possible to use macros in page titles, in the nav section of the yaml file, or in the level 1 titles; the macros are correctly interpreted in the navigation part of the page.

1.0.1, 2023-05-25

1.0.0-alpha, 2023-04-23

... (truncated)

Commits
  • b1dacfb Delete install_package() function from codebase
  • 4ec687e Remove auto-install of missing pluglet (#262)
  • e9dec13 Remove installation of missing pluglet (but meaningful message) #262
  • 9ef2b98 Include new function yaml_support() from super_collections (#258)
  • 86e31f7 Define explicitely python in update_pypi.sh
  • 6b396ec Add info in doc that a module can have relative path (#263)
  • 62daea9 Fix: Fix detection of Jinja2, to allow title rendering (#266)
  • e0ba1ba Test built-in filters (#253)
  • 0bc57e3 Fix imprecision in description of parameters for jinja2 syntax (#252)
  • 4fb7bf6 Change tests: MkDocsPage.find() -> find_text()
  • See full diff in compare view

Updates mkdocs-llmstxt to 0.3.2

Release notes

Sourced from mkdocs-llmstxt's releases.

0.3.2

0.3.2 - 2025-09-19

Compare with 0.3.1

Code Refactoring

  • Skip files not found, log warning (don't crash) (8407d93 by Timothée Mazzucotelli). Issue-23
Changelog

Sourced from mkdocs-llmstxt's changelog.

0.3.2 - 2025-09-19

Compare with 0.3.1

Code Refactoring

  • Skip files not found, log warning (don't crash) (8407d93 by Timothée Mazzucotelli). Issue-23

0.3.1 - 2025-08-05

Compare with 0.3.0

Bug Fixes

  • Preserve user-defined ordering of pages (1359e25 by Timothée Mazzucotelli). Issue-21

0.3.0 - 2025-07-14

Compare with 0.2.0

Features

Bug Fixes

  • Support formatting Markdown tables (f1fc875 by Timothée Mazzucotelli). Issue-13

0.2.0 - 2025-04-08

Compare with 0.1.0

Breaking changes

The configuration options changed, check the docs.

Code Refactoring

  • Actually generate llms.txt file as per the specification (1f0e417 by Victorien). Issue-1, PR-4, Co-authored-by: Timothée Mazzucotelli [email protected]
  • Use public/internal API layout (4dff69d by Timothée Mazzucotelli).

0.1.0 - 2025-01-14

Compare with first commit

Features

  • Implement first version (e4d9c5e by Timothée Mazzucotelli).
  • Initial commit (6f25f96 by Timothée Mazzucotelli).
Commits
  • ab8caff chore: Prepare release 0.3.2
  • 8407d93 refactor: Skip files not found, log warning (don't crash)
  • 71c7df2 chore: Prepare release 0.3.1
  • 1359e25 fix: Preserve user-defined ordering of pages
  • cde9904 chore: Prepare release 0.3.0
  • f1fc875 fix: Support formatting Markdown tables
  • b5ace48 docs: Fix broken link
  • 33f64b3 feat: Support file descriptions
  • 9ff4294 ci: Ignore false-positive PT028 warning
  • 4a3d844 docs: Fix code block language
  • 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

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 29, 2025

Assignees

The following users could not be added as assignees: aws/bedrock-agentcore-team. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot force-pushed the dependabot/pip/production-dependencies-05044e172b branch from d994e86 to 02cdc47 Compare October 6, 2025 16:42
@dependabot dependabot bot force-pushed the dependabot/pip/production-dependencies-05044e172b branch from 02cdc47 to 729452d Compare October 13, 2025 16:41
@dependabot dependabot bot force-pushed the dependabot/pip/production-dependencies-05044e172b branch from 729452d to d896c7f Compare October 20, 2025 16:45
…y with 2 updates

Updates the requirements on [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) and [mkdocs-llmstxt](https://github.com/pawamoy/mkdocs-llmstxt) to permit the latest version.

Updates `mkdocs-macros-plugin` to 1.4.0
- [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases)
- [Changelog](https://github.com/fralau/mkdocs-macros-plugin/blob/master/CHANGELOG.md)
- [Commits](fralau/mkdocs-macros-plugin@v1.3.7...v1.4.0)

Updates `mkdocs-llmstxt` to 0.3.2
- [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.1.0...0.3.2)

---
updated-dependencies:
- dependency-name: mkdocs-macros-plugin
  dependency-version: 1.4.0
  dependency-type: direct:production
  dependency-group: production-dependencies
- dependency-name: mkdocs-llmstxt
  dependency-version: 0.3.2
  dependency-type: direct:production
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/production-dependencies-05044e172b branch from d896c7f to 0b381ad Compare October 22, 2025 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants