We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43eee9d commit 08cb3ceCopy full SHA for 08cb3ce
requirements.txt
@@ -4,7 +4,7 @@
4
#
5
# pip-compile
6
7
-asgiref==3.5.2
+asgiref==3.8.1
8
# via django
9
build==0.8.0
10
# via pip-tools
@@ -16,7 +16,7 @@ click==8.1.3
16
17
distlib==0.3.6
18
# via virtualenv
19
-django==4.1.10
+django==4.2.16
20
# via -r requirements.in
21
filelock==3.8.0
22
@@ -42,6 +42,12 @@ sqlparse==0.4.3
42
43
toml==0.10.2
44
# via pre-commit
45
+tomli==2.0.2
46
+ # via
47
+ # build
48
+ # pep517
49
+typing-extensions==4.12.2
50
+ # via asgiref
51
virtualenv==20.16.5
52
53
wheel==0.38.1
0 commit comments