From 69d40f4124b8018c8bb5b16921876b291bdfbe61 Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 23 Oct 2022 10:47:36 +0700 Subject: [PATCH] bump dependencies --- tubearchivist/web/Dockerfile | 2 +- tubearchivist/web/requirements.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tubearchivist/web/Dockerfile b/tubearchivist/web/Dockerfile index a629cc5..b9919da 100644 --- a/tubearchivist/web/Dockerfile +++ b/tubearchivist/web/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.5-slim-bullseye +FROM python:3.10.8-slim-bullseye RUN apt-get clean && apt-get -y update && \ apt-get -y install --no-install-recommends \ diff --git a/tubearchivist/web/requirements.txt b/tubearchivist/web/requirements.txt index a2a5ee8..fec1b51 100644 --- a/tubearchivist/web/requirements.txt +++ b/tubearchivist/web/requirements.txt @@ -1,8 +1,8 @@ APScheduler==3.9.1 -flask==2.1.2 -ipython==8.4.0 -markdown==3.3.7 -psycopg2==2.9.3 +flask==2.2.2 +ipython==8.5.0 +markdown==3.4.1 +psycopg2==2.9.4 redis==4.3.4 requests==2.28.1 uWSGI==2.0.20