From 7f07f15cfb8f628a954852db7fd0715dc164a0f6 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Tue, 7 Sep 2021 07:38:32 +0500 Subject: [PATCH] chore: Updating Python Requirements --- requirements/base.txt | 2 +- requirements/common_constraints.txt | 4 ---- requirements/pip.txt | 2 +- requirements/test.txt | 10 +--------- 4 files changed, 3 insertions(+), 15 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 574597b..701b1bc 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -34,7 +34,7 @@ web-fragments==1.1.0 # via xblock webob==1.8.7 # via xblock -xblock==1.5.0 +xblock==1.5.1 # via -r requirements/base.in # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/common_constraints.txt b/requirements/common_constraints.txt index 30328af..cc16c07 100644 --- a/requirements/common_constraints.txt +++ b/requirements/common_constraints.txt @@ -41,7 +41,3 @@ social-auth-core<4.0.3 # elasticsearch>=7.14.0 includes breaking changes in it which caused issues in discovery upgrade process. # elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html elasticsearch<7.14.0 - -# pluggy released 1.0.0, but pytest limits to <1.0.0 and tox does not, so they disagree on the version to use. -# This pin can be removed once pytest ships 6.2.5 which will remove the upper limit on the pluggy version. -pluggy<1.0.0 diff --git a/requirements/pip.txt b/requirements/pip.txt index 36c04ed..1ca0651 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -10,5 +10,5 @@ wheel==0.37.0 # The following packages are considered to be unsafe in a requirements file: pip==21.2.4 # via -r requirements/pip.in -setuptools==57.4.0 +setuptools==58.0.2 # via -r requirements/pip.in diff --git a/requirements/test.txt b/requirements/test.txt index 5d83389..a958984 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -4,8 +4,6 @@ # # make upgrade # -asgiref==3.4.1 - # via django astroid==2.7.3 # via # pylint @@ -23,9 +21,7 @@ code-annotations==1.2.0 # via edx-lint coverage==5.5 # via pytest-cov -django==3.2.6 - # via edx-lint -edx-lint==5.0.0 +edx-lint==5.1.0 # via -r requirements/test.in iniconfig==1.1.1 # via pytest @@ -71,14 +67,10 @@ pytest-cov==2.12.1 # via -r requirements/test.in python-slugify==5.0.2 # via code-annotations -pytz==2021.1 - # via django pyyaml==5.4.1 # via code-annotations six==1.16.0 # via edx-lint -sqlparse==0.4.1 - # via django stevedore==3.4.0 # via code-annotations text-unidecode==1.3