Skip to content

Commit 57a9449

Browse files
Merge pull request #30 from PostHog/mk/update_deps
update dependencies
2 parents b896c48 + a36f8b6 commit 57a9449

File tree

8 files changed

+25
-13
lines changed

8 files changed

+25
-13
lines changed

layer/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ typing-inspection==0.4.2 \
102102
--hash=sha256:4ed1cacbdc298c220f1bd249ed5287caa16f34d44ef4e9c3d0cbad5b521545e7 \
103103
--hash=sha256:ba561c48a67c5958007083d386c3295464928b01faa735ab8547c5692e87f464
104104
# via pydantic
105-
urllib3==2.6.2 \
106-
--hash=sha256:016f9c98bb7e98085cb2b4b17b87d2c702975664e4f060c6532e64d1c1a5e797 \
107-
--hash=sha256:ec21cddfe7724fc7cb4ba4bea7aa8e2ef36f607a4bab81aa6ce42a13dc3f03dd
105+
urllib3==2.6.3 \
106+
--hash=sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed \
107+
--hash=sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4
108108
# via botocore

layer/uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/docker/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ FROM ghcr.io/astral-sh/uv:0.9.5 AS uv
22

33
FROM public.ecr.aws/lambda/python:3.13
44

5+
# Patch OpenSSL FIPS provider vulnerability
6+
RUN dnf upgrade -y openssl openssl-libs openssl-fips-provider && dnf clean all
7+
58
# Copy uv from the official image
69
COPY --from=uv /uv /bin/uv
710

src/docker/Dockerfile.attribute_syncer

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ RUN --mount=from=uv,source=/uv,target=/bin/uv \
3232

3333
FROM public.ecr.aws/lambda/python:3.13
3434

35+
# Patch OpenSSL FIPS provider vulnerability
36+
RUN dnf upgrade -y openssl openssl-libs openssl-fips-provider && dnf clean all
37+
3538
# Copy the runtime dependencies from the builder stage with proper ownership
3639
COPY --from=builder --chown=1000:1000 ${LAMBDA_TASK_ROOT} ${LAMBDA_TASK_ROOT}
3740

src/docker/Dockerfile.requester

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ RUN --mount=from=uv,source=/uv,target=/bin/uv \
3232

3333
FROM public.ecr.aws/lambda/python:3.13
3434

35+
# Patch OpenSSL FIPS provider vulnerability
36+
RUN dnf upgrade -y openssl openssl-libs openssl-fips-provider && dnf clean all
37+
3538
# Copy the runtime dependencies from the builder stage with proper ownership
3639
COPY --from=builder --chown=1000:1000 ${LAMBDA_TASK_ROOT} ${LAMBDA_TASK_ROOT}
3740

src/docker/Dockerfile.revoker

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ RUN --mount=from=uv,source=/uv,target=/bin/uv \
3232

3333
FROM public.ecr.aws/lambda/python:3.13
3434

35+
# Patch OpenSSL FIPS provider vulnerability
36+
RUN dnf upgrade -y openssl openssl-libs openssl-fips-provider && dnf clean all
37+
3538
# Copy the runtime dependencies from the builder stage with proper ownership
3639
COPY --from=builder --chown=1000:1000 ${LAMBDA_TASK_ROOT} ${LAMBDA_TASK_ROOT}
3740

src/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ typing-inspection==0.4.2 \
207207
# via
208208
# pydantic
209209
# pydantic-settings
210-
urllib3==2.5.0 \
211-
--hash=sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760 \
212-
--hash=sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc
210+
urllib3==2.6.3 \
211+
--hash=sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed \
212+
--hash=sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4
213213
# via requests

src/uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)