From 71b088e705d3eee48609a5a4c8805bf7cd6bd04c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 19:46:55 +0000 Subject: [PATCH] Bump aiohttp from 3.14.0 to 3.14.3 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.14.0 to 3.14.3. - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.14.0...v3.14.3) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1ede628..84d08f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,7 +45,7 @@ prometheus_client==0.22.1 # Exposes metrics for Prometheus to scrape pyyaml==6.0.2 # Reads and writes YAML configuration files # Asynchronous HTTP client/server framework -aiohttp==3.14.0 # Async HTTP client for non-blocking requests +aiohttp==3.14.3 # Async HTTP client for non-blocking requests fpdf==1.7.2 # PDF generation library humanize==4.12.3 # Humanizes data (e.g., file sizes, timestamps)