Skip to content

Commit 8ea2f35

Browse files
Update all non-major dependencies (#268)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c5d4766 commit 8ea2f35

File tree

4 files changed

+1351
-1351
lines changed

4 files changed

+1351
-1351
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# Login against a Docker registry
4343
# https://github.com/docker/login-action
4444
- name: Log into registry ${{ env.REGISTRY }}
45-
uses: docker/login-action@v3.3.0
45+
uses: docker/login-action@v3.4.0
4646
with:
4747
registry: ${{ env.REGISTRY }}
4848
username: ${{ github.actor }}
@@ -68,7 +68,7 @@ jobs:
6868
# https://github.com/docker/build-push-action
6969
- name: Build test image
7070
id: build-test
71-
uses: docker/build-push-action@v6.15.0
71+
uses: docker/build-push-action@v6.16.0
7272
with:
7373
context: .
7474
load: true
@@ -127,15 +127,15 @@ jobs:
127127
# Install the cosign tool
128128
# https://github.com/sigstore/cosign-installer
129129
- name: Install cosign
130-
uses: sigstore/[email protected].1
130+
uses: sigstore/[email protected].2
131131

132132
- name: Setup Docker buildx
133133
uses: docker/[email protected]
134134

135135
# Login against a Docker registry
136136
# https://github.com/docker/login-action
137137
- name: Log into registry ${{ env.REGISTRY }}
138-
uses: docker/login-action@v3.3.0
138+
uses: docker/login-action@v3.4.0
139139
with:
140140
registry: ${{ env.REGISTRY }}
141141
username: ${{ github.actor }}
@@ -165,7 +165,7 @@ jobs:
165165
# This build an image WITHOUT tags and outputs the digests, so that we can aggragate them later
166166
- name: Build and push production image
167167
id: build-and-push
168-
uses: docker/build-push-action@v6.15.0
168+
uses: docker/build-push-action@v6.16.0
169169
with:
170170
context: .
171171
target: ${{ matrix.docker_target }}
@@ -229,15 +229,15 @@ jobs:
229229
# Install the cosign tool
230230
# https://github.com/sigstore/cosign-installer
231231
- name: Install cosign
232-
uses: sigstore/[email protected].1
232+
uses: sigstore/[email protected].2
233233

234234
- name: Setup Docker buildx
235235
uses: docker/[email protected]
236236

237237
# Login against a Docker registry
238238
# https://github.com/docker/login-action
239239
- name: Log into registry ${{ env.REGISTRY }}
240-
uses: docker/login-action@v3.3.0
240+
uses: docker/login-action@v3.4.0
241241
with:
242242
registry: ${{ env.REGISTRY }}
243243
username: ${{ github.actor }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
3434
&& apt-get install -y --no-install-recommends \
3535
build-essential gcc git
3636

37-
COPY --from=ghcr.io/astral-sh/uv:0.6.3 /uv /uvx /bin/
37+
COPY --from=ghcr.io/astral-sh/uv:0.6.17 /uv /uvx /bin/
3838

3939
# From here we shouldn't need anymore a root user
4040
# Switch to nonroot and config uv

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
"pydantic-settings<3.0.0,>=2.0.3",
2828
"SQLAlchemy[asyncio,mypy]<3.0.0,>=2.0.0",
2929
"sqlalchemy-bind-manager",
30-
"structlog<25.1.1,>=25.1.0",
30+
"structlog<25.3.1,>=25.3.0",
3131
]
3232

3333
[dependency-groups]
@@ -40,14 +40,14 @@ http = [
4040
# If we decide to change framework, the generic ASGI instrumentation
4141
# will still name metrics with a generic naming.
4242
"opentelemetry-instrumentation-fastapi",
43-
"starlette>=0.45.3,<0.46",
43+
"starlette>=0.46.2,<0.47",
4444
"pyjwt>=2.10.1",
4545
"strawberry-graphql[debug-server]>=0.204.0",
4646
"uvicorn[standard]<1.0.0,>=0.34.0",
4747
]
4848
socketio = [
4949
"python-socketio>=5.12.1",
50-
"starlette>=0.45.3,<0.46",
50+
"starlette>=0.46.2,<0.47",
5151
"uvicorn[standard]<1.0.0,>=0.34.0",
5252
]
5353
migrations = [

0 commit comments

Comments
 (0)