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 diff --git a/requirements.txt b/requirements.txt index 447c9efc0..8dfaed927 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)