From 05141dfd34f509cddef9d7a312786d80d79ebbba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 01:25:05 +0000 Subject: [PATCH] Bump aiohttp from 3.13.2 to 3.13.3 in the pip group across 1 directory --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9420fee8d8..ac60cbecd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ license = {text = "MIT"} requires-python = "==3.14.*" dependencies = [ "pydis-core[all]==11.8.0", - "aiohttp==3.13.2", + "aiohttp==3.13.3", "arrow==1.4.0", "beautifulsoup4==4.14.2", "deepdiff==8.6.1",