Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump grpcio from 1.39.0 to 1.53.0 in /src/userservice #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/userservice/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ opentelemetry-instrumentation-sqlalchemy==0.30b1
flask-management-endpoints==1.1.0

# Hard-code the following to the pre-installed wheel versions
grpcio==1.39.0
grpcio==1.53.0
six==1.16.0

# Hard-code the following to debian package version
Expand Down
3 changes: 1 addition & 2 deletions src/userservice/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ flask-management-endpoints==1.1.0
# via -r requirements.in
googleapis-common-protos==1.56.1
# via opentelemetry-exporter-otlp-proto-grpc
grpcio==1.39.0
grpcio==1.53.0
# via
# -r requirements.in
# opentelemetry-exporter-otlp-proto-grpc
Expand Down Expand Up @@ -184,7 +184,6 @@ six==1.16.0
# bcrypt
# bleach
# cryptography
# grpcio
sqlalchemy==1.3.22
# via -r requirements.in
typing-extensions==4.2.0
Expand Down