Skip to content

Commit b4aace5

Browse files
committed
Updating the requirements used for the unit tests
1 parent 119fa1a commit b4aace5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

requirements/compile.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"python",
2525
*common_args,
2626
"-P",
27-
"Django>=4.2,<5",
27+
"Django>=4.2.20,<5",
2828
"-P",
2929
"urllib3>=1.26.19,<2.0.0",
3030
"-P",
@@ -41,7 +41,7 @@
4141
"python",
4242
*common_args,
4343
"-P",
44-
"Django>=4.2,<5",
44+
"Django>=4.2.20,<5",
4545
"-P",
4646
"urllib3>=2.2.2",
4747
"-P",
@@ -57,7 +57,7 @@
5757
"python",
5858
*common_args,
5959
"-P",
60-
"Django>=5.0.14,<5.1",
60+
"Django>=4.2.20,<5",
6161
"-P",
6262
"urllib3>=2.2.2",
6363
"-P",
@@ -102,7 +102,7 @@
102102
"python",
103103
*common_args,
104104
"-P",
105-
"Django>=4.2,<5",
105+
"Django>=4.2.20,<5",
106106
"-P",
107107
"urllib3>=2.2.2",
108108
"-P",
@@ -168,7 +168,7 @@
168168
"python",
169169
*common_args,
170170
"-P",
171-
"Django>=4.2,<5",
171+
"Django>=4.2.20,<5",
172172
"-P",
173173
"urllib3>=2.2.2",
174174
"-P",
@@ -229,7 +229,7 @@
229229
"python",
230230
*common_args,
231231
"-P",
232-
"Django>=4.2,<5",
232+
"Django>=4.2.20,<5",
233233
"-P",
234234
"urllib3>=2.2.2",
235235
"-P",
@@ -290,7 +290,7 @@
290290
"python",
291291
*common_args,
292292
"-P",
293-
"Django>=4.2,<5",
293+
"Django>=4.2.20,<5",
294294
"-P",
295295
"urllib3>=2.2.2",
296296
"-P",

requirements/py310-django50.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ distlib==0.3.8 \
102102
--hash=sha256:034db59a0b96f8ca18035f36290806a9a6e6bd9d1ff91e45a7f172eb17e51784 \
103103
--hash=sha256:1530ea13e350031b6312d8580ddb6b27a104275a31106523b8f123787f494f64
104104
# via virtualenv
105-
django==5.0.14 \
106-
--hash=sha256:29019a5763dbd48da1720d687c3522ef40d1c61be6fb2fad27ed79e9f655bc11 \
107-
--hash=sha256:e762bef8629ee704de215ebbd32062b84f4e56327eed412e5544f6f6eb1dfd74
105+
django==4.2.20 \
106+
--hash=sha256:213381b6e4405f5c8703fffc29cd719efdf189dec60c67c04f76272b3dc845b9 \
107+
--hash=sha256:92bac5b4432a64532abb73b2ac27203f485e40225d2640a7fbef2b62b876e789
108108
# via -r requirements.in
109109
exceptiongroup==1.2.1 \
110110
--hash=sha256:5258b9ed329c5bbdd31a309f53cbfb0b155341807f6ff7606a1e801a891b29ad \

0 commit comments

Comments
 (0)