Skip to content

Commit 37d1f7b

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

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

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:e54c972c4097045e913eba44bf0c29f85cc9c64190e6355f7a62743379be9f94 AS builder
1+
FROM cgr.dev/chainguard/python:latest-dev@sha256:9ae6d28d97fbcd7586ca8c5db77593081620f9f1cdf92834b3dea511417f06f0 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:7e8d50cf67683131e6d8cbad3a95ab1b960c2ce815f24a2f4527f48a18d7b323
12+
FROM cgr.dev/chainguard/python:latest@sha256:afff737e54552bb2da99773de75cb783f6c8c3285009581592f5b9e6bc4ab1c8
1313
USER nonroot
1414
ENV DB_HOST localhost
1515
ENV DB_NAME postgres

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88

99
[tool.poetry.dependencies]
1010
python = "^3.12"
11-
fastapi = "0.120.0"
11+
fastapi = "0.120.1"
1212
psycopg2-binary = "2.9.11"
1313
sqlalchemy = "2.0.44"
1414
uvicorn = "0.38.0"

0 commit comments

Comments
 (0)