Skip to content

Commit 45fddec

Browse files
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](pallets/click@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](fastapi/typer@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](Textualize/rich@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](eyeseast/python-frontmatter@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](astral-sh/ruff@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] <support@github.com>
1 parent 25163e7 commit 45fddec

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies = [
88
"render-engine-clean-urls==0.1.0",
99
"pyyaml==6.0.3",
1010
"folium>=0.20.0",
11-
"click==8.3.1",
11+
"click==8.4.1",
1212
"pycountry==26.2.16",
1313
"python-slugify>=8.0.4",
1414

@@ -18,11 +18,11 @@ dependencies = [
1818
dev = [
1919
"pin-versions==2026.3.6",
2020
"pre-commit==4.6.0",
21-
"typer==0.25.1",
22-
"rich==14.3.3",
23-
"python-frontmatter==1.1.0",
21+
"typer==0.26.6",
22+
"rich==15.0.0",
23+
"python-frontmatter==1.3.0",
2424
"pytest==9.0.3",
25-
"ruff==0.15.13",
25+
"ruff==0.15.15",
2626
]
2727

2828
[tool.render-engine.cli]

0 commit comments

Comments
 (0)