Skip to content

Commit

Permalink
chore: bump aiohttp from 3.9.2 to 3.9.4; bump fastapi from 0.109.2 to…
Browse files Browse the repository at this point in the history
… 0.115.6 (#69)

* Update setuptools

* Update packages

---------

Co-authored-by: Ihor Lahutin <[email protected]>
  • Loading branch information
igorlagutin and Ihor Lahutin authored Dec 5, 2024
1 parent 8d96afd commit 1df6f62
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 162 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ ENV PATH="/opt/venv/bin:$PATH"
COPY pyproject.toml poetry.lock .
RUN poetry export -f requirements.txt --without-hashes | pip install -r /dev/stdin

RUN pip install --upgrade setuptools==70.0.0

FROM ubuntu:22.04

Expand Down
Loading

0 comments on commit 1df6f62

Please sign in to comment.