From 3c2cbdf9d54fe68d8b0f341ca841cf14ab6094dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 18:34:37 +0000 Subject: [PATCH] Bump flask in /tutorials/nats/natss-channel/app/currency Bumps [flask](https://github.com/pallets/flask) from 1.1.2 to 2.2.5. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/1.1.2...2.2.5) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tutorials/nats/natss-channel/app/currency/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/nats/natss-channel/app/currency/requirements.txt b/tutorials/nats/natss-channel/app/currency/requirements.txt index 449d65c..6446f71 100644 --- a/tutorials/nats/natss-channel/app/currency/requirements.txt +++ b/tutorials/nats/natss-channel/app/currency/requirements.txt @@ -1,6 +1,6 @@ pylint==2.4.0 google-cloud-secret-manager==1.0.0 -Flask==1.1.2 +Flask==2.2.5 nats-python==0.8.0 gunicorn==20.0.4 cloudevents==0.3.0