From 98818694a5e80249d628e1af2902035ec475ac9d Mon Sep 17 00:00:00 2001 From: Pavel Botsman Date: Mon, 23 Dec 2024 11:24:39 +0200 Subject: [PATCH] update requirements --- Dockerfile | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index df9f7f8..be983a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.13-slim RUN apt update && apt upgrade -y -RUN apt install -y nginx ca-certificates +RUN apt install nginx ca-certificates -y COPY requirements.txt . RUN pip install --upgrade pip diff --git a/requirements.txt b/requirements.txt index f98eb4e..55f72db 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ aiohttp[speedups]==3.11.11 cryptography==43.0.1 uvicorn==0.30.6 -fastapi==0.109.2 +fastapi==0.115.6