diff --git a/pyproject.toml b/pyproject.toml index 232dc6e..316daa2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,9 +25,9 @@ classifiers = [ dependencies = [ "Jinja2==3.1.4", "markdown-it-py[plugins]==3.0.0", - "pydantic==2.9.0", + "pydantic==2.9.1", "PyYAML==6.0.2", - "rich==13.8.0", + "rich==13.8.1", "typer[all]==0.12.5", ] @@ -46,12 +46,12 @@ dev = [ "isort==5.13.2", "mypy==1.11.2", "pep8-naming==0.14.1", - "pytest==8.3.2", + "pytest==8.3.3", "types-PyYAML==6.0.12.20240808", ] test = [ "pytest-cov==5.0.0", - "pytest==8.3.2", + "pytest==8.3.3", ] [project.scripts]