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 7, 2025
1 parent 68949a3 commit 88ff224
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 46 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM quay.io/redhat-services-prod/app-sre-tenant/er-base-cdktf-main/er-base-cdkt
LABEL konflux.additional-tags="0.3.0"

FROM base AS builder
COPY --from=ghcr.io/astral-sh/uv:0.5.25@sha256:a73176b27709bff700a1e3af498981f31a83f27552116f21ae8371445f0be710 /uv /bin/uv
COPY --from=ghcr.io/astral-sh/uv:0.5.29@sha256:88d7b48fc9f17462c82b5482e497af250d337f3f14e1ac97c16e68eba49b651e /uv /bin/uv

COPY cdktf.json ./
# Download all necessary CDKTF providers and build the python cdktf modules.
Expand Down Expand Up @@ -44,7 +44,7 @@ ENV \
PYTHONPATH="$APP/.gen"

FROM prod AS test
COPY --from=ghcr.io/astral-sh/uv:0.5.25@sha256:a73176b27709bff700a1e3af498981f31a83f27552116f21ae8371445f0be710 /uv /bin/uv
COPY --from=ghcr.io/astral-sh/uv:0.5.29@sha256:88d7b48fc9f17462c82b5482e497af250d337f3f14e1ac97c16e68eba49b651e /uv /bin/uv

# install test dependencies
RUN uv sync --frozen
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ license = { text = "Apache 2.0" }
readme = "README.md"
requires-python = "~= 3.11.0"
dependencies = [
"boto3 ~=1.35.47",
"cdktf ==0.20.10",
"boto3 ~=1.36.16",
"cdktf ==0.20.11",
"external-resources-io ~=0.4.0",
"pydantic ~=2.10.0",
# the cdktf provider are generated by cdktf-provider-sync. See Makefile and Dockerfile
"mypy_boto3_rds ~=1.35.72",
"mypy_boto3_rds ~=1.36.14",
"semver>=3.0.2",
]

Expand All @@ -23,7 +23,7 @@ documentation = "https://github.com/app-sre/er-aws-rds"

[dependency-groups]
dev = [
"ruff ==0.9.3",
"ruff ==0.9.5",
"mypy ~=1.13",
"pytest ~=8.3.4",
"pytest-cov ~=5.0.0",
Expand Down
80 changes: 40 additions & 40 deletions uv.lock

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

0 comments on commit 88ff224

Please sign in to comment.