Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

Commit bcc580a

Browse files
fix(deps): update all dependencies (#482)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a6b518b commit bcc580a

3 files changed

Lines changed: 70 additions & 53 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM cgr.dev/chainguard/python:latest-dev@sha256:a1944e5977922a33460156b0968a988d9c4467faff79dcb3b4af3632d6f699be AS builder
1+
FROM cgr.dev/chainguard/python:latest-dev@sha256:12f318dd067c0633a4509a92167e30d70e5d42e2164b0b01c11ab89acb6c611d AS builder
22

33
COPY . /app
44

@@ -9,7 +9,7 @@ ENV PATH=/home/nonroot/.local/bin:$PATH
99
RUN wget -q -O - https://install.python-poetry.org | python -
1010
RUN poetry install --no-root;
1111

12-
FROM cgr.dev/chainguard/python:latest@sha256:6b343788efca96782bac17a94653f5695730b0431e3e500c7fe28369f3eabda3
12+
FROM cgr.dev/chainguard/python:latest@sha256:207bc5de92a7c45e5e4bc1fc40936f6b56f7aa34238d7ae3b93456914ccc3d69
1313
USER nonroot
1414
ENV DB_HOST localhost
1515
ENV DB_NAME postgres

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ readme = "README.md"
88

99
[tool.poetry.dependencies]
1010
python = "^3.12"
11-
fastapi = "0.116.1"
11+
fastapi = "0.116.2"
1212
psycopg2-binary = "2.9.10"
1313
sqlalchemy = "2.0.43"
1414
uvicorn = "0.35.0"
1515
requests = "2.32.5"
1616
pyjwt = {extras = ["crypto"], version = "^2.9.0"}
17-
cryptography = "45.0.7"
17+
cryptography = "46.0.1"
1818
certifi = "2025.8.3"
1919
idna = "3.10"
2020
pydantic = { version = "^2.11.7", extras = ["email"] }

0 commit comments

Comments
 (0)