From 10f14c4e9c45a31425137c47145738ef284c0570 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 20:56:54 +0000 Subject: [PATCH] Update aiohttp requirement from ~=3.9.0 to >=3.9,<3.11 Updates the requirements on [aiohttp](https://github.com/aio-libs/aiohttp) to permit the latest version. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.0...v3.10.0) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 39be972e..aec0f945 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ image-support = [ "python-barcode==0.15.1" ] pkcs11 = ["python-pkcs11~=0.7.0"] -async-http = ["aiohttp~=3.9.0"] +async-http = ["aiohttp>=3.9,<3.11"] etsi = ["xsdata>=24.4,<25.0"] testing-basic = [ "pytest>=6.1.1",