diff --git a/pyproject.toml b/pyproject.toml index 7d722eb..10ff9b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.11, <3.15" readme = "README.md" license = "MIT" dependencies = [ - "aiohttp==3.13.3", + "aiohttp==3.13.4", "cryptography==46.0.6", "testcontainers==4.14.2", ]