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]