File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,9 @@ MANAGE ?= ./manage.py
23
23
REQUIREMENTS ?= requirements.txt
24
24
SYS_PYTHON ?= python3
25
25
PY_SENTINAL ?= $(VE ) /sentinal
26
- WHEEL_VERSION ?= 0.44.0
27
- PIP_VERSION ?= 24.2
26
+ WHEEL_VERSION ?= 0.45.1
27
+ PIP_VERSION ?= 25.1.1
28
+ SETUPTOOLS_VERSION ?= 80.7.1
28
29
MAX_COMPLEXITY ?= 10
29
30
INTERFACE ?= localhost
30
31
RUNSERVER_PORT ?= 8000
@@ -40,7 +41,7 @@ $(PY_SENTINAL): $(REQUIREMENTS)
40
41
rm -rf $(VE )
41
42
$(SYS_PYTHON ) -m venv $(VE )
42
43
$(PIP ) install pip==$(PIP_VERSION )
43
- $(PIP ) install --upgrade setuptools
44
+ $(PIP ) install setuptools== $( SETUPTOOLS_VERSION )
44
45
$(PIP ) install wheel==$(WHEEL_VERSION )
45
46
$(PIP ) install --no-deps --requirement $(REQUIREMENTS )
46
47
touch $@
Original file line number Diff line number Diff line change @@ -9,20 +9,20 @@ boto3>=1.20.0,<1.36.0
9
9
botocore >= 1.25.0 ,< 1.39.0
10
10
certifi == 2025.4.26
11
11
cffi == 1.17.0
12
- channels == 4.2.0
12
+ channels == 4.2.2
13
13
channels-redis == 4.2.0
14
14
charset-normalizer == 3.4.0
15
15
constantly == 23.10.4
16
16
coverage == 7.9.0
17
17
cryptography == 45.0.2
18
- sentry-sdk [django ]== 2.29.1
18
+ sentry-sdk [django ]== 2.30.0
19
19
ctlsettings == 0.4.4
20
20
daphne == 4.2.0
21
21
Deprecated == 1.2.13
22
22
Django == 4.2.17
23
23
django_statsd_mozilla == 0.4.0
24
24
django-smoketest == 1.2.0
25
- django-storages == 1.14.2
25
+ django-storages == 1.14.6
26
26
django-ga-context == 0.1.0
27
27
exceptiongroup == 1.3.0
28
28
flake8 == 7.2.0
@@ -61,7 +61,7 @@ trio==0.30.0
61
61
trio-websocket == 0.12.1
62
62
Twisted == 24.11.0
63
63
txaio == 23.1.1
64
- typing_extensions == 4.13.1
64
+ typing_extensions == 4.14.0
65
65
urllib3 == 2.4.0
66
66
webdriver-manager == 4.0.2
67
67
wrapt == 1.17.0
You can’t perform that action at this time.
0 commit comments