Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 19, 2024
1 parent 590018f commit ded9360
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==3.0.0
Flask==3.0.1
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==3.0.0",
"Flask==3.0.1",
"Flask-RESTful",
"gunicorn",
"imagemounter_mitre==2023.9.5",
Expand Down

0 comments on commit ded9360

Please sign in to comment.