Bump django to 4.2 (and all dependencies)

This commit is contained in:
Reckless_Satoshi 2023-05-01 05:34:53 -07:00
parent 222b4f9fff
commit 9299baad45
No known key found for this signature in database
GPG Key ID: 9C4585B561315571
2 changed files with 8 additions and 9 deletions

View File

@ -23,7 +23,7 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
# install lnd/cln grpc services
RUN sh generate_grpc.sh
# RUN sh generate_grpc.sh
EXPOSE 8000

View File

@ -1,12 +1,11 @@
django==3.2.18
django==4.2
django-admin-relation-links==0.2.5
django-celery-beat==2.5.0
django-celery-results==2.4.0
django-model-utils==4.2.0
django-private-chat2==1.0.2
django-celery-results==2.5.0
django-model-utils==4.3.1
django-redis==5.2.0
django-timezone-field==5.0
djangorestframework==3.13.1
djangorestframework==3.14.0
channels==3.0.4
channels-redis==3.3.1
celery==5.2.7
@ -15,7 +14,7 @@ googleapis-common-protos==1.59.0
grpcio-tools==1.54.0
numpy==1.24.3
Pillow==9.5.0
python-decouple==3.5
python-decouple==3.8
requests==2.22.0
ring==0.10.1
git+https://github.com/RoboSats/Robohash.git
@ -23,7 +22,7 @@ scipy==1.10.1
gunicorn==20.1.0
psycopg2==2.9.6
SQLAlchemy==2.0.12
django-import-export==2.7.1
django-import-export==3.2.0
requests[socks]
python-gnupg==0.5.0
daphne==3.0.2
@ -33,4 +32,4 @@ black==22.8.0
isort==5.12.0
flake8==6.0.0
pyflakes==3.0.1
django-cors-headers==3.13.0
django-cors-headers==3.14.0