From da8c5dbb75f27132230bdabc5afe378a70855740 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 00:42:06 +0000 Subject: [PATCH] Bump aiohttp from 3.11.10 to 3.11.11 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.11.10 to 3.11.11. - [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.10...v3.11.11) --- updated-dependencies: - dependency-name: aiohttp 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 e2572be8..a8cb1754 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ classifiers = [ ] description = 'CSM Automatic Network Utility' dependencies = [ - 'aiohttp==3.11.10', + 'aiohttp==3.11.11', 'click-help-colors==0.9.4', 'click-option-group==0.5.6', 'click-params==0.5.0',