Skip to content

Commit

Permalink
chore(deps): update recommendationservice (open-telemetry#1229)
Browse files Browse the repository at this point in the history
* chore(deps): update recommendationservice

* fix dependency issue

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Austin Parker <austin@ap2.io>
  • Loading branch information
renovate[bot] and austinlparker authored Nov 6, 2023
1 parent b0a07a8 commit f3f820c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/recommendationservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0


FROM python:3.11-slim-bullseye as base
FROM python:3.12-slim-bullseye as base

#
# Fetch requirements
Expand All @@ -25,7 +25,7 @@ FROM base as grpc-builder
WORKDIR /usr/src/app/
COPY ./pb/ ./proto/

RUN python -m pip install grpcio-tools==1.56.2
RUN python -m pip install grpcio-tools==1.59.2
RUN python -m grpc_tools.protoc -I=./proto/ --python_out=./ --grpc_python_out=./ ./proto/demo.proto

#
Expand Down
10 changes: 5 additions & 5 deletions src/recommendationservice/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
grpcio-health-checking==1.56.2
grpcio==1.56.2
opentelemetry-distro==0.40b0
opentelemetry-exporter-otlp-proto-grpc==1.19.0
grpcio-health-checking==1.59.2
grpcio==1.59.2
opentelemetry-distro==0.41b0
opentelemetry-exporter-otlp-proto-grpc==1.20.0
python-dotenv==1.0.0
python-json-logger==2.0.7
psutil==5.9.5 # Importing this will also import opentelemetry-instrumentation-system-metrics when running opentelemetry-bootstrap
psutil==5.9.6 # Importing this will also import opentelemetry-instrumentation-system-metrics when running opentelemetry-bootstrap

0 comments on commit f3f820c

Please sign in to comment.