From 3d9f566b104dda55f13fe48ef9321893a9e1096a Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Fri, 29 Jan 2021 09:32:18 -0500 Subject: [PATCH 1/2] Python code cleanup by the cleanup-python-code Jenkins job. This pull request was generated by the cleanup-python-code Jenkins job, which ran ``` add_common_constraint; make upgrade ``` The following packages were installed: `edx-repo-tools` --- requirements/constraints.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 94595ab..67292ca 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -1,3 +1,6 @@ +# Common constraints for edx repos +-c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt + # Version constraints for pip-installation. # # This file doesn't install any packages. It specifies version constraints From 683ac088a7c3c8e0734c60ba60fbe03a7786e9c5 Mon Sep 17 00:00:00 2001 From: Muhammad Soban Javed <58461728+iamsobanjaved@users.noreply.github.com> Date: Mon, 1 Feb 2021 12:53:46 +0500 Subject: [PATCH 2/2] Update constraints.txt --- requirements/constraints.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 67292ca..d91704b 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -1,6 +1,3 @@ -# Common constraints for edx repos --c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt - # Version constraints for pip-installation. # # This file doesn't install any packages. It specifies version constraints @@ -10,3 +7,6 @@ # link to other information that will help people in the future to remove the # pin when possible. Writing an issue against the offending project and # linking to it here is good. + +# Common constraints for edx repos +-c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt