openedx / edx-lint

Custom tooling for pylint and other repo management tools
Apache License 2.0
51 stars 26 forks source link

fix: fix the make upgrade target to upgrade pip #337

Closed UsamaSadiq closed 1 year ago

UsamaSadiq commented 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.

Merge checklist: