From 99ce54da6fdd18d5988df196daa74e974ab193a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 16:01:38 +0000 Subject: [PATCH] Bump aiohttp from 3.9.2 to 3.9.4 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.2 to 3.9.4. - [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.9.2...v3.9.4) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3e1be1e..6964a81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ dependencies = [ "PyJWT==2.7.0", "python-dotenv==1.0.0", - "aiohttp==3.9.2", + "aiohttp==3.9.4", "recnetpy==0.2.71", "python-dateutil==2.8.2", "recnetlogin==0.1.1" diff --git a/requirements.txt b/requirements.txt index cc3ea0e..901e15f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ PyJWT==2.7.0 python-dotenv==1.0.0 -aiohttp==3.9.2 +aiohttp==3.9.4 recnetpy==0.2.71 python-dateutil==2.8.2 recnetlogin==0.1.1 \ No newline at end of file