Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 7b69301

Browse files
Bump flask from 2.0.3 to 2.2.5
Bumps [flask](https://github.com/pallets/flask) from 2.0.3 to 2.2.5. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@2.0.3...2.2.5) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5baeb25 commit 7b69301

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
dependencies = [
2525
"deepmerge==1.0.1",
2626
"flasgger==0.9.5",
27-
"Flask==2.0.3",
27+
"Flask==2.2.5",
2828
"flask_cors==3.0.10",
2929
"flask_restful==0.3.9",
3030
"GitPython==3.1.11",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Requirements
2-
Flask==2.0.3
2+
Flask==2.2.5
33
Flask-Cors==3.0.10
44
Flask-RESTful==0.3.9
55
Jinja2==3.0.3

0 commit comments

Comments
 (0)