Skip to content

Commit

Permalink
chore(deps): refresh pip-compile outputs python (#2231)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Oct 2, 2024
1 parent b5f13fd commit 30a6e01
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions src/accounts/contacts/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ chardet==5.2.0
click==8.1.7
cryptography==43.0.1
flask==3.0.3
google-api-core==2.19.2
google-auth==2.34.0
google-api-core==2.20.0
google-auth==2.35.0
google-cloud-core==2.4.1
google-cloud-trace==1.13.5
googleapis-common-protos==1.65.0
Expand All @@ -28,7 +28,7 @@ opentelemetry-instrumentation-flask==0.48b0
opentelemetry-instrumentation-sqlalchemy==0.48b0
packaging==23.2
pluggy==1.5.0
protobuf==4.25.4
protobuf==4.25.5
psycopg2-binary==2.9.9
py==1.11.0
pyasn1==0.6.1
Expand Down
6 changes: 3 additions & 3 deletions src/accounts/contacts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ deprecated==1.2.14
# opentelemetry-semantic-conventions
flask==3.0.3
# via -r requirements.in
google-api-core[grpc]==2.19.2
google-api-core[grpc]==2.20.0
# via
# -r requirements.in
# google-cloud-core
# google-cloud-trace
google-auth==2.34.0
google-auth==2.35.0
# via
# -r requirements.in
# google-api-core
Expand Down Expand Up @@ -159,7 +159,7 @@ proto-plus==1.24.0
# via
# google-api-core
# google-cloud-trace
protobuf==4.25.4
protobuf==4.25.5
# via
# -r requirements.in
# google-api-core
Expand Down
6 changes: 3 additions & 3 deletions src/accounts/userservice/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ chardet==5.2.0
click==8.1.7
cryptography==43.0.1
flask==3.0.3
google-api-core==2.19.2
google-auth==2.34.0
google-api-core==2.20.0
google-auth==2.35.0
google-cloud-core==2.4.1
google-cloud-trace==1.13.5
googleapis-common-protos==1.65.0
Expand All @@ -28,7 +28,7 @@ opentelemetry-instrumentation-flask==0.48b0
opentelemetry-instrumentation-sqlalchemy==0.48b0
packaging==23.2
pluggy==1.5.0
protobuf==4.25.4
protobuf==4.25.5
psycopg2-binary==2.9.9
py==1.11.0
pyasn1==0.6.1
Expand Down
6 changes: 3 additions & 3 deletions src/accounts/userservice/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ deprecated==1.2.14
# opentelemetry-semantic-conventions
flask==3.0.3
# via -r requirements.in
google-api-core[grpc]==2.19.2
google-api-core[grpc]==2.20.0
# via
# -r requirements.in
# google-cloud-core
# google-cloud-trace
google-auth==2.34.0
google-auth==2.35.0
# via
# -r requirements.in
# google-api-core
Expand Down Expand Up @@ -159,7 +159,7 @@ proto-plus==1.24.0
# via
# google-api-core
# google-cloud-trace
protobuf==4.25.4
protobuf==4.25.5
# 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.2.3
pyjwt==2.9.0
cryptography==43.0.1
gunicorn==22.0.0
google-auth==2.34.0
google-auth==2.35.0
opentelemetry-sdk==1.27.0
opentelemetry-exporter-gcp-trace==1.7.0
opentelemetry-propagator-gcp==1.7.0
Expand Down
6 changes: 3 additions & 3 deletions src/frontend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ flask==3.0.3
# via -r requirements.in
google-api-core[grpc]==2.20.0
# via google-cloud-trace
google-auth==2.34.0
google-auth==2.35.0
# via
# -r requirements.in
# google-api-core
Expand All @@ -37,11 +37,11 @@ googleapis-common-protos==1.65.0
# via
# google-api-core
# grpcio-status
grpcio==1.66.1
grpcio==1.66.2
# via
# google-api-core
# grpcio-status
grpcio-status==1.66.1
grpcio-status==1.66.2
# via google-api-core
gunicorn==22.0.0
# via -r requirements.in
Expand Down
2 changes: 1 addition & 1 deletion src/loadgenerator/requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
locust==2.31.6
locust==2.31.7
2 changes: 1 addition & 1 deletion src/loadgenerator/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ itsdangerous==2.2.0
# via flask
jinja2==3.1.4
# via flask
locust==2.31.6
locust==2.31.7
# via -r requirements.in
markupsafe==2.1.5
# via
Expand Down

0 comments on commit 30a6e01

Please sign in to comment.