Skip to content

Commit

Permalink
Bump flask from 1.1.4 to 2.3.2
Browse files Browse the repository at this point in the history
Bumps [flask](https://github.com/pallets/flask) from 1.1.4 to 2.3.2.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@1.1.4...2.3.2)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2023
1 parent 963ff50 commit 8d7baee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pyyaml==5.4
GitPython==3.1
flask==1.1.4
flask==2.3.2
flask-cors==3.0.10
sqlalchemy==1.4
flask-restx==0.5.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'werkzeug==1.0.1',
'pyyaml==5.4',
'GitPython==3.1',
'flask==1.1.4',
'flask==2.3.2',
'flask-cors==3.0.10',
'sqlalchemy==1.4',
'flask-restx==0.5.1',
Expand Down

0 comments on commit 8d7baee

Please sign in to comment.