Skip to content

Commit 7718a5f

Browse files
fix(deps): update all non-major dependencies (#186)
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 0463a4e commit 7718a5f

File tree

4 files changed

+47
-34
lines changed

4 files changed

+47
-34
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
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.9@sha256:cbc016e49b55190e17bfd0b89a1fdc1a54e0a54a8f737dfacc72eca9ad078338 /uv /bin/uv
10+
COPY --from=ghcr.io/astral-sh/uv:0.6.11@sha256:fb91e82e8643382d5bce074ba0d167677d678faff4bd518dac670476d19b159c /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.9@sha256:cbc016e49b55190e17bfd0b89a1fdc1a54e0a54a8f737dfacc72eca9ad078338 /uv /bin/uv
46+
COPY --from=ghcr.io/astral-sh/uv:0.6.11@sha256:fb91e82e8643382d5bce074ba0d167677d678faff4bd518dac670476d19b159c /uv /bin/uv
4747

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ license = { text = "Apache 2.0" }
77
readme = "README.md"
88
requires-python = "~= 3.12.0"
99
dependencies = [
10-
"boto3==1.37.19",
10+
"boto3==1.37.23",
1111
"external-resources-io==0.6.1",
1212
"pip==25.0.1",
13-
"pydantic==2.10.6",
13+
"pydantic==2.11.1",
1414
]
1515

1616
[project.urls]
@@ -20,7 +20,7 @@ documentation = "https://github.com/app-sre/er-aws-msk"
2020

2121
[dependency-groups]
2222
dev = [
23-
"boto3-stubs-lite[ec2]==1.37.19",
23+
"boto3-stubs-lite[ec2]==1.37.23",
2424
"external-resources-io[cli]==0.6.1",
2525
"mypy==1.15.0",
2626
"pytest==8.3.5",

terraform/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = "5.92.0"
7+
version = "5.93.0"
88
}
99
}
1010
}

uv.lock

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

0 commit comments

Comments
 (0)