Skip to content

Commit

Permalink
Merge pull request #93 from aviolaris/1.11.x
Browse files Browse the repository at this point in the history
1.11.x
  • Loading branch information
aviolaris authored Jun 11, 2024
2 parents d9787a9 + c3a2375 commit db623a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()))

Expand Down
2 changes: 1 addition & 1 deletion app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit db623a1

Please sign in to comment.