From 888ede4d251e3871132c814c825a41be0d3fba78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 04:58:51 +0000 Subject: [PATCH] Bump flask from 1.1.1 to 2.2.3 Bumps [flask](https://github.com/pallets/flask) from 1.1.1 to 2.2.3. - [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.1...2.2.3) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 93bf776..d66c564 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Run 'pip install -r requirements.txt -t lib/' to install these dependencies # in `lib/` subdirectory. -Flask==1.1.1 +Flask==2.2.3 timeago==1.0.10