Skip to content

Commit

Permalink
fix: manually update pip-tools to avoid incompatibility issue
Browse files Browse the repository at this point in the history
Manually update the `pip-tools.txt` generated file to fix an issue with pip and pip-tools. `Pip` 22.x and `pip-tools` <6.5 are not compatible with each other. Normally, we shouldn't modify a generated file but we are stuck without doing it this time.
  • Loading branch information
jmyatt committed Feb 14, 2022
1 parent 858092f commit 25b9c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ click==8.0.3
# via pip-tools
pep517==0.12.0
# via pip-tools
pip-tools==6.4.0
pip-tools==6.5.0
# via -r requirements/pip-tools.in
tomli==2.0.0
# via pep517
Expand Down

0 comments on commit 25b9c30

Please sign in to comment.