Skip to content

Commit

Permalink
Minimum version of sqlalchemy raised to 1.4
Browse files Browse the repository at this point in the history
By:
11e828a ("Merge pull request pallets-eco#2340 from isolovey/deprecated-query-get", 2023-10-15)
  • Loading branch information
cjmayo committed Oct 19, 2023
1 parent ba7075d commit 9c356ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements-min.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Flask==1.1.1
itsdangerous==2.0.1
werkzeug==0.16.1
sqlalchemy==1.3.12
sqlalchemy==1.4.18
MarkupSafe==1.1.0
jinja2==2.10.1
Flask-SQLAlchemy==2.1
Flask-SQLAlchemy==2.5.0
peewee==3.7.0
wtf-peewee==3.0.0
mongoengine==0.20.0
Expand All @@ -16,7 +16,7 @@ shapely==1.5.9
geoalchemy2==0.6.3
psycopg2==2.8.4
sqlalchemy-citext==1.5-0
sqlalchemy-utils==0.36.6
sqlalchemy-utils==0.37.0
azure-storage-blob==1.4.0
arrow==0.13.2
colour==0.1.5
Expand Down

0 comments on commit 9c356ce

Please sign in to comment.