Skip to content

Commit

Permalink
chore(deps): update dependency google-cloud-logging to v3.2.2 (#8167)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency google-cloud-logging to v3.2.2

* fix: revert version for failing failing test

Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com>
Co-authored-by: Daniel Sanche <sanche@google.com>
Co-authored-by: Charles Engelke <engelke@google.com>
  • Loading branch information
4 people authored Nov 16, 2022
1 parent 089ee19 commit df15566
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==3.2.8
django-environ==0.7.0
google-cloud-logging==2.7.2
google-cloud-logging==3.2.2
appengine-python-standard>=0.2.3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==3.2.8
django-environ==0.7.0
google-cloud-logging==2.7.2
google-cloud-logging==3.2.2
appengine-python-standard>=0.3.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==3.2.8
django-environ==0.7.0
google-cloud-logging==2.7.2
google-cloud-logging==3.2.2
appengine-python-standard>=0.2.3
2 changes: 1 addition & 1 deletion run/jobs/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
backoff==2.2.1
pytest==7.0.1
google-cloud-logging==3.1.2
google-cloud-logging==3.2.2
2 changes: 1 addition & 1 deletion run/logging-manual/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==7.0.1
google-cloud-logging==3.1.2
google-cloud-logging==3.2.2
2 changes: 1 addition & 1 deletion run/pubsub/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest==7.0.1
google-cloud-logging==3.1.2
google-cloud-logging==3.2.2
google-cloud-pubsub==2.9.0

0 comments on commit df15566

Please sign in to comment.