From 8fa69300515b7e608315bb257f4eca385d4b8361 Mon Sep 17 00:00:00 2001 From: avollkopf <43980694+avollkopf@users.noreply.github.com> Date: Wed, 21 Aug 2024 07:32:07 +0200 Subject: [PATCH] update requirements -> dependabot alert on aiohttp --- cbpi/__init__.py | 2 +- requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cbpi/__init__.py b/cbpi/__init__.py index 72f4575..0659f50 100644 --- a/cbpi/__init__.py +++ b/cbpi/__init__.py @@ -1,3 +1,3 @@ -__version__ = "4.5.0.a1" +__version__ = "4.5.0.a2" __codename__ = "Summer break" diff --git a/requirements.txt b/requirements.txt index 42e0495..294425e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ typing-extensions>=4 -aiohttp==3.9.5 +aiohttp==3.10.5 aiohttp-auth==0.1.1 aiohttp-route-decorator==0.1.4 aiohttp-security==0.5.0 diff --git a/setup.py b/setup.py index fa17ff5..22e6450 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ setup(name='cbpi4', long_description_content_type='text/markdown', install_requires=[ "typing-extensions>=4", - "aiohttp==3.9.5", + "aiohttp==3.10.5", "aiohttp-auth==0.1.1", "aiohttp-route-decorator==0.1.4", "aiohttp-security==0.5.0",