bump dependencies

This commit is contained in:
simon 2022-10-23 10:47:36 +07:00
parent 772e4f61c8
commit 69d40f4124
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
2 changed files with 5 additions and 5 deletions

View File

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

View File

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