From 499d287844a259344866070ab2a6558f71f580df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 06:59:09 +0000 Subject: [PATCH] Bump aiohttp from 3.11.16 to 3.11.18 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.11.16 to 3.11.18. - [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.11.16...v3.11.18) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.11.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 940d34a..cb28ec5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ version = "0.0.0" [project.optional-dependencies] dev = [ # Production requirements - "aiohttp==3.11.16", + "aiohttp==3.11.18", "mashumaro==3.15", "orjson==3.10.16",