Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 9, 2024
1 parent d9da8db commit e32de87
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
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.0
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.16.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.2
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

0 comments on commit e32de87

Please sign in to comment.