From 0ad526983d8db03859f64fcf384d0cd6959b878e Mon Sep 17 00:00:00 2001 From: Platform Engineering Bot Date: Mon, 3 Jun 2024 03:23:37 +0000 Subject: [PATCH] chore(deps): update auto merged updates Signed-off-by: Platform Engineering Bot --- .devcontainer/Containerfile | 2 +- model_servers/object_detection_python/src/requirements.txt | 2 +- recipes/natural_language_processing/rag/app/requirements.txt | 2 +- .../natural_language_processing/summarizer/app/requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.devcontainer/Containerfile b/.devcontainer/Containerfile index ff25ae55c..0aceb351f 100644 --- a/.devcontainer/Containerfile +++ b/.devcontainer/Containerfile @@ -1,4 +1,4 @@ -FROM quay.io/containers/podman:v5.0.2 +FROM quay.io/containers/podman:v5.0.3 USER root diff --git a/model_servers/object_detection_python/src/requirements.txt b/model_servers/object_detection_python/src/requirements.txt index 7edf84ef0..c0850300e 100644 --- a/model_servers/object_detection_python/src/requirements.txt +++ b/model_servers/object_detection_python/src/requirements.txt @@ -24,7 +24,7 @@ requests==2.31.0 safetensors==0.4.3 sniffio==1.3.1 starlette==0.37.2 -sympy==1.12 +sympy==1.12.1 timm==0.9.16 tokenizers==0.19.1 torch==2.3.0 diff --git a/recipes/natural_language_processing/rag/app/requirements.txt b/recipes/natural_language_processing/rag/app/requirements.txt index 709073499..42afe82ff 100644 --- a/recipes/natural_language_processing/rag/app/requirements.txt +++ b/recipes/natural_language_processing/rag/app/requirements.txt @@ -4,5 +4,5 @@ chromadb==0.5.0 sentence-transformers==2.7.0 streamlit==1.34.0 pypdf==4.2.0 -pymilvus==2.4.1 +pymilvus==2.4.3 diff --git a/recipes/natural_language_processing/summarizer/app/requirements.txt b/recipes/natural_language_processing/summarizer/app/requirements.txt index b870e6813..964c12eb6 100644 --- a/recipes/natural_language_processing/summarizer/app/requirements.txt +++ b/recipes/natural_language_processing/summarizer/app/requirements.txt @@ -1,5 +1,5 @@ langchain==0.1.20 langchain-openai==0.1.7 streamlit==1.34.0 -PyMuPDF==1.24.4 +PyMuPDF==1.24.5 rouge_score==0.1.2