Skip to content

Commit 292e2d4

Browse files
authored
Update django.mk
1 parent 78a0fc3 commit 292e2d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

django.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ MANAGE ?= ./manage.py
2424
REQUIREMENTS ?= requirements.txt
2525
SYS_PYTHON ?= python3
2626
PY_SENTINAL ?= $(VE)/sentinal
27-
WHEEL_VERSION ?= 0.43.0
28-
PIP_VERSION ?= 24.1.1
27+
WHEEL_VERSION ?= 0.45.1
28+
PIP_VERSION ?= 25.2
2929
MAX_COMPLEXITY ?= 10
3030
INTERFACE ?= localhost
3131
RUNSERVER_PORT ?= 8000

0 commit comments

Comments
 (0)