diff --git a/poetry.lock b/poetry.lock index edbbb7f..de8f4b2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -19,7 +19,7 @@ python-versions = ">=3.6" [package.dependencies] aiodns = {version = "*", optional = true, markers = "extra == \"speedups\""} -async-timeout = ">=3.0,<4.0" +async-timeout = ">=3.0.1,<5.0" attrs = ">=17.3.0" brotlipy = {version = "*", optional = true, markers = "extra == \"speedups\""} cchardet = {version = "*", optional = true, markers = "extra == \"speedups\""} diff --git a/pyproject.toml b/pyproject.toml index d7ce704..98df9dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ version = "0.7.2" [tool.poetry.dependencies] aiohttp = {extras = ["speedups"], version = "^3.7.4"} -async-timeout = "^3.0.1" +async-timeout = ">=3.0.1,<5.0" click = ">=7.1.2,<9.0.0" python = "==3.*,>=3.8.0" requests = "^2.24.0"