diff --git a/pyproject.toml b/pyproject.toml index 52e9831..b2bbfaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" license = "MIT" dependencies = [ "aiohttp==3.14.1", - "cryptography==48.0.0", + "cryptography==49.0.0", "testcontainers==4.14.2", ]