From 603ba51df77c8515a18a84cfee58e1a2428ba6d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 16:14:33 +0000 Subject: [PATCH] Bump aiohttp from 3.14.1 to 3.14.3 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.14.1 to 3.14.3. - [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.14.3/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.14.1...v3.14.3) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2dcf1fb..fef6c55 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ py-cord[speed]==2.8.0 # Discord API wrapper psycopg[binary,pool]==3.3.4 # Postgres connector -aiohttp[speedups]==3.14.1 # Async HTTP requests +aiohttp[speedups]==3.14.3 # Async HTTP requests validators==0.35.0 # String sanitization and validation \ No newline at end of file