diff --git a/pyproject.toml b/pyproject.toml index c1c14d0..b0773c5 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.2", + "aiohttp==3.13.3", "cryptography==46.0.3", "testcontainers==4.13.3", ]