-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dependabot: fix #18, #19, #23, #24 and #25
* updated pillow to 10.3.0, gunicorn to 22.0.0 and typing-extensions to >= 4.3.0 Signed-off-by: Soumyendra Shrivastava <[email protected]>
- Loading branch information
1 parent
8b80d3e
commit 2df6cae
Showing
9 changed files
with
12 additions
and
11 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
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 @@ | ||
fastapi>=0.109.1 | ||
uvicorn[standard]===0.23.2 | ||
gunicorn==21.2.0 | ||
gunicorn==22.0.0 | ||
aiohttp>=3.9.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
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,8 +1,8 @@ | ||
fastapi>=0.109.1 | ||
uvicorn==0.24.0.post1 | ||
gunicorn==21.2.0 | ||
gunicorn==22.0.0 | ||
aiohttp>=3.9.2 | ||
pillow==10.2.0 | ||
pillow==10.3.0 | ||
scipy==1.10.1 | ||
keras==2.12.0 | ||
tensorflow==2.12.0 |
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 |
---|---|---|
|
@@ -13,4 +13,5 @@ pytest | |
tensorflow | ||
opencv-python | ||
aiofiles | ||
kaggle | ||
kaggle | ||
typing-extensions>=4.3.0 |
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
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 @@ | ||
fastapi>=0.109.1 | ||
uvicorn==0.24.0.post1 | ||
gunicorn==21.2.0 | ||
gunicorn==22.0.0 | ||
aiohttp>=3.9.2 | ||
pillow==10.2.0 | ||
pillow==10.3.0 | ||
torchvision==0.16.1 |