From decdf7967c77a78407b1222ce112d8cc31586742 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 02:47:44 +0000 Subject: [PATCH] fix(deps): update dependency async-timeout to v5 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b4184345..8dbc1c5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ keywords = ["nonebot", "nonebot2", "rss" ,"elf" ,"rsshub"] python = "^3.14.2" aiohttp = {extras = ["speedups"], version = "^3.13.3"} arrow = "^1.4.0" -async-timeout = "^4.0.3" +async-timeout = "^5.0.1" bbcode = "^1.1.0" cachetools = "^5.5.2" emoji = "^2.15.0" diff --git a/requirements.txt b/requirements.txt index 8ce70be6..9139f6e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ aiohttp[speedups]~=3.13.3 arrow~=1.4.0 -async-timeout~=4.0.3 +async-timeout~=5.0.1 bbcode~=1.1.0 cachetools~=5.5.2 emoji~=2.15.0