File tree Expand file tree Collapse file tree 5 files changed +377
-506
lines changed
Expand file tree Collapse file tree 5 files changed +377
-506
lines changed Original file line number Diff line number Diff line change 4646 build :
4747 name : ' Build'
4848 runs-on : ubuntu-latest
49- timeout-minutes : 4
49+ timeout-minutes : 5
5050 permissions :
5151 contents : read
5252 packages : write
Original file line number Diff line number Diff line change 11pre-commit 3.6.0
2- python 3.13.7
2+ python 3.14.0
33nodejs 24.11.0
44uv 0.9.7
5-
65# TODO: can we switch all these docker scripts to github actions instead? Or at least something that
76# will be maintained by Dependabot?
87# docker/ghcr.io/gitleaks/gitleaks v8.18.0@sha256:fd2b5cab12b563d2cc538b14631764a1c25577780e3b7dba71657d58da45d9d9 # SEE: https://github.com/gitleaks/gitleaks/pkgs/container/gitleaks
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ COPY manage_breast_screening ./manage_breast_screening
1313RUN npm ci
1414RUN npm run compile
1515
16- FROM python:3.13.7 -alpine3.21@sha256:0c3d4f28025c9adc2c03326aa160dde8f53faaa8684134a0e146e4edca28a946 AS python_builder
16+ FROM python:3.14.0 -alpine3.21@sha256:f1ac9e01293a18a24919826ea8c7bb8f7bbc25497887a0a1cade58801bb83d1c AS python_builder
1717
1818WORKDIR /app
1919
@@ -32,7 +32,7 @@ RUN uv sync --frozen --no-dev --compile-bytecode --no-editable && rm -rf $UV_CAC
3232
3333# ### FINAL RUNTIME IMAGE
3434
35- FROM python:3.13.7 -alpine3.21@sha256:0c3d4f28025c9adc2c03326aa160dde8f53faaa8684134a0e146e4edca28a946
35+ FROM python:3.14.0 -alpine3.21@sha256:f1ac9e01293a18a24919826ea8c7bb8f7bbc25497887a0a1cade58801bb83d1c
3636
3737# Workaround for CVE-2024-6345 upgrade the installed version of setuptools to the latest version
3838RUN pip install -U setuptools
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "manage-breast-screening"
33version = " 0.1.0"
44description = " "
55authors = [{
name =
" Your Name" ,
email =
" [email protected] " }]
6- requires-python = " >=3.13 ,<4.0.0"
6+ requires-python = " >=3.14 ,<4.0.0"
77readme = " README.md"
88license = { text = " MIT" }
99dependencies = [
@@ -62,7 +62,7 @@ addopts = "--doctest-modules"
6262markers = [
6363 " system: mark a test as a system test" ,
6464 " integration: mark a test as an integration test" ,
65- " skip_insights_mock: don't auto use the mock_insights_logging fixture"
65+ " skip_insights_mock: don't auto use the mock_insights_logging fixture" ,
6666]
6767
6868[tool .ruff ]
You can’t perform that action at this time.
0 commit comments