Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all dependencies #547

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion authenticating-users/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==7.1.2
pytest==8.3.3
2 changes: 1 addition & 1 deletion authenticating-users/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# [START getting_started_requirements]
Flask==2.2.5
Flask==3.0.3
cryptography==41.0.2
python-jose[cryptography]==3.3.0
requests==2.31.0
Expand Down
6 changes: 3 additions & 3 deletions background/app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-cloud-firestore==2.11.1
google-cloud-pubsub==2.16.1
flask==2.2.5
google-cloud-firestore==2.19.0
google-cloud-pubsub==2.26.1
flask==3.0.3
4 changes: 2 additions & 2 deletions background/function/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-translate==3.11.1
google-cloud-firestore==2.11.1
google-cloud-translate==3.17.0
google-cloud-firestore==2.19.0
2 changes: 1 addition & 1 deletion bookshelf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Use the official Python image.
# https://hub.docker.com/_/python
FROM python:3.11-slim
FROM python:3.13-slim

# Copy local code to the container image.
ENV APP_HOME /app
Expand Down
10 changes: 5 additions & 5 deletions bookshelf/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Flask==2.2.5
google-cloud-firestore==2.11.1
google-cloud-storage==2.9.0
google-cloud-error-reporting==1.9.1
google-cloud-logging==3.5.0
Flask==3.0.3
google-cloud-firestore==2.19.0
google-cloud-storage==2.18.2
google-cloud-error-reporting==1.11.1
google-cloud-logging==3.11.3
gunicorn==20.1.0
six==1.16.0
4 changes: 2 additions & 2 deletions gce/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
flask==2.2.5
honcho==1.1.0
flask==3.0.3
honcho==2.0.0
gunicorn==20.1.0
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
flake8===5.0.4; python_version < '3.8'
flake8==6.0.0; python_version >= '3.8'
pytest==7.3.1
nox==2023.4.22
flake8==7.1.1; python_version >= '3.8'
pytest==8.3.3
nox==2024.10.9
requests==2.31.0
4 changes: 2 additions & 2 deletions sessions/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-firestore==2.11.1
flask==2.2.5
google-cloud-firestore==2.19.0
flask==3.0.3