diff --git a/pyproject.toml b/pyproject.toml index 498fad8..43c9616 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ dependencies = [ "render-engine[cli]>=2026.5.2a1", "render-engine-clean-urls==0.1.0", "folium>=0.20.0", - "click==8.3.1", + "click==8.4.2", "pycountry==26.2.16", "python-slugify>=8.0.4", "pluggy>=1.6.0", @@ -19,11 +19,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", - "pytest==9.0.3", - "ruff==0.15.13", + "typer==0.27.0", + "rich==15.0.0", + "python-frontmatter==1.3.0", + "pytest==9.1.1", + "ruff==0.15.22", "deptry>=0.25.1", ]