diff --git a/app/app.py b/app/app.py index 352b484..21cb04a 100644 --- a/app/app.py +++ b/app/app.py @@ -28,7 +28,7 @@ # Upload folder UPLOAD_FOLDER = os.path.join(os.getcwd(), 'uploads') # Current version -CURRENT_VERSION = 'v1.11.17' +CURRENT_VERSION = 'v1.11.18' # Update needed UPDATE_NEEDED = bool(update_needed(CURRENT_VERSION, get_latest_version())) diff --git a/app/requirements.txt b/app/requirements.txt index a465e7f..dc884a7 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -4,4 +4,4 @@ Flask-Session==0.8.0 flask-paginate==2024.4.12 gunicorn==22.0.0 msgspec==0.18.6 -requests==2.31.0 +requests==2.32.3