Skip to content

Commit

Permalink
Update pip and wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolas committed Aug 27, 2024
1 parent b3e3700 commit 54e58e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions django.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ MANAGE ?= ./manage.py
REQUIREMENTS ?= requirements.txt
SYS_PYTHON ?= python3
PY_SENTINAL ?= $(VE)/sentinal
WHEEL_VERSION ?= 0.43.0
PIP_VERSION ?= 24.0
WHEEL_VERSION ?= 0.44.0
PIP_VERSION ?= 24.2
SETUPTOOLS_VERSION ?= 70.3.0
MAX_COMPLEXITY ?= 10
INTERFACE ?= localhost
Expand Down

0 comments on commit 54e58e4

Please sign in to comment.