Skip to content

Commit

Permalink
Bump Flask and SQLAlchemy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed Aug 29, 2023
1 parent b7fb275 commit 0b0be2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Flask
werkzeug>=2.2.1
Flask==2.3.2
Flask==2.3.3
flask-caching>=2.0.2
Flask-Cors>=3.0.10
# DB
psycopg2cffi==2.9.0
SQLAlchemy==1.4.48
SQLAlchemy==1.4.49
sqlalchemy2-stubs>=0.0.2a34
# Util
cachetools>=5.3.0
Expand Down

0 comments on commit 0b0be2f

Please sign in to comment.