From fbf31fd1ad3ebae01d20847867fb255dba4b73eb Mon Sep 17 00:00:00 2001 From: Jules-WinnfieldX Date: Mon, 27 Nov 2023 23:10:33 -0700 Subject: [PATCH] 3.12 support, I think --- cyberdrop_dl/__init__.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cyberdrop_dl/__init__.py b/cyberdrop_dl/__init__.py index 1faee45bc..a772cd5dd 100644 --- a/cyberdrop_dl/__init__.py +++ b/cyberdrop_dl/__init__.py @@ -1 +1 @@ -__version__ = "4.2.227" +__version__ = "4.2.228" diff --git a/requirements.txt b/requirements.txt index 08729252b..9eede3dc2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aiofiles==0.8.0 -aiohttp==3.8.6 +aiohttp==3.9.1 aiolimiter==1.1.0 aiorun==2023.7.2 asyncpraw==7.7.1