From 4aebb69883ff9a35c0197cca033455fc487d737b Mon Sep 17 00:00:00 2001 From: Yuhong Sun Date: Fri, 1 Sep 2023 20:35:48 -0700 Subject: [PATCH] Upgrade packages for security reasons (#384) --- backend/Dockerfile | 2 +- backend/requirements/default.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/Dockerfile b/backend/Dockerfile index cdcdfbe5d38..a8d7b152840 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.4-slim-bullseye +FROM python:3.11.4-slim-bookworm RUN apt-get update \ && apt-get install -y git cmake pkg-config libprotobuf-c-dev protobuf-compiler \ diff --git a/backend/requirements/default.txt b/backend/requirements/default.txt index 3126a062a8a..4a4b36521dc 100644 --- a/backend/requirements/default.txt +++ b/backend/requirements/default.txt @@ -26,7 +26,7 @@ nltk==3.8.1 docx2txt==0.8 openai==0.27.6 oauthlib==3.2.2 -playwright==1.32.1 +playwright==1.37.0 psycopg2==2.9.6 psycopg2-binary==2.9.6 pydantic==1.10.7