diff --git a/pyproject.toml b/pyproject.toml index 9c78dc6..e6e93a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,15 +25,15 @@ classifiers = [ dependencies = [ "Jinja2==3.1.4", "markdown-it-py[plugins]==3.0.0", - "pydantic==2.10.1", + "pydantic==2.10.2", "PyYAML==6.0.2", "rich==13.9.4", - "typer[all]==0.13.1", + "typer[all]==0.14.0", ] [project.optional-dependencies] dev = [ - "bandit[toml]==1.7.10", + "bandit[toml]==1.8.0", "black==24.10.0", "flake8-bugbear==24.10.31", "flake8-builtins==2.5.0", @@ -46,12 +46,12 @@ dev = [ "isort==5.13.2", "mypy==1.13.0", "pep8-naming==0.14.1", - "pytest==8.3.3", + "pytest==8.3.4", "types-PyYAML==6.0.12.20240917", ] test = [ "pytest-cov==6.0.0", - "pytest==8.3.3", + "pytest==8.3.4", ] [project.scripts]