From eacf920b9aedb7f2461264734946f7f615a65574 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 17 Jun 2024 12:05:20 +0200 Subject: [PATCH 1/2] Update eventlet ( Fixes SSL error on Python 3.12 ) (#2419) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6922ad536..e886f2e81 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Used by Pyppeteer pyee -eventlet==0.35.2 # related to dnspython fixes +eventlet>=0.36.1 # fixes SSL error on Python 3.12 feedgen~=0.9 flask-compress # 0.6.3 included compatibility fix for werkzeug 3.x (2.x had deprecation of url handlers) From a9ed113369746d0da23926033c0348c6edce3911 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 17 Jun 2024 13:27:11 +0200 Subject: [PATCH 2/2] 0.45.24 --- changedetectionio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/__init__.py b/changedetectionio/__init__.py index 6fb76ce43..e5c86e60b 100644 --- a/changedetectionio/__init__.py +++ b/changedetectionio/__init__.py @@ -2,7 +2,7 @@ # Read more https://github.com/dgtlmoon/changedetection.io/wiki -__version__ = '0.45.23' +__version__ = '0.45.24' from changedetectionio.strtobool import strtobool from json.decoder import JSONDecodeError