Skip to content

Commit

Permalink
DCF-1384: Update flask (#374)
Browse files Browse the repository at this point in the history
* update flask

* update ver
  • Loading branch information
MaribelleHGomez committed Feb 8, 2024
1 parent 575d497 commit 5d3e54c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "indexd"
version = "5.0.3"
version = "5.0.4"
description = "Gen3 Indexing Service"
authors = ["CTDS UChicago <cdis@uchicago.edu>"]
license = "Apache-2.0"
Expand All @@ -21,7 +21,7 @@ gen3authz = "^1.0.4"
hsclient = {git = "https://github.com/uc-cdis/hsclient", rev = "1.0.0"}
indexclient = "^2.1.0"
jsonschema = "^3.2"
flask = "^2.2.5"
flask = "^2.3.3"
psycopg2 = "^2.7"
sqlalchemy = "~1.3.3"
sqlalchemy-utils = "^0.37.3"
Expand Down

0 comments on commit 5d3e54c

Please sign in to comment.