diff --git a/poetry.lock b/poetry.lock index f9fb29a..26f31ea 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "alembic" @@ -431,14 +431,14 @@ gmpy = ["gmpy"] gmpy2 = ["gmpy2"] [[package]] -name = "Flask" -version = "2.2.2" +name = "flask" +version = "2.2.5" description = "A simple framework for building complex web applications." optional = false python-versions = ">=3.7" files = [ - {file = "Flask-2.2.2-py3-none-any.whl", hash = "sha256:b9c46cc36662a7949f34b52d8ec7bb59c0d74ba08ba6cb9ce9adc1d8676d9526"}, - {file = "Flask-2.2.2.tar.gz", hash = "sha256:642c450d19c4ad482f96729bd2a8f6d32554aa1e231f4f6b4e7e5264b16cca2b"}, + {file = "Flask-2.2.5-py3-none-any.whl", hash = "sha256:58107ed83443e86067e41eff4631b058178191a355886f8e479e347fa1285fdf"}, + {file = "Flask-2.2.5.tar.gz", hash = "sha256:edee9b0a7ff26621bd5a8c10ff484ae28737a2410d99b0bb9a6850c7fb977aa0"}, ] [package.dependencies] @@ -1354,4 +1354,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "4b4774fd4c6f2a1ecaf3f8adaeba01afdf319ed8dea976cc8f5d2f0d3b175402" +content-hash = "ecf99df685760b4f145c18637a3583c7e74ea590b09db080aa6aa8633079429a" diff --git a/pyproject.toml b/pyproject.toml index a82cad3..aa5ed26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ authutils = "^5.0.5" cdiserrors = "^1.0.0" cdislogging = "^1.0.0" cryptography = ">=41.0.3" -Flask = {version = "^2.1.3", extras = ["async"]} +Flask = {version = "^2.2.5", extras = ["async"]} Flask-SQLAlchemy = "^2.3.0" httpx = "^0.23.0" kubernetes = "^11.0.0"