Upgrade packages for security reasons (#384)

This commit is contained in:
Yuhong Sun 2023-09-01 20:35:48 -07:00 committed by GitHub
parent c68afbe9d0
commit 4aebb69883
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -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