Closed UsamaSadiq closed 1 year ago
Description:
Updated the Makefile make upgrade target to also upgrade pip.txt when the target is executed. It fixes the pip & pip-tools version conflict by upgrading pip since the latest pip-tools>=6.13.0 requires pip>=23.1.0 to work.
make upgrade
pip.txt
pip
pip-tools
pip-tools>=6.13.0
pip>=23.1.0
Merge checklist:
Description:
Updated the Makefile
make upgrade
target to also upgradepip.txt
when the target is executed. It fixes thepip
&pip-tools
version conflict by upgradingpip
since the latestpip-tools>=6.13.0
requirespip>=23.1.0
to work.Merge checklist: