diff --git a/pyproject.toml b/pyproject.toml index c305450..86e0f1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,10 +7,10 @@ requires-python = ">=3.11" dependencies = [ "rich==15.0.0", "questionary==2.1.1", - "pydantic==2.13.3", - "boto3==1.42.97", - "typer==0.25.0", - "ansible-core==2.19.9", + "pydantic==2.13.4", + "boto3==1.43.30", + "typer==0.26.7", + "ansible-core==2.19.10", ] [project.optional-dependencies]