Skip to content

chore(deps): bump the all group with 3 updates#380

Merged
garbas merged 1 commit intomainfrom
dependabot/pip/all-2b001aadbd
Dec 15, 2025
Merged

chore(deps): bump the all group with 3 updates#380
garbas merged 1 commit intomainfrom
dependabot/pip/all-2b001aadbd

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps the all group with 3 updates: mkdocs-macros-plugin, pymdown-extensions and trove-classifiers.

Updates mkdocs-macros-plugin from 1.4.1 to 1.5.0

Changelog

Sourced from mkdocs-macros-plugin's changelog.

1.5.0, 2025-11-13

  • Added: For each push, testing on github for versions Python 3.8 to 3.12
  • Fixed: bug in import of packages when not in source dir (#278)
Commits
  • 0536f4d Fix type hint for compatibility
  • d9a6bc3 Require mkdocs-test>=0.6.0 (compatibility with Python 3.8 and 3.9)
  • bcaa72d Make last minute corrections
  • 356fc2a Prepare for release
  • aaf16bd Limit testing to 3.10 up (#279)
  • ba5356c Use proper exit for pytest if Python < 3.10 (#279)
  • 6c79660 Skip test_modules.py if Python version < 3.10 (#279)
  • cec7440 Test installation of d2 in a cross-platform way (#279)
  • 492759c Update with changes from local repo (#278)
  • cc54168 Merge branch 'master' of github.com:fralau/mkdocs_macros_plugin
  • Additional commits viewable in compare view

Updates pymdown-extensions from 10.16.1 to 10.17.1

Release notes

Sourced from pymdown-extensions's releases.

10.17.1

  • FIX: Fix an issue where Highlight can override another extension in the "registered" list in Python Markdown.

10.17

  • NEW: Allow specifying static IDs in caption block headers via #id syntax.
Commits
  • 8469fc5 Fix a highlight issue
  • 505d221 Attempt a fix again for publishing
  • 08597a2 Yet another publish fix
  • c4c53c6 More fixes for publishing
  • ba36efe Update theme and fix publish action
  • f91cee2 Chore/zensical (#2784)
  • 7272a2d Create a separate publish action that can be run manually...hopefully
  • 89ff66d Update KaTeX links in mkdocs.yml
  • 7d32c6c Update JS deps
  • 630b091 Fix quotation mismatch in admonition documentation (#2777)
  • Additional commits viewable in compare view

Updates trove-classifiers from 2025.9.11.17 to 2025.11.14.15

Commits
  • 116f1cb Added Topic :: Scientific/Engineering :: Instrument Drivers :: IVI Conformant...
  • See full diff 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 dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 24, 2025
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Nov 24, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/all-2b001aadbd branch from 9ea4211 to 4b98d40 Compare December 1, 2025 04:13
@dependabot dependabot bot force-pushed the dependabot/pip/all-2b001aadbd branch from 4b98d40 to a86aafd Compare December 15, 2025 03:11
Bumps the all group with 3 updates: [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin), [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) and [trove-classifiers](https://github.com/pypa/trove-classifiers).


Updates `mkdocs-macros-plugin` from 1.4.1 to 1.5.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.4.1...v1.5.0)

Updates `pymdown-extensions` from 10.16.1 to 10.17.1
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](facelessuser/pymdown-extensions@10.16.1...10.17.1)

Updates `trove-classifiers` from 2025.9.11.17 to 2025.11.14.15
- [Release notes](https://github.com/pypa/trove-classifiers/releases)
- [Commits](pypa/trove-classifiers@2025.9.11.17...2025.11.14.15)

---
updated-dependencies:
- dependency-name: mkdocs-macros-plugin
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: pymdown-extensions
  dependency-version: 10.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: trove-classifiers
  dependency-version: 2025.11.14.15
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@garbas garbas force-pushed the dependabot/pip/all-2b001aadbd branch from a86aafd to d143769 Compare December 15, 2025 12:07
@garbas garbas enabled auto-merge (rebase) December 15, 2025 12:07
@github-actions
Copy link

@garbas garbas disabled auto-merge December 15, 2025 12:17
@garbas garbas enabled auto-merge (rebase) December 15, 2025 12:17
@garbas garbas merged commit 8ea1c31 into main Dec 15, 2025
3 checks passed
@garbas garbas deleted the dependabot/pip/all-2b001aadbd branch December 15, 2025 12:17
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 documentation Improvements or additions to documentation python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant