Skip to content

Commit f008c5e

Browse files
Update flask requirement from ~=1.1.2 to ~=2.0.3
Updates the requirements on [flask](https://github.com/pallets/flask) to permit the latest version. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@1.1.2...2.0.3) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6c8dc4a commit f008c5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-freeze.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ csh-ldap==2.3.1
1414
ddtrace==0.57.3
1515
defusedxml==0.7.1
1616
dnspython==2.2.1
17-
Flask==1.1.4
17+
Flask==2.0.3
1818
Flask-gzip==0.2
1919
Flask-Mail==0.9.1
2020
Flask-Migrate==2.7.0

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Flask-Gzip==0.2
22
Flask-Mail==0.9.1
33
Flask-Migrate~=2.7.0
44
Flask-pyoidc~=3.7.0
5-
Flask~=1.1.4
5+
Flask~=2.0.3
66
csh_ldap~=2.3.1
77
ddtrace==0.57.3
88
flask_sqlalchemy~=2.5.1

0 commit comments

Comments
 (0)