Skip to content
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.4.2
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.1.2
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.21.0
google-cloud-pubsub==2.31.1
flask==3.1.2
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.21.1
google-cloud-firestore==2.21.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
12 changes: 6 additions & 6 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.1.2
google-cloud-firestore==2.21.0
google-cloud-storage==3.3.1
google-cloud-error-reporting==1.12.0
google-cloud-logging==3.12.1
gunicorn==20.1.0
six==1.16.0
six==1.17.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.1.2
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.3.0; python_version >= '3.8'
pytest==8.4.2
nox==2025.5.1
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.21.0
flask==3.1.2