Skip to content

Commit d1ef09e

Browse files
committed
chore(deps): update all dependencies
1 parent d9da8db commit d1ef09e

File tree

9 files changed

+21
-21
lines changed

9 files changed

+21
-21
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pytest==7.1.2
1+
pytest==8.3.4

authenticating-users/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# [START getting_started_requirements]
2-
Flask==2.2.5
2+
Flask==3.1.0
33
cryptography==41.0.2
44
python-jose[cryptography]==3.3.0
55
requests==2.31.0

background/app/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-cloud-firestore==2.11.1
2-
google-cloud-pubsub==2.16.1
3-
flask==2.2.5
1+
google-cloud-firestore==2.20.0
2+
google-cloud-pubsub==2.28.0
3+
flask==3.1.0

background/function/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-translate==3.11.1
2-
google-cloud-firestore==2.11.1
1+
google-cloud-translate==3.20.0
2+
google-cloud-firestore==2.20.0

bookshelf/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Use the official Python image.
22
# https://hub.docker.com/_/python
3-
FROM python:3.11-slim
3+
FROM python:3.13-slim
44

55
# Copy local code to the container image.
66
ENV APP_HOME /app

bookshelf/requirements.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Flask==2.2.5
2-
google-cloud-firestore==2.11.1
3-
google-cloud-storage==2.9.0
4-
google-cloud-error-reporting==1.9.1
5-
google-cloud-logging==3.5.0
1+
Flask==3.1.0
2+
google-cloud-firestore==2.20.0
3+
google-cloud-storage==3.0.0
4+
google-cloud-error-reporting==1.11.1
5+
google-cloud-logging==3.11.4
66
gunicorn==20.1.0
7-
six==1.16.0
7+
six==1.17.0

gce/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
flask==2.2.5
2-
honcho==1.1.0
1+
flask==3.1.0
2+
honcho==2.0.0
33
gunicorn==20.1.0

requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
flake8===5.0.4; python_version < '3.8'
2-
flake8==6.0.0; python_version >= '3.8'
3-
pytest==7.3.1
4-
nox==2023.4.22
2+
flake8==7.1.1; python_version >= '3.8'
3+
pytest==8.3.4
4+
nox==2025.2.9
55
requests==2.31.0

sessions/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-firestore==2.11.1
2-
flask==2.2.5
1+
google-cloud-firestore==2.20.0
2+
flask==3.1.0

0 commit comments

Comments
 (0)