Skip to content

Commit

Permalink
chore(deps): update recommendationservice
Browse files Browse the repository at this point in the history
  • Loading branch information
elastic-renovate-prod[bot] authored Oct 26, 2024
1 parent de9aa7c commit 11c468f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 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.12-slim-bookworm as base
FROM python:3.13-slim-bookworm as base

#
# Fetch requirements
Expand Down
12 changes: 6 additions & 6 deletions src/recommendationservice/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
grpcio-health-checking==1.60.0
grpcio==1.60.0
elastic-opentelemetry==0.1.0
python-dotenv==1.0.0
grpcio-health-checking==1.67.0
grpcio==1.67.0
elastic-opentelemetry==0.3.0
python-dotenv==1.0.1
python-json-logger==2.0.7
openfeature-sdk==0.7.0
openfeature-sdk==0.7.2
openfeature-provider-flagd==0.1.5
openfeature-hooks-opentelemetry==0.1.3
psutil==5.9.6 # Importing this will also import opentelemetry-instrumentation-system-metrics when running opentelemetry-bootstrap
psutil==5.9.8 # Importing this will also import opentelemetry-instrumentation-system-metrics when running opentelemetry-bootstrap

0 comments on commit 11c468f

Please sign in to comment.