Skip to content

Commit

Permalink
update vulnerable Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ElinaZoldnere committed Jul 20, 2024
1 parent a37973a commit 80a1919
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The app is deployed on Google App Engine.

The image conversion service is separated from the app, developed as a Google Cloud Function written
in Python with Flask and using Pillow for image processing. It communicates with the
app via HTTP requests.
app via HTTP requests. Runtime Python 3.11.

## Project Structure

Expand Down
10 changes: 5 additions & 5 deletions cloud-function/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask==2.0.2
functions-framework==3.0.0
pyheif==0.6.1
Pillow==8.4.0
Werkzeug==2.0.2
Flask==3.0.3
Werkzeug==3.0.2
functions-framework==3.7.0
pyheif==0.7.1
Pillow==10.2.0

0 comments on commit 80a1919

Please sign in to comment.