summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorValérianne Lagrange <dashie@sigpipe.me>2019-12-29 15:45:03 +0100
committerGitHub <noreply@github.com>2019-12-29 15:45:03 +0100
commit1714763eaf31908df552eb3feaf8e610121ca169 (patch)
tree66e060d3c3d4726db10367f4915d011f4a174d4b /api
parent7eab4df42db8460ed3001c76e0038694a8af0084 (diff)
parent32a3aee72ffa9cf7b2fde89eace173b6607ecac6 (diff)
Bump sqlalchemy-utils from 0.36.0 to 0.36.1 in /api (#347)
Bump sqlalchemy-utils from 0.36.0 to 0.36.1 in /api Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
Diffstat (limited to 'api')
-rw-r--r--api/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/setup.py b/api/setup.py
index 2d8dc2f4..13017233 100644
--- a/api/setup.py
+++ b/api/setup.py
@@ -15,7 +15,7 @@ setup(
"WTForms==2.2.1",
"WTForms-Alchemy==0.16.9",
"SQLAlchemy-Searchable==1.1.0",
- "SQLAlchemy-Utils==0.36.0",
+ "SQLAlchemy-Utils==0.36.1",
"Bootstrap-Flask==1.2.0",
"Flask-Mail==0.9.1",
"Flask-Migrate==2.4.0",