File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11
11
// "generated_with_requirements": [
12
12
// "ansicolors>=1.0.2",
13
13
// "django-stubs>=1.10.0",
14
- // "django== 3.2.3 ",
14
+ // "django<4,>= 3.2.13 ",
15
15
// "gunicorn>=20.1.0",
16
16
// "protobuf>=3.11.3",
17
17
// "pytest>=6.0.1",
225
225
"artifacts": [
226
226
{
227
227
"algorithm": "sha256",
228
- "hash": "7e0a1393d18c16b503663752a8b6790880c5084412618990ce8a81cc908b4962 ",
229
- "url": "https://files.pythonhosted.org/packages/89/69/c556b5b3e7a6701724485fc07c8349791e585b784dc70c9c0683d98ef0db /Django-3.2.3 -py3-none-any.whl"
228
+ "hash": "b896ca61edc079eb6bbaa15cf6071eb69d6aac08cce5211583cfb41515644fdf ",
229
+ "url": "https://files.pythonhosted.org/packages/c3/68/b63abc009adee25c1bd266b3740e173eab656608cf21641594a37e02cf57 /Django-3.2.13 -py3-none-any.whl"
230
230
},
231
231
{
232
232
"algorithm": "sha256",
233
- "hash": "13ac78dbfd189532cad8f383a27e58e18b3d33f80009ceb476d7fcbfc5dcebd8 ",
234
- "url": "https://files.pythonhosted.org/packages/f2/a5/905c45599a599d8b66f2a572a384ffd29bf5482233ec701fd53d5f52a513 /Django-3.2.3 .tar.gz"
233
+ "hash": "6d93497a0a9bf6ba0e0b1a29cccdc40efbfc76297255b1309b3a884a688ec4b6 ",
234
+ "url": "https://files.pythonhosted.org/packages/92/69/52760ffd860e995b390a4e897d38ae0669ce633c0fbb76b15f71cb0bb930 /Django-3.2.13 .tar.gz"
235
235
}
236
236
],
237
237
"project_name": "django",
243
243
"sqlparse>=0.2.2"
244
244
],
245
245
"requires_python": ">=3.6",
246
- "version": "3.2.3 "
246
+ "version": "3.2.13 "
247
247
},
248
248
{
249
249
"artifacts": [
1434
1434
"requirements": [
1435
1435
"ansicolors>=1.0.2",
1436
1436
"django-stubs>=1.10.0",
1437
- "django== 3.2.3 ",
1437
+ "django<4,>= 3.2.13 ",
1438
1438
"gunicorn>=20.1.0",
1439
1439
"protobuf>=3.11.3",
1440
1440
"pytest>=6.0.1",
Original file line number Diff line number Diff line change 2
2
# Licensed under the Apache License, Version 2.0 (see LICENSE).
3
3
4
4
ansicolors >= 1.0.2
5
- django == 3.2.3
5
+ django >= 3.2.13 , < 4
6
6
django-stubs >= 1.10.0
7
7
gunicorn >= 20.1.0
8
8
setuptools >= 42.0.0
You can’t perform that action at this time.
0 commit comments