File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ ST2TESTS_REDIS_PORT := 6379
5959
6060# Pin common pip version here across all the targets
6161# Note! Periodic maintenance pip upgrades are required to be up-to-date with the latest pip security fixes and updates
62- PIP_VERSION ?= 25.0.1
63- SETUPTOOLS_VERSION ?= 75.3 .2
62+ PIP_VERSION ?= 25.3
63+ SETUPTOOLS_VERSION ?= 80.10 .2
6464PIP_OPTIONS := $(ST2_PIP_OPTIONS )
6565
6666ifndef PYLINT_CONCURRENCY
Original file line number Diff line number Diff line change @@ -72,10 +72,10 @@ tooz==6.3.0
7272# Note: virtualenv embeds wheels for pip, wheel, and setuptools. So pinning virtualenv pins those as well.
7373# virtualenv==20.30.0 (<21) has pip==25.0.1 wheel==0.45.1 setuptools==75.3.2
7474# lockfiles/st2.lock has pip==25.0.1 wheel==0.45.1 setuptools==75.3.2
75- virtualenv==20.34.0
75+ pip==25.3
7676# This setuptools version number is in the Makefile, but CircleCI builds are pulling a version
7777# that is incompatible with our logshipper fork.
78- setuptools<78
78+ setuptools==80.10.2
7979webob==1.8.9
8080webtest==3.0.1
8181zake==0.2.2
You can’t perform that action at this time.
0 commit comments