From 404c0376d3d3e896361f36fb3cba381a6e596366 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 10:16:41 +0100 Subject: [PATCH] Bump aiohttp-socks from 0.7.1 to 0.9.1 (#1900) Bumps [aiohttp-socks](https://github.com/romis2012/aiohttp-socks) from 0.7.1 to 0.9.1. - [Release notes](https://github.com/romis2012/aiohttp-socks/releases) - [Commits](https://github.com/romis2012/aiohttp-socks/compare/v0.7.1...v0.9.1) --- updated-dependencies: - dependency-name: aiohttp-socks dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 15 +++++++-------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4266ba62..0f76cb0c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -136,19 +136,18 @@ speedups = ["Brotli", "aiodns (>=3.2.0)", "brotlicffi"] [[package]] name = "aiohttp-socks" -version = "0.7.1" +version = "0.9.1" description = "Proxy connector for aiohttp" optional = false -python-versions = "*" +python-versions = ">=3.8.0" files = [ - {file = "aiohttp_socks-0.7.1-py3-none-any.whl", hash = "sha256:94bcff5ef73611c6c6231c2ffc1be4af1599abec90dbd2fdbbd63233ec2fb0ff"}, - {file = "aiohttp_socks-0.7.1.tar.gz", hash = "sha256:2215cac4891ef3fa14b7d600ed343ed0f0a670c23b10e4142aa862b3db20341a"}, + {file = "aiohttp_socks-0.9.1-py3-none-any.whl", hash = "sha256:8e30dff7cd21806979bfa76ef5697ca03b05665521bc00e6e0d7fd029c917886"}, + {file = "aiohttp_socks-0.9.1.tar.gz", hash = "sha256:5b320d1bb156fc56d0b31f9de8d5b9b0affbcf1f2df9b8172334dc10e63e4e2f"}, ] [package.dependencies] -aiohttp = ">=2.3.2" -attrs = ">=19.2.0" -python-socks = {version = ">=2.0.0,<3.0.0", extras = ["asyncio"]} +aiohttp = ">=3.10.0" +python-socks = {version = ">=2.4.3,<3.0.0", extras = ["asyncio"]} [[package]] name = "aiosignal" @@ -2791,4 +2790,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "6a3affc814915da606d48878413c9166f7f21fc371db1b51e9f9f8ccaf11de51" +content-hash = "d327340cdf2c75cf731d2adf69b6115dadebd8854b9e8dfe6fe1031647c3d9c5" diff --git a/pyproject.toml b/pyproject.toml index 449c3885..2ec6f501 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ python = "^3.10" aiodns = "^3.0.0" aiohttp = "^3.10.5" -aiohttp-socks = "^0.7.1" +aiohttp-socks = "^0.9.1" arabic-reshaper = "^3.0.0" async-timeout = "^4.0.3" attrs = "^22.2.0"