From 45fddec8a58a1ab62a5281eb290e2cea53680a08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 02:14:38 +0000 Subject: [PATCH] pip(deps): bump the python-deps group across 1 directory with 5 updates Bumps the python-deps group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [click](https://github.com/pallets/click) | `8.3.1` | `8.4.1` | | [typer](https://github.com/fastapi/typer) | `0.25.1` | `0.26.6` | | [rich](https://github.com/Textualize/rich) | `14.3.3` | `15.0.0` | | [python-frontmatter](https://github.com/eyeseast/python-frontmatter) | `1.1.0` | `1.3.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.13` | `0.15.15` | 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 `typer` from 0.25.1 to 0.26.6 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/fastapi/typer/compare/0.25.1...0.26.6) 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.15 - [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.15) --- 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: typer dependency-version: 0.26.6 dependency-type: direct:development 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.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 557bf76..089ad55 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", @@ -18,11 +18,11 @@ dependencies = [ dev = [ "pin-versions==2026.3.6", "pre-commit==4.6.0", - "typer==0.25.1", - "rich==14.3.3", - "python-frontmatter==1.1.0", + "typer==0.26.6", + "rich==15.0.0", + "python-frontmatter==1.3.0", "pytest==9.0.3", - "ruff==0.15.13", + "ruff==0.15.15", ] [tool.render-engine.cli]