Skip to content

Commit

Permalink
Bump pip-tools to 7.0.0 (#28009)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyDiGirolamo authored and pull[bot] committed Nov 6, 2023
1 parent d4b89b7 commit 1611148
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions scripts/setup/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=constraints.txt --resolver=backtracking --strip-extras requirements.all.txt
# pip-compile --allow-unsafe --output-file=constraints.txt --resolver=backtracking --strip-extras requirements.all.txt
#
anytree==2.8.0
# via -r requirements.memory.txt
Expand Down Expand Up @@ -199,7 +199,7 @@ pgi==0.0.11.2 ; sys_platform == "linux"
# via -r requirements.all.txt
pickleshare==0.7.5
# via ipython
pip-tools==6.14.0
pip-tools==7.0.0
# via -r requirements.all.txt
platformdirs==3.0.0
# via virtualenv
Expand Down Expand Up @@ -379,5 +379,12 @@ wheel==0.38.4 ; sys_platform == "linux"
# pip-tools

# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools
pip==23.2
# via
# fastcore
# ghapi
# pip-tools
setuptools==68.0.0
# via
# pip-tools
# west
2 changes: 1 addition & 1 deletion scripts/setup/requirements.all.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pip-tools>=6.13.0
pip-tools>=7.0.0
virtualenv

# core build requirements
Expand Down

0 comments on commit 1611148

Please sign in to comment.