Skip to content

Commit 7929cfb

Browse files
authored
Merge pull request #2739 from ccnmtl/ndittren-patch-1
Update django.mk
2 parents 78a0fc3 + 292e2d4 commit 7929cfb

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)