Skip to content

Commit a8bcfb4

Browse files
fix(deps): update all non-major dependencies (#183)
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 9b88f3a commit a8bcfb4

File tree

3 files changed

+35
-35
lines changed

3 files changed

+35
-35
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV \
77
PATH="${APP}/.venv/bin:${PATH}"
88

99
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
1111

1212
# Python and UV related variables
1313
ENV \
@@ -43,7 +43,7 @@ COPY --from=builder ${APP} ${APP}
4343

4444

4545
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
4747

4848
# install test dependencies
4949
RUN uv sync --frozen

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = { text = "Apache 2.0" }
77
readme = "README.md"
88
requires-python = "~= 3.12.0"
99
dependencies = [
10-
"boto3==1.37.16",
10+
"boto3==1.37.19",
1111
"external-resources-io==0.6.1",
1212
"pip==25.0.1",
1313
"pydantic==2.10.6",
@@ -20,12 +20,12 @@ documentation = "https://github.com/app-sre/er-aws-msk"
2020

2121
[dependency-groups]
2222
dev = [
23-
"boto3-stubs-lite[ec2]==1.37.16",
23+
"boto3-stubs-lite[ec2]==1.37.19",
2424
"external-resources-io[cli]==0.6.1",
2525
"mypy==1.15.0",
2626
"pytest==8.3.4",
2727
"pytest-cov==6.0.0",
28-
"ruff==0.11.1",
28+
"ruff==0.11.2",
2929
]
3030

3131
[project.scripts]

uv.lock

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

0 commit comments

Comments
 (0)