File tree 3 files changed +35
-35
lines changed
3 files changed +35
-35
lines changed Original file line number Diff line number Diff line change 7
7
PATH="${APP}/.venv/bin:${PATH}"
8
8
9
9
FROM base AS builder
10
- COPY --from=ghcr.io/astral-sh/uv:0.6.8 @sha256:cb641b1979723dc5ab87d61f079000009edc107d30ae7cbb6e7419fdac044e9f /uv /bin/uv
10
+ COPY --from=ghcr.io/astral-sh/uv:0.6.9 @sha256:cbc016e49b55190e17bfd0b89a1fdc1a54e0a54a8f737dfacc72eca9ad078338 /uv /bin/uv
11
11
12
12
# Python and UV related variables
13
13
ENV \
@@ -43,7 +43,7 @@ COPY --from=builder ${APP} ${APP}
43
43
44
44
45
45
FROM prod AS test
46
- COPY --from=ghcr.io/astral-sh/uv:0.6.8 @sha256:cb641b1979723dc5ab87d61f079000009edc107d30ae7cbb6e7419fdac044e9f /uv /bin/uv
46
+ COPY --from=ghcr.io/astral-sh/uv:0.6.9 @sha256:cbc016e49b55190e17bfd0b89a1fdc1a54e0a54a8f737dfacc72eca9ad078338 /uv /bin/uv
47
47
48
48
# install test dependencies
49
49
RUN uv sync --frozen
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ license = { text = "Apache 2.0" }
7
7
readme = " README.md"
8
8
requires-python = " ~= 3.12.0"
9
9
dependencies = [
10
- " boto3==1.37.16 " ,
10
+ " boto3==1.37.19 " ,
11
11
" external-resources-io==0.6.1" ,
12
12
" pip==25.0.1" ,
13
13
" pydantic==2.10.6" ,
@@ -20,12 +20,12 @@ documentation = "https://github.com/app-sre/er-aws-msk"
20
20
21
21
[dependency-groups ]
22
22
dev = [
23
- " boto3-stubs-lite[ec2]==1.37.16 " ,
23
+ " boto3-stubs-lite[ec2]==1.37.19 " ,
24
24
" external-resources-io[cli]==0.6.1" ,
25
25
" mypy==1.15.0" ,
26
26
" pytest==8.3.4" ,
27
27
" pytest-cov==6.0.0" ,
28
- " ruff==0.11.1 " ,
28
+ " ruff==0.11.2 " ,
29
29
]
30
30
31
31
[project .scripts ]
You can’t perform that action at this time.
0 commit comments