Skip to content

Commit

Permalink
fix: update overriding statement as constraint is for 4.0 version cur…
Browse files Browse the repository at this point in the history
…rently
  • Loading branch information
iamsobanjaved committed Sep 26, 2023
1 parent 4c90b70 commit 4e3efe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $(COMMON_CONSTRAINTS_TXT):

export CUSTOM_COMPILE_COMMAND = make upgrade
upgrade: $(COMMON_CONSTRAINTS_TXT) ## update the requirements/*.txt files with the latest packages satisfying requirements/*.in
sed 's/Django<4.3//g' requirements/common_constraints.txt > requirements/common_constraints.tmp
sed 's/Django<4.0//g' requirements/common_constraints.txt > requirements/common_constraints.tmp
mv requirements/common_constraints.tmp requirements/common_constraints.txt
pip install -qr requirements/pip-tools.txt
# Make sure to compile files after any other files they include!
Expand Down

0 comments on commit 4e3efe4

Please sign in to comment.