Skip to content

Commit 171e78a

Browse files
AnthonyDiGirolamoerwinpan1
authored andcommitted
Bump pip-tools to 7.0.0 (project-chip#28009)
1 parent c356777 commit 171e78a

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

scripts/setup/constraints.txt

+11-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
5-
# pip-compile --output-file=constraints.txt --resolver=backtracking --strip-extras requirements.all.txt
5+
# pip-compile --allow-unsafe --output-file=constraints.txt --resolver=backtracking --strip-extras requirements.all.txt
66
#
77
anytree==2.8.0
88
# via -r requirements.memory.txt
@@ -199,7 +199,7 @@ pgi==0.0.11.2 ; sys_platform == "linux"
199199
# via -r requirements.all.txt
200200
pickleshare==0.7.5
201201
# via ipython
202-
pip-tools==6.14.0
202+
pip-tools==7.0.0
203203
# via -r requirements.all.txt
204204
platformdirs==3.0.0
205205
# via virtualenv
@@ -379,5 +379,12 @@ wheel==0.38.4 ; sys_platform == "linux"
379379
# pip-tools
380380

381381
# The following packages are considered to be unsafe in a requirements file:
382-
# pip
383-
# setuptools
382+
pip==23.2
383+
# via
384+
# fastcore
385+
# ghapi
386+
# pip-tools
387+
setuptools==68.0.0
388+
# via
389+
# pip-tools
390+
# west

scripts/setup/requirements.all.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pip-tools>=6.13.0
1+
pip-tools>=7.0.0
22
virtualenv
33

44
# core build requirements

0 commit comments

Comments
 (0)