From 26219a6fbf8945e2963c5d683384d77f9a254500 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 01:36:58 +0000 Subject: [PATCH] Bump aiohttp from 3.13.2 to 3.13.3 in /Mqtt2InfluxDB --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Mqtt2InfluxDB/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mqtt2InfluxDB/requirements.txt b/Mqtt2InfluxDB/requirements.txt index e79bd83..7ae797d 100644 --- a/Mqtt2InfluxDB/requirements.txt +++ b/Mqtt2InfluxDB/requirements.txt @@ -4,7 +4,7 @@ aiocsv==1.4.0 # via influxdb-client aiohappyeyeballs==2.6.1 # via aiohttp -aiohttp==3.13.2 +aiohttp==3.13.3 # via influxdb-client aiokafka==0.12.0 # via mqtt2influxdb (pyproject.toml)