Skip to content

[pip] Bump the non-major-dependencies group with 4 updates #1295

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 11, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

Bumps the non-major-dependencies group with 4 updates: mkdocs-literate-nav, mkdocs-material, mkdocs-pymdownx-material-extras and yamllint.

Updates mkdocs-literate-nav from 0.6.1 to 0.6.2

Release notes

Sourced from mkdocs-literate-nav's releases.

v0.6.2

Other refactors, see oprypin/mkdocs-literate-nav@v0.6.1...v0.6.2

Commits

Updates mkdocs-material from 9.6.6 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

mkdocs-material-9.6.7

  • Fixed #8056: Error in backrefs implementation (9.6.6 regression)
  • Fixed #8054: Unescaped quotes in ARIA labels of table of contents
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-pymdownx-material-extras from 2.7 to 2.8

Commits
  • a3648c7 Update to latest resources and drop Python 3.8
  • 003fee1 Update formal support for Python 3.13 and update copyright
  • See full diff in compare view

Updates yamllint from 1.35.1 to 1.37.0

Changelog

Sourced from yamllint's changelog.

1.37.0 (2025-03-23)

  • Automatically detect Unicode character encoding of files
  • Publish pushes to master branch to TestPyPI

1.36.2 (2025-03-17)

  • Build: Restore missing documentation and tests in sdist

1.36.1 (2025-03-15)

  • Publish PyPI releases using GitHub Actions workflows

1.36.0 (2025-03-11)

  • Add support for Python 3.13, drop support for Python 3.8
  • Rule key-ordering: add ignored-keys option
  • Rule quoted-strings: fix only-when-needed and escaped special chars
  • Fix TTY-related tests on Python 3.14
  • Docs: fix import of yamllint.config rather than yamllint
Commits
  • be92e15 yamllint version 1.37.0
  • 8323394 CI: Fail when open()’s default encoding is used
  • 4d7be6d tests: Stop using open()’s default encoding
  • fd58e6b decoder: Autodetect encoding for ignore-from-file
  • 8e3a3b3 decoder: Autodetect decoding of stdin
  • a53fa80 decoder: Autodetect encoding of most YAML files
  • 0b3abe5 tests: Move code for deleting env vars to init
  • 82a57b7 tests: Restore stdout
  • 5f57f9e tests: Use correct encoding for path
  • 325fafa CI: Publish each master commit with a unique version on TestPyPI
  • 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 non-major-dependencies group with 4 updates: [mkdocs-literate-nav](https://github.com/oprypin/mkdocs-literate-nav), [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [mkdocs-pymdownx-material-extras](https://github.com/facelessuser/mkdocs_pymdownx_material_extras) and [yamllint](https://github.com/adrienverge/yamllint).


Updates `mkdocs-literate-nav` from 0.6.1 to 0.6.2
- [Release notes](https://github.com/oprypin/mkdocs-literate-nav/releases)
- [Commits](oprypin/mkdocs-literate-nav@v0.6.1...v0.6.2)

Updates `mkdocs-material` from 9.6.6 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.6...9.6.11)

Updates `mkdocs-pymdownx-material-extras` from 2.7 to 2.8
- [Release notes](https://github.com/facelessuser/mkdocs_pymdownx_material_extras/releases)
- [Commits](facelessuser/mkdocs_pymdownx_material_extras@2.7...2.8)

Updates `yamllint` from 1.35.1 to 1.37.0
- [Release notes](https://github.com/adrienverge/yamllint/releases)
- [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst)
- [Commits](adrienverge/yamllint@v1.35.1...v1.37.0)

---
updated-dependencies:
- dependency-name: mkdocs-literate-nav
  dependency-version: 0.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-dependencies
- dependency-name: mkdocs-material
  dependency-version: 9.6.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-major-dependencies
- dependency-name: mkdocs-pymdownx-material-extras
  dependency-version: '2.8'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
- dependency-name: yamllint
  dependency-version: 1.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-major-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 1, 2025
@dependabot dependabot bot requested review from a team as code owners April 1, 2025 07:11
@OmarTawfik OmarTawfik added this pull request to the merge queue Apr 11, 2025
Merged via the queue into main with commit 6f55593 Apr 11, 2025
4 checks passed
@OmarTawfik OmarTawfik deleted the dependabot/pip/non-major-dependencies-b3cb293089 branch April 11, 2025 14:54
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant