Skip to content

Commit 18d890a

Browse files
committed
1 parent a012536 commit 18d890a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

lockfiles/python-default.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// "generated_with_requirements": [
1212
// "ansicolors>=1.0.2",
1313
// "django-stubs>=1.10.0",
14-
// "django==3.2.3",
14+
// "django<4,>=3.2.13",
1515
// "gunicorn>=20.1.0",
1616
// "protobuf>=3.11.3",
1717
// "pytest>=6.0.1",
@@ -225,13 +225,13 @@
225225
"artifacts": [
226226
{
227227
"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"
230230
},
231231
{
232232
"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"
235235
}
236236
],
237237
"project_name": "django",
@@ -243,7 +243,7 @@
243243
"sqlparse>=0.2.2"
244244
],
245245
"requires_python": ">=3.6",
246-
"version": "3.2.3"
246+
"version": "3.2.13"
247247
},
248248
{
249249
"artifacts": [
@@ -1434,7 +1434,7 @@
14341434
"requirements": [
14351435
"ansicolors>=1.0.2",
14361436
"django-stubs>=1.10.0",
1437-
"django==3.2.3",
1437+
"django<4,>=3.2.13",
14381438
"gunicorn>=20.1.0",
14391439
"protobuf>=3.11.3",
14401440
"pytest>=6.0.1",

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the Apache License, Version 2.0 (see LICENSE).
33

44
ansicolors>=1.0.2
5-
django==3.2.3
5+
django>=3.2.13,<4
66
django-stubs>=1.10.0
77
gunicorn>=20.1.0
88
setuptools>=42.0.0

0 commit comments

Comments
 (0)