From 732be8ab50b59db5ecf5006d347b75a4c30cea43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 03:33:58 +0000 Subject: [PATCH] Bump the pip group with 2 updates Bumps the pip group with 2 updates: [click](https://github.com/pallets/click) and [markdown](https://github.com/Python-Markdown/markdown). Updates `click` from 8.1.8 to 8.4.1 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.md) - [Commits](https://github.com/pallets/click/compare/8.1.8...8.4.1) Updates `markdown` from 3.9 to 3.10.2 - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.9.0...3.10.2) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: markdown dependency-version: 3.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 37bffb20..6c46c5c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,10 +55,10 @@ i18n = [ "babel >=2.9.0", ] min-versions = [ - "click ==8.1.8", + "click ==8.4.1", "Jinja2 ==3.1.6", "markupsafe ==3.0.3", - "Markdown ==3.9", + "Markdown ==3.10.2", "PyYAML ==6.0.3", "watchdog ==6.0.0", "ghp-import ==2.1.0",