bump dependencies

This commit is contained in:
simon 2022-06-14 10:53:24 +07:00
parent ad71395289
commit f8cd8ca1a7
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
2 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -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