diff --git a/pyproject.toml b/pyproject.toml index d910989..b29d4d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "Jinja2==3.1.4", "markdown-it-py[plugins]==3.0.0", "pydantic==2.8.2", - "PyYAML==6.0.1", + "PyYAML==6.0.2", "rich==13.7.1", "typer[all]==0.12.3", ] @@ -47,7 +47,7 @@ dev = [ "mypy==1.11.1", "pep8-naming==0.14.1", "pytest==8.3.2", - "types-PyYAML==6.0.12.20240724", + "types-PyYAML==6.0.12.20240808", ] test = [ "pytest-cov==5.0.0",