diff --git a/pyproject.toml b/pyproject.toml index bc22942..4acd97b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,9 +25,9 @@ classifiers = [ dependencies = [ "Jinja2==3.1.3", "markdown-it-py[plugins]==3.0.0", - "pydantic==2.6.2", + "pydantic==2.6.3", "PyYAML==6.0.1", - "rich==13.7.0", + "rich==13.7.1", "typer[all]==0.9.0", ] @@ -46,12 +46,12 @@ dev = [ "isort==5.13.2", "mypy==1.8.0", "pep8-naming==0.13.3", - "pytest==8.0.2", + "pytest==8.1.0", "types-PyYAML==6.0.12.12", ] test = [ "pytest-cov==4.1.0", - "pytest==8.0.2", + "pytest==8.1.0", ] [project.scripts]