From 677762b250afc57b46f6f489a9bea123f125c1ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 04:57:34 +0000 Subject: [PATCH] Bump flask from 2.0.3 to 2.2.3 Bumps [flask](https://github.com/pallets/flask) from 2.0.3 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/2.0.3...2.2.3) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 62f7b35..1685149 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ astroid==2.9.* beautifulsoup4==4.10.* black==22.1.0 bump2version==1.0.* -Flask==2.0.3 +Flask==2.2.3 html5lib==1.1.* isort==5.* markdown==3.3.6