diff --git a/pyproject.toml b/pyproject.toml index add97bf..c9105c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ description = "PicoFun AWS Lambda generator" dependencies = [ "black==24.10.0", # ruff can't be invoked from code without shelling out "jinja2==3.1.5", - "pydantic==2.10.5", + "pydantic==2.10.6", "PyYAML==6.0.2", "requests==2.32.3", "tomli==2.2.1",