Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Feb 27, 2025
1 parent 65535fa commit dfb9281
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV \
PATH="${APP}/.venv/bin:${PATH}"

FROM base AS builder
COPY --from=ghcr.io/astral-sh/uv:0.5.28@sha256:8bd47d593fb4a8ac5820c08265b651570e99e3c47d3247980a704174784c6a7f /uv /bin/uv
COPY --from=ghcr.io/astral-sh/uv:0.6.3@sha256:8257f3d17fd04794feaf89d83b4ccca3b2eaa5501de9399fa53929843c0a5b55 /uv /bin/uv

# Python and UV related variables
ENV \
Expand Down Expand Up @@ -43,7 +43,7 @@ COPY --from=builder ${APP} ${APP}


FROM prod AS test
COPY --from=ghcr.io/astral-sh/uv:0.5.28@sha256:8bd47d593fb4a8ac5820c08265b651570e99e3c47d3247980a704174784c6a7f /uv /bin/uv
COPY --from=ghcr.io/astral-sh/uv:0.6.3@sha256:8257f3d17fd04794feaf89d83b4ccca3b2eaa5501de9399fa53929843c0a5b55 /uv /bin/uv

# install test dependencies
RUN uv sync --frozen
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = { text = "Apache 2.0" }
readme = "README.md"
requires-python = "~= 3.12.0"
dependencies = [
"boto3==1.37.0",
"boto3==1.37.2",
"external-resources-io==0.6.0",
"pip==25.0.1",
"pydantic==2.10.6",
Expand All @@ -20,7 +20,7 @@ documentation = "https://github.com/app-sre/er-aws-msk"

[dependency-groups]
dev = [
"boto3-stubs-lite[ec2]==1.37.0",
"boto3-stubs-lite[ec2]==1.37.2",
"external-resources-io[cli]==0.6.0",
"mypy==1.15.0",
"pytest==8.3.4",
Expand Down
4 changes: 2 additions & 2 deletions terraform/versions.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
terraform {
required_version = "1.6.6"
required_version = "1.10.5"

required_providers {
aws = {
source = "hashicorp/aws"
version = "5.82.2"
version = "5.88.0"
}
}
}
22 changes: 11 additions & 11 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dfb9281

Please sign in to comment.