Skip to content

Commit

Permalink
Update flask requirement from ~=2.0 to ~=2.3 in /frontend
Browse files Browse the repository at this point in the history
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@2.0.0...2.3.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 6fbf9e0 commit 3551fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
flask~=2.0
flask~=2.3
flasgger~=0.9.7
flask_restful~=0.3.10
elasticsearch~=7.0
Expand Down

0 comments on commit 3551fee

Please sign in to comment.