Skip to content

Commit 6df7e8c

Browse files
authored
Merge branch 'mozilla:main' into main
2 parents 13a17b2 + 60caf18 commit 6df7e8c

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Creating a python base with shared environment variables
2-
FROM python:3.13.3 AS base
2+
FROM python:3.13.4 AS base
33
ENV PIP_NO_CACHE_DIR=off \
44
PIP_DEFAULT_TIMEOUT=100 \
55
PIP_DISABLE_PIP_VERSION_CHECK=on \
@@ -22,7 +22,7 @@ COPY ./poetry.lock ./pyproject.toml ./
2222
RUN $POETRY_HOME/bin/poetry install --without dev --no-root
2323

2424
# `production` stage uses the dependencies downloaded in the `base` stage
25-
FROM python:3.13.3-slim AS production
25+
FROM python:3.13.4-slim AS production
2626

2727
# Install pandoc for markdown to Jira conversions.
2828
RUN apt-get -y update && \

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sentry-sdk = {extras = ["fastapi"], version = "^2.29.1"}
1717
pydantic-yaml = "^1.5.1"
1818
backoff = "^2.2.1"
1919
statsd = "^4.0.1"
20-
requests = "^2.32.3"
20+
requests = "^2.32.4"
2121
pydantic-settings = "^2.9.1"
2222
pypandoc = "^1.15"
2323

0 commit comments

Comments
 (0)