Skip to content

Commit b99c3f0

Browse files
Update all non-major dependencies
1 parent c6293da commit b99c3f0

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

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.6 /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.2.1,>=25.2.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.1,<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.1,<0.47",
5151
"uvicorn[standard]<1.0.0,>=0.34.0",
5252
]
5353
migrations = [

uv.lock

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

0 commit comments

Comments
 (0)