chore: Bump sqlalchemy-utils to 0.38.3 (#21413)

This commit is contained in:
EugeneTorap 2022-09-10 11:39:23 +03:00 committed by GitHub
parent 210a2b9053
commit 7401f15add
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -269,7 +269,7 @@ sqlalchemy==1.4.36
# flask-sqlalchemy
# marshmallow-sqlalchemy
# sqlalchemy-utils
sqlalchemy-utils==0.37.8
sqlalchemy-utils==0.38.3
# via
# apache-superset
# flask-appbuilder

View File

@ -116,7 +116,7 @@ setup(
"simplejson>=3.15.0",
"slackclient==2.5.0", # PINNED! slack changes file upload api in the future versions
"sqlalchemy>=1.4, <2",
"sqlalchemy-utils>=0.37.8, <0.38",
"sqlalchemy-utils>=0.38.3, <0.39",
"sqlparse==0.3.0", # PINNED! see https://github.com/andialbrecht/sqlparse/issues/562
"tabulate==0.8.9",
# needed to support Literal (3.8) and TypeGuard (3.10)