diff --git a/poetry.lock b/poetry.lock index 8ac9104..2dbc835 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1298,4 +1298,4 @@ termux = [] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "0cd06fb32e6d0be3aeb5d1265ffaf069b2bc65f7cf19742b83e193c6b9a0bed9" +content-hash = "47a8b05632de499ee4814ac2cc5ee95b1558276b08f36736e66654e1443e01b4" diff --git a/pyproject.toml b/pyproject.toml index 17d61ae..377c646 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ classifiers = ["Private :: Do Not Upload"] [tool.poetry.dependencies] python = "^3.8" aiodns = { version = ">=1.1,<4", optional = true } -aiofiles = ">=0.8" +aiofiles = "*" aiohttp = "^3.8.6" aiohttp-socks = ">=0.7,<0.9" attrs = ">=22.2"