From f8cd8ca1a7bd5ddd06ab683174fd02921152d3f3 Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 14 Jun 2022 10:53:24 +0700 Subject: [PATCH] bump dependencies --- tubearchivist/web/Dockerfile | 2 +- tubearchivist/web/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tubearchivist/web/Dockerfile b/tubearchivist/web/Dockerfile index 33eae3f..5bb74e8 100644 --- a/tubearchivist/web/Dockerfile +++ b/tubearchivist/web/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.4-slim-bullseye +FROM python:3.10.5-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 e1a048f..b443d1a 100644 --- a/tubearchivist/web/requirements.txt +++ b/tubearchivist/web/requirements.txt @@ -4,5 +4,5 @@ ipython==8.4.0 markdown==3.3.7 psycopg2==2.9.3 redis==4.3.3 -requests==2.27.1 +requests==2.28.0 uWSGI==2.0.20