Skip to content

Commit

Permalink
Upgrade packages for security reasons (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhongsun96 authored Sep 2, 2023
1 parent c68afbe commit 4aebb69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion backend/requirements/default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit 4aebb69

@vercel
Copy link

@vercel vercel bot commented on 4aebb69 Sep 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.