-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pip Update: Bump flask from 3.0.0 to 3.0.1 (#84)
* Pip Update: Bump flask from 3.0.0 to 3.0.1 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]> * Update flask in other places --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cyb3r Jak3 <[email protected]>
- Loading branch information
1 parent
88286d6
commit 967147e
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"bake-target": [ "slim", "alpine" ], | ||
"flask": [ "3.0.0", "2.3.3", "2.3.2", "2.2.3", "2.2.2"], | ||
"flask": [ "3.0.1", "3.0.0", "2.3.3", "2.3.2", "2.2.3" ], | ||
"gunicorn": [ "21.2.0", "21.1.0", "21.0.1", "20.1.0"], | ||
"gevent": [ "23.9.1", "23.9.0.post1", "23.7.0", "22.10.2" ] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# File is only used with dependabot to keep up with latest versions | ||
Flask==3.0.0 | ||
Flask==3.0.1 | ||
gunicorn==21.2.0 | ||
gevent==23.9.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters