0
0
mirror of https://github.com/etesync/server.git synced 2024-09-19 20:32:16 +02:00

Bump django to version 4 LTS

Apparently version 3 is EOL.

Fixes #173
This commit is contained in:
Tom Hacohen 2024-06-02 21:29:10 -04:00
parent d9be3437f5
commit da613b4700
2 changed files with 3 additions and 5 deletions

View File

@ -1,4 +1,4 @@
django<4.0
django>=4.0<5.0
msgpack
pynacl
fastapi

View File

@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --output-file=requirements.txt requirements.in/base.txt
@ -18,7 +18,7 @@ cffi==1.15.1
# via pynacl
click==8.1.3
# via uvicorn
django==3.2.16
django==4.1.13
# via -r requirements.in/base.txt
fastapi==0.88.0
# via -r requirements.in/base.txt
@ -38,8 +38,6 @@ pynacl==1.5.0
# via -r requirements.in/base.txt
python-dotenv==0.21.0
# via uvicorn
pytz==2022.6
# via django
pyyaml==6.0.1
# via uvicorn
redis==4.4.0