diff --git a/poetry.lock b/poetry.lock index 72e8d13..7497665 100644 --- a/poetry.lock +++ b/poetry.lock @@ -166,14 +166,14 @@ speedups = ["Brotli ; platform_python_implementation == \"CPython\"", "aiodns (> [[package]] name = "aiohttp-socks" -version = "0.10.2" +version = "0.11.0" description = "Proxy connector for aiohttp" optional = false python-versions = ">=3.8.0" groups = ["main"] files = [ - {file = "aiohttp_socks-0.10.2-py3-none-any.whl", hash = "sha256:84b29d14356bcda4affa03ef267108416390e1c9029922c66be18ef4b106f980"}, - {file = "aiohttp_socks-0.10.2.tar.gz", hash = "sha256:942d7c86e2e579418fc7a734610dd97daaf00707c7462f6ccf679b2325767930"}, + {file = "aiohttp_socks-0.11.0-py3-none-any.whl", hash = "sha256:9aacce57c931b8fbf8f6d333cf3cafe4c35b971b35430309e167a35a8aab9ec1"}, + {file = "aiohttp_socks-0.11.0.tar.gz", hash = "sha256:0afe51638527c79077e4bd6e57052c87c4824233d6e20bb061c53766421b10f0"}, ] [package.dependencies] @@ -2057,4 +2057,4 @@ urllib3 = "*" [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "73f38032a80fd2339c6f549afa75ee3a901af0dc18f47437272cffa0cc62ecbb" +content-hash = "b5ad226933d53aab0a8a5db1e014c7ac096e21a81ed81084c63bd88b4928f306" diff --git a/pyproject.toml b/pyproject.toml index 43a6bb9..f7cec92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.12" aiogram = "^3.15.0" -aiohttp-socks = "^0.10.1" +aiohttp-socks = ">=0.10.1,<0.12.0" babel = "^2.16.0" environs = "^11.2.1" cachetools = "^5.5.0"