Skip to content

Commit f615260

Browse files
authored
Update to python 3.12.9 (#4412)
1 parent 971af3f commit f615260

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

.python-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12.7
1+
3.12.9

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12.7-bookworm
1+
FROM python:3.12-9-bookworm
22

33
# Add venv/bin to PATH.
44
ENV PATH="/opt/app/.venv/bin:/usr/local/bin:$PATH"

docker/prod/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Builder stage.
33
#
4-
FROM python:3.12.7-bookworm AS builder
4+
FROM python:3.12.9-bookworm AS builder
55

66
# Add venv/bin to PATH.
77
ENV PATH="/opt/app/.venv/bin:/usr/local/bin:$PATH"
@@ -45,7 +45,7 @@ RUN npm run build && python manage.py collectstatic --noinput --verbosity=0
4545
#
4646
# Production stage.
4747
#
48-
FROM python:3.12.7-slim-bookworm
48+
FROM python:3.12.9-slim-bookworm
4949

5050
# Add venv/bin to PATH.
5151
ENV PATH="/opt/app/.venv/bin:/usr/local/bin:$PATH"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "hypha"
33
description = "A open source submission management platform to receive and manage applications for funding."
44
readme = "README.md"
5-
version = "5.24.0"
5+
version = "5.26.0"
66
requires-python = ">=3.10"
77
license = { text = "BSD-3-Clause" }
88

uv.lock

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)