diff --git a/pyproject.toml b/pyproject.toml index e6c3415..eb6d195 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,9 +22,9 @@ classifiers = [ requires-python = ">=3.11" dependencies = [ "httpx>=0.28.1", - "pydantic>=2.13.0", + "pydantic>=2.13.3", "pyyaml>=6.0.3", - "cryptography>=46.0.7", + "cryptography>=47.0.0", ] [project.optional-dependencies]