diff --git a/Makefile b/Makefile index 18316a9c..f4bf1700 100644 --- a/Makefile +++ b/Makefile @@ -114,8 +114,8 @@ upgrade: piptools $(COMMON_CONSTRAINTS_TXT) ## update the requirements/*.txt fil # This is a temporary solution to override the real common_constraints.txt # In edx-lint, until the pyjwt constraint in edx-lint has been removed. # See BOM-271 for more details. - sed -i.tmp 's/Django<4.0//g' requirements/common_constraints.txt - sed -i.tmp 's/django-simple-history==3.0.0//g' requirements/common_constraints.txt + sed -i.'' 's/Django<4.0//g' requirements/common_constraints.txt + sed -i.'' 's/django-simple-history==3.0.0//g' requirements/common_constraints.txt # Make sure to compile files after any other files they include! pip-compile --upgrade --rebuild --allow-unsafe -o requirements/pip.txt requirements/pip.in pip-compile --upgrade -o requirements/pip-tools.txt requirements/pip-tools.in