Skip to content

Commit

Permalink
Merge pull request #240 from mitre/dependabot/pip/flask-3.0.0
Browse files Browse the repository at this point in the history
Bump flask from 2.3.3 to 3.0.0
  • Loading branch information
agibbons27 authored Nov 6, 2023
2 parents eae4188 + a3badf3 commit 7311731
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,7 +1,7 @@
apistar==0.7.2
bump2version==1.0.1
Click==8.1.7
Flask==2.3.3
Flask==3.0.0
Flask-RESTful==0.3.10
gunicorn==21.2.0
imagemounter_mitre==2023.9.5
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 @@

REQUIRED = [
"Click",
"Flask==2.3.3",
"Flask==3.0.0",
"Flask-RESTful",
"gunicorn",
"imagemounter_mitre==2023.9.5",
Expand Down

0 comments on commit 7311731

Please sign in to comment.