Skip to content

chore(deps): Bump mkdocs-meta-descriptions-plugin from 3.0.0 to 4.1.0#336

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/mkdocs-meta-descriptions-plugin-4.1.0
Open

chore(deps): Bump mkdocs-meta-descriptions-plugin from 3.0.0 to 4.1.0#336
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/mkdocs-meta-descriptions-plugin-4.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps mkdocs-meta-descriptions-plugin from 3.0.0 to 4.1.0.

Release notes

Sourced from mkdocs-meta-descriptions-plugin's releases.

v4.1.0

Added

  • New option fallback_if_short to allow using the default site_description when the description coming from the first paragraph is shorter than min_length characters. Fixes #409. Thanks to @​vu-truong-personal for the idea! 🎉

v4.0.0

Added

Removed

Changelog

Sourced from mkdocs-meta-descriptions-plugin's changelog.

v4.1.0 (2025-04-19)

Added

  • New option fallback_if_short to allow using the default site_description when the description coming from the first paragraph is shorter than min_length characters. Fixes #409. Thanks to @​vu-truong-personal for the idea! 🎉

v4.0.0 (2025-01-26)

Added

Removed

Commits
  • ca5584a Fallback to site_description when first paragraph is too short (#425)
  • ded7a8f build(deps): Bump actions/upload-artifact from 4.6.1 to 4.6.2 (#418)
  • 5a92c73 build(deps): Bump actions/download-artifact from 4.1.9 to 4.2.1 (#419)
  • c49e5b5 build(deps): Bump actions/setup-python from 5.4.0 to 5.5.0 (#422)
  • 45445b0 build(deps): Bump coverage from 7.7.1 to 7.8.0 (#420)
  • bac624d build(deps): Bump mkdocs-material from 9.6.9 to 9.6.11 (#423)
  • 6970b38 build(deps): Bump pytest-cov from 6.0.0 to 6.1.1 (#424)
  • 6f2c43c build(deps): Bump coverage from 7.6.12 to 7.7.0 (#417)
  • 406ff6c build(deps): Bump mkdocs-material from 9.6.7 to 9.6.9 (#416)
  • bf21ac1 build(deps): Bump pytest from 8.3.4 to 8.3.5 (#415)
  • Additional commits viewable in compare view

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 30, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 30, 2026 18:33
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 30, 2026
@codacy-production
Copy link
Copy Markdown
Contributor

codacy-production bot commented Mar 30, 2026

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 duplication

Metric Results
Duplication 0

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes. Give us feedback

Copy link
Copy Markdown
Contributor

@codacy-production codacy-production bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR upgrades mkdocs-meta-descriptions-plugin from 3.0.0 to 4.1.0. While the quality analysis is up to standards and no logic issues were found in the requirements.txt file, the transition to version 4.x introduces a breaking change by dropping support for Python 3.8. It is essential to verify that all CI/CD pipelines and deployment environments are running Python 3.9 or newer before merging.

About this PR

  • The plugin update includes a breaking change (v4.0.0) that drops support for Python 3.8. Please ensure that the project's CI/CD and production environments use Python 3.9 or higher to avoid build regressions.

Test suggestions

  • Verify that the MkDocs documentation build process completes without errors using the updated plugin version.
  • Ensure the project's Python environment is compatible (version 3.9 or higher), as support for Python 3.8 was dropped in version 4.0.0.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that the MkDocs documentation build process completes without errors using the updated plugin version.
2. Ensure the project's Python environment is compatible (version 3.9 or higher), as support for Python 3.8 was dropped in version 4.0.0.

🗒️ Improve review quality by adding custom instructions

Bumps [mkdocs-meta-descriptions-plugin](https://github.com/prcr/mkdocs-meta-descriptions-plugin) from 3.0.0 to 4.1.0.
- [Release notes](https://github.com/prcr/mkdocs-meta-descriptions-plugin/releases)
- [Changelog](https://github.com/prcr/mkdocs-meta-descriptions-plugin/blob/main/CHANGELOG.md)
- [Commits](prcr/mkdocs-meta-descriptions-plugin@v3.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: mkdocs-meta-descriptions-plugin
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/mkdocs-meta-descriptions-plugin-4.1.0 branch from d7cd204 to 3b83c3e Compare March 31, 2026 11:22
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