Skip to content

Commit

Permalink
chore(deps): update dependency google-auth to v2.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 29, 2023
1 parent 0964400 commit 9634390
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/accounts/contacts/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ click==8.1.7
cryptography==41.0.4
flask==2.3.3
google-api-core==2.11.1
google-auth==2.17.3
google-auth==2.23.0
google-cloud-core==2.3.3
google-cloud-trace==1.11.2
googleapis-common-protos==1.60.0
Expand Down
2 changes: 1 addition & 1 deletion src/accounts/contacts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ google-api-core[grpc]==2.11.1
# -r requirements.in
# google-cloud-core
# google-cloud-trace
google-auth==2.17.3
google-auth==2.23.0
# via
# -r requirements.in
# google-api-core
Expand Down
2 changes: 1 addition & 1 deletion src/accounts/userservice/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ click==8.1.7
cryptography==41.0.4
flask==2.3.3
google-api-core==2.11.1
google-auth==2.17.3
google-auth==2.23.0
google-cloud-core==2.3.3
google-cloud-trace==1.11.2
googleapis-common-protos==1.60.0
Expand Down
2 changes: 1 addition & 1 deletion src/accounts/userservice/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ google-api-core[grpc]==2.11.1
# -r requirements.in
# google-cloud-core
# google-cloud-trace
google-auth==2.17.3
google-auth==2.23.0
# via
# -r requirements.in
# google-api-core
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ urllib3==2.0.5
pyjwt==2.8.0
cryptography==41.0.4
gunicorn==21.2.0
google-auth==2.17.3
google-auth==2.23.0
opentelemetry-sdk==1.20.0
opentelemetry-exporter-gcp-trace==1.5.0
opentelemetry-propagator-gcp==1.5.0
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ flask==2.3.3
# via -r requirements.in
google-api-core[grpc]==2.11.1
# via google-cloud-trace
google-auth==2.17.3
google-auth==2.23.0
# via
# -r requirements.in
# google-api-core
Expand Down

0 comments on commit 9634390

Please sign in to comment.