Skip to content

Commit

Permalink
Bump pip-tools to 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwidman committed Aug 10, 2023
1 parent 4ff09c5 commit c037ceb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion python/helpers/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pip>=21.3.1,<23.2.0 # Range maintains py36 support TODO: Review python 3.6 support in April 2023 (eol ubuntu 18.04)
pip-tools>=6.4.0,<=6.14.0 # Range maintains py36 support TODO: Review python 3.6 support in April 2023 (eol ubuntu 18.04)
pip-tools==7.2.0
hashin==0.17.0
pipenv==2022.4.8
pipfile==0.0.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,6 @@ def pip_compile_options(filename)
# TODO: Stop explicitly specifying `allow-unsafe` once it becomes the default:
# https://github.com/jazzband/pip-tools/issues/989#issuecomment-1661254701
options += ["--allow-unsafe"]
# TODO: This is the default as of https://github.com/jazzband/pip-tools/releases/tag/7.0.0
# so stop explicitly specifying it as soon as we upgrade
options += ["--resolver backtracking"]

if (requirements_file = compiled_file_for_filename(filename))
options << "--output-file=#{requirements_file.name}"
Expand Down

0 comments on commit c037ceb

Please sign in to comment.