From b513116d16bc9e1abc3e41c67195fe85032ad198 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 23:43:10 +0000 Subject: [PATCH] pip(deps): bump the python-deps group with 4 updates Bumps the python-deps group with 4 updates: [click](https://github.com/pallets/click), [rich](https://github.com/Textualize/rich), [python-frontmatter](https://github.com/eyeseast/python-frontmatter) and [ruff](https://github.com/astral-sh/ruff). Updates `click` from 8.3.1 to 8.4.1 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.3.1...8.4.1) Updates `rich` from 14.3.3 to 15.0.0 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v14.3.3...v15.0.0) Updates `python-frontmatter` from 1.1.0 to 1.3.0 - [Release notes](https://github.com/eyeseast/python-frontmatter/releases) - [Commits](https://github.com/eyeseast/python-frontmatter/compare/v1.1.0...v1.3.0) Updates `ruff` from 0.15.13 to 0.15.14 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.13...0.15.14) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: rich dependency-version: 15.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-deps - dependency-name: python-frontmatter dependency-version: 1.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: ruff dependency-version: 0.15.14 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 557bf76..e628461 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "render-engine-clean-urls==0.1.0", "pyyaml==6.0.3", "folium>=0.20.0", - "click==8.3.1", + "click==8.4.1", "pycountry==26.2.16", "python-slugify>=8.0.4", @@ -19,10 +19,10 @@ dev = [ "pin-versions==2026.3.6", "pre-commit==4.6.0", "typer==0.25.1", - "rich==14.3.3", - "python-frontmatter==1.1.0", + "rich==15.0.0", + "python-frontmatter==1.3.0", "pytest==9.0.3", - "ruff==0.15.13", + "ruff==0.15.14", ] [tool.render-engine.cli]