Skip to content

Commit a687f19

Browse files
authored
Merge branch 'main' into migrate-to-qlty
2 parents db278a7 + ccd03ac commit a687f19

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.16.0
71+
uses: docker/build-push-action@v6.18.0
7272
with:
7373
context: .
7474
load: true
@@ -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.16.0
168+
uses: docker/build-push-action@v6.18.0
169169
with:
170170
context: .
171171
target: ${{ matrix.docker_target }}

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.17 /uv /uvx /bin/
37+
COPY --from=ghcr.io/astral-sh/uv:0.7.12 /uv /uvx /bin/
3838

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

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ services:
7575
retries: 5
7676

7777
mariadb:
78-
image: mariadb:11.7
78+
image: mariadb:11.8
7979
environment:
8080
MYSQL_ROOT_PASSWORD: "stanis"
8181
MYSQL_DATABASE: "backend"

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.3.1,>=25.3.0",
30+
"structlog<25.4.1,>=25.4.0",
3131
]
3232

3333
[dependency-groups]

uv.lock

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

0 commit comments

Comments
 (0)