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 Jun 26, 2023
1 parent f23ce88 commit e645c69
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 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==7.4.0
4 changes: 2 additions & 2 deletions authenticating-users/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [START getting_started_requirements]
Flask==2.2.5
cryptography==41.0.0
Flask==2.3.2
cryptography==41.0.1
python-jose[cryptography]==3.3.0
requests==2.31.0
# [END getting_started_requirements]
4 changes: 2 additions & 2 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-pubsub==2.17.1
flask==2.3.2
4 changes: 2 additions & 2 deletions bookshelf/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Flask==2.2.5
Flask==2.3.2
google-cloud-firestore==2.11.1
google-cloud-storage==2.9.0
google-cloud-storage==2.10.0
google-cloud-error-reporting==1.9.1
google-cloud-logging==3.5.0
gunicorn==20.1.0
Expand Down
2 changes: 1 addition & 1 deletion gce/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
flask==2.2.5
flask==2.3.2
honcho==1.1.0
gunicorn==20.1.0
2 changes: 1 addition & 1 deletion 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
pytest==7.4.0
nox==2023.4.22
requests==2.31.0
2 changes: 1 addition & 1 deletion 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
flask==2.3.2

0 comments on commit e645c69

Please sign in to comment.