Skip to content

Commit

Permalink
chore: bump the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Aug 3, 2023
1 parent a64f0eb commit b45aab8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,8 @@ install-test: ## install requirements for tests

install: install-python install-js install-test static ## install all dependencies

COMMON_CONSTRAINTS_TXT=requirements/common_constraints.txt
.PHONY: $(COMMON_CONSTRAINTS_TXT)
$(COMMON_CONSTRAINTS_TXT):
wget -O "$(@)" https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt || touch "$(@)"

upgrade: export CUSTOM_COMPILE_COMMAND=make upgrade
upgrade: $(COMMON_CONSTRAINTS_TXT) ## update the requirements/*.txt files with the latest packages satisfying requirements/*.in
upgrade: ## update the requirements/*.txt files with the latest packages satisfying requirements/*.in
pip install -qr requirements/pip-tools.txt
pip-compile --upgrade --allow-unsafe -o requirements/pip.txt requirements/pip.in
pip-compile --upgrade -o requirements/pip-tools.txt requirements/pip-tools.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ voluptuous==0.13.1
# via
# -c requirements/constraints.txt
# -r requirements/base.in
web-fragments==2.0.0
web-fragments==2.1.0
# via xblock
webencodings==0.5.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ voluptuous==0.13.1
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
web-fragments==2.0.0
web-fragments==2.1.0
# via
# -r requirements/test.txt
# xblock
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-acceptance.txt
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ voluptuous==0.13.1
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
web-fragments==2.0.0
web-fragments==2.1.0
# via
# -r requirements/test.txt
# xblock
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ voluptuous==0.13.1
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
web-fragments==2.0.0
web-fragments==2.1.0
# via
# -r requirements/base.txt
# xblock
Expand Down

0 comments on commit b45aab8

Please sign in to comment.