Skip to content

Commit d505a3a

Browse files
authored
Update pip and wheel
1 parent 47682c9 commit d505a3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ REQUIREMENTS ?= requirements.txt
44
SYS_PYTHON ?= python3
55
PIP ?= $(VE)/bin/pip
66
PY_SENTINAL ?= $(VE)/sentinal
7-
WHEEL_VERSION ?= 0.44.0
8-
PIP_VERSION ?= 24.2
7+
WHEEL_VERSION ?= 0.45.1
8+
PIP_VERSION ?= 25.3
99
MAX_COMPLEXITY ?= 7
1010
FLAKE8 ?= $(VE)/bin/flake8
1111
PIP ?= $(VE)/bin/pip

0 commit comments

Comments
 (0)