diff --git a/apps/api/Dockerfile.api b/apps/api/Dockerfile.api index 9902a1b306..484f39672d 100644 --- a/apps/api/Dockerfile.api +++ b/apps/api/Dockerfile.api @@ -4,7 +4,7 @@ FROM python:3.12.10-alpine ENV PYTHONDONTWRITEBYTECODE=1 ENV PYTHONUNBUFFERED=1 ENV PIP_DISABLE_PIP_VERSION_CHECK=1 -ENV INSTANCE_CHANGELOG_URL=https://sites.plane.so/pages/691ef037bcfe416a902e48cb55f59891/ +ENV INSTANCE_CHANGELOG_URL=https://sites.plane.so/pages/f366114e9aba4cbfbe4265b8f2b74f65/ # Update system packages for security RUN apk update && apk upgrade diff --git a/apps/api/requirements/base.txt b/apps/api/requirements/base.txt index e6a5f449ae..991585550c 100644 --- a/apps/api/requirements/base.txt +++ b/apps/api/requirements/base.txt @@ -54,7 +54,7 @@ posthog==3.5.0 cryptography==44.0.1 pycryptodome==3.22.0 # html validator -lxml==5.2.1 +lxml==5.4.0 # s3 boto3==1.34.96 # password validator