From 4b2bc39998fd967886a6f4dda5dff070154801b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 05:56:45 +0000 Subject: [PATCH] chore(deps): bump aiohttp from 3.11.11 to 3.11.13 in /scripts Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.11.11 to 3.11.13. - [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.11...v3.11.13) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 3f4561d6..96353a25 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -6,6 +6,6 @@ tqdm==4.67.1 urllib3==2.3.0 pytz==2025.1 pillow==11.1.0 -aiohttp==3.11.11 +aiohttp==3.11.13 tenacity==9.0.0 fs==2.4.16