Skip to content

Commit 1e69092

Browse files
committed
Bump django.
1 parent d9be343 commit 1e69092

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

requirements.in/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
django<4.0
1+
django>=4.0<5.0
22
msgpack
33
pynacl
44
fastapi

requirements.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# pip-compile --output-file=requirements.txt requirements.in/base.txt
@@ -18,7 +18,7 @@ cffi==1.15.1
1818
# via pynacl
1919
click==8.1.3
2020
# via uvicorn
21-
django==3.2.16
21+
django==4.1.13
2222
# via -r requirements.in/base.txt
2323
fastapi==0.88.0
2424
# via -r requirements.in/base.txt
@@ -38,8 +38,6 @@ pynacl==1.5.0
3838
# via -r requirements.in/base.txt
3939
python-dotenv==0.21.0
4040
# via uvicorn
41-
pytz==2022.6
42-
# via django
4341
pyyaml==6.0.1
4442
# via uvicorn
4543
redis==4.4.0

0 commit comments

Comments
 (0)