Skip to content

build(deps): bump the pip group across 1 directory with 3 updates#759

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pip-471cdc88bb
Closed

build(deps): bump the pip group across 1 directory with 3 updates#759
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pip-471cdc88bb

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 7, 2025

Bumps the pip group with 3 updates in the / directory: mkdocs-material, mkdocs-git-revision-date-localized-plugin and mkdocs-swagger-ui-tag.

Updates mkdocs-material from 9.6.7 to 9.6.11

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.6.11

  • Updated Docker image to latest Alpine Linux
  • Bump required Jinja version to 3.1
  • Fixed #8133: Jinja filter items not available (9.6.10 regression)
  • Fixed #8128: Search plugin not entirely disabled via enabled setting

mkdocs-material-9.6.10

This version is a pure refactoring release, and does not contain new features or bug fixes. It strives to improve the compatibility of our templates with alternative Jinja-like template engines that we're currently exploring, including minijinja.

Additionally, it replaces several instances of Python function invocations with idiomatic use of template filters. All instances where variables have been mutated inside templates have been replaced. Most changes have been made in partials, and only a few in blocks, and all of them are fully backward compatible, so no changes to overrides are necessary.

Note that this release does not replace the Jinja template engine with minijinja. However, our templates are now 99% compatible with minijinja, which means we can explore alternative Jinja-compatible implementations. Additionally, immutability and removal of almost all Python function invocations means much more idiomatic templating.

mkdocs-material-9.6.9

  • Updated Serbo-Croatian translations
  • Fixed #8086: Custom SVG icons containing hashes break rendering
  • Fixed #8067: Drawer has gap on right side in Firefox on some OSs

mkdocs-material-9.6.8

  • Added Welsh translations
  • Fixed #8076: Privacy plugin crashes if HTTP download fails
Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.6.11 (2025-04-01)

  • Updated Docker image to latest Alpine Linux
  • Bump required Jinja version to 3.1
  • Fixed #8133: Jinja filter items not available (9.6.10 regression)
  • Fixed #8128: Search plugin not entirely disabled via enabled setting

mkdocs-material-9.6.10 (2025-03-30)

This version is a pure refactoring release, and does not contain new features or bug fixes. It strives to improve the compatibility of our templates with alternative Jinja-like template engines that we're currently exploring, including minijinja.

Additionally, it replaces several instances of Python function invocations with idiomatic use of template filters. All instances where variables have been mutated inside templates have been replaced. Most changes have been made in partials, and only a few in blocks, and all of them are fully backward compatible, so no changes to overrides are necessary.

Note that this release does not replace the Jinja template engine with minijinja. However, our templates are now 99% compatible with minijinja, which means we can explore alternative Jinja-compatible implementations. Additionally, immutability and removal of almost all Python function invocations means much more idiomatic templating.

mkdocs-material-9.6.9 (2025-03-17)

  • Updated Serbo-Croatian translations
  • Fixed #8086: Custom SVG icons containing hashes break rendering
  • Fixed #8067: Drawer has gap on right side in Firefox on some OSs

mkdocs-material-9.6.8+insiders-4.53.16 (2025-03-13)

  • Fixed #8019: Tooltips have precedence over instant previews

mkdocs-material-9.6.8 (2025-03-13)

  • Added Welsh translations
  • Fixed #8076: Privacy plugin crashes if HTTP download fails

mkdocs-material-9.6.7 (2025-03-03)

  • Fixed #8056: Error in backrefs implementation (9.6.6 regression)
  • Fixed #8054: Unescaped quotes in ARIA labels of table of contents

mkdocs-material-9.6.6 (2025-03-01)

  • Fixed #8040: Privacy plugin not replacing exteral assets (9.6.5 regression)
  • Fixed #8031: Replace unmaintained regex package in search plugin

... (truncated)

Commits
  • 7661f07 Prepare 9.6.11 release
  • bf1fe5a Upgraded dependencies
  • 3e9bb53 Bumped required version of jinja2 to ~=3.1 (#8132)
  • 64635ba Fixed search not honoring enabled setting in templates
  • 5d30815 Updated README
  • 8438fed Updated premium sponsors
  • 2f4f384 Updated Alpine base image in Dockerfile
  • 7bd6b92 Prepare 9.6.10 release
  • dc7d75e Updated dependencies
  • c18630f Removed usage of circular members in nav_item partial
  • Additional commits viewable in compare view

Updates mkdocs-git-revision-date-localized-plugin from 1.4.2 to 1.4.5

Release notes

Sourced from mkdocs-git-revision-date-localized-plugin's releases.

revision-date-localized v1.4.5

What's Changed

New Contributors

Full Changelog: timvink/mkdocs-git-revision-date-localized-plugin@v1.4.4...v1.4.5

v1.4.4

What's Changed

Full Changelog: timvink/mkdocs-git-revision-date-localized-plugin@v1.4.3...v1.4.4

Commits
  • 2fd812f skip monorepo on windows
  • aab7303 add python version file
  • b092d87 bump to 1.4.5
  • fbd3e56 Merge pull request #174 from timo-reymann/fix/monorepo-compability
  • d114cce Test build works for techdocs-core plugin
  • d651524 Add dev dependency for testing techdocs-core integration
  • 95e8d78 Add more robust check for monorepo plugin configuration
  • 1befc7b Update unittests.yml typo
  • bd876e5 bump version
  • ce38494 remove print()
  • Additional commits viewable in compare view

Updates mkdocs-swagger-ui-tag from 0.6.11 to 0.7.0

Release notes

Sourced from mkdocs-swagger-ui-tag's releases.

mkdocs-swagger-ui-tag-0.7.0

  • Updated swagger-ui-dist to 5.20.6
  • Migrated to uv and pyproject.toml for development and building
  • Supported filename filter (#26)
  • Compatible with bs4 4.0.0+ (#29)
Changelog

Sourced from mkdocs-swagger-ui-tag's changelog.

mkdocs-swagger-ui-tag 0.7.0 (2025-04-06)

* Updated swagger-ui-dist to 5.20.6
* Migrated to uv and pyproject.toml for development and building
* Supported filename filter ([#26](https://github.com/blueswen/mkdocs-swagger-ui-tag/issues/26))
* Compatible with bs4 4.0.0+ ([#29](https://github.com/blueswen/mkdocs-swagger-ui-tag/issues/29))

mkdocs-swagger-ui-tag 0.6.11 (2024-10-27)

* Updated swagger-ui-dist to 5.17.14

mkdocs-swagger-ui-tag 0.6.10 (2024-05-01)

* Updated swagger-ui-dist to 5.17.3

mkdocs-swagger-ui-tag 0.6.9 (2024-03-25)

* Updated swagger-ui-dist to 5.12.0
* Improved OAS 3.1 dark mode contrast ([#22](https://github.com/blueswen/mkdocs-swagger-ui-tag/issues/22))
* Generate iframe ids deterministically ([#20](https://github.com/blueswen/mkdocs-swagger-ui-tag/issues/20))

mkdocs-swagger-ui-tag 0.6.8 (2024-01-22)

* Updated swagger-ui-dist to 5.11.0

mkdocs-swagger-ui-tag 0.6.7 (2023-11-18)

* Updated swagger-ui-dist to 5.10.0

mkdocs-swagger-ui-tag 0.6.6 (2023-10-25)

* Updated swagger-ui-dist to 5.9.1
* Updated dark mode background color to #1e2129

mkdocs-swagger-ui-tag 0.6.5 (2023-09-14)

* Updated swagger-ui-dist to 5.7.1

mkdocs-swagger-ui-tag 0.6.4 (2023-08-09)

* Updated swagger-ui-dist to 5.3.1

mkdocs-swagger-ui-tag 0.6.3 (2023-07-23)

* Updated swagger-ui-dist to 5.1.3

mkdocs-swagger-ui-tag 0.6.2 (2023-06-14)

* Updated swagger-ui-dist to 5.0.0, which officially starting support OpenAPI 3.1

... (truncated)

Commits

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 Apr 7, 2025
@dependabot dependabot Bot force-pushed the dependabot/pip/pip-471cdc88bb branch from f67e4fe to 640cf36 Compare April 14, 2025 09:30
Bumps the pip group with 3 updates in the / directory: [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) and [mkdocs-swagger-ui-tag](https://github.com/blueswen/mkdocs-swagger-ui-tag).


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

Updates `mkdocs-git-revision-date-localized-plugin` from 1.4.2 to 1.4.5
- [Release notes](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases)
- [Commits](timvink/mkdocs-git-revision-date-localized-plugin@v1.4.2...v1.4.5)

Updates `mkdocs-swagger-ui-tag` from 0.6.11 to 0.7.0
- [Release notes](https://github.com/blueswen/mkdocs-swagger-ui-tag/releases)
- [Changelog](https://github.com/blueswen/mkdocs-swagger-ui-tag/blob/main/CHANGELOG)
- [Commits](blueswen/mkdocs-swagger-ui-tag@v0.6.11...v0.7.0)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-version: 9.6.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: mkdocs-git-revision-date-localized-plugin
  dependency-version: 1.4.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: mkdocs-swagger-ui-tag
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/pip-471cdc88bb branch from 640cf36 to d4c551e Compare April 21, 2025 10:35
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 5, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this May 5, 2025
@dependabot dependabot Bot deleted the dependabot/pip/pip-471cdc88bb branch May 5, 2025 09:25
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