Skip to content

Commit

Permalink
Merge pull request #39 from edx/jenkins/upgrade-python-requirements-8…
Browse files Browse the repository at this point in the history
…1dbb1a

Python Requirements Update
  • Loading branch information
nedbat authored Sep 7, 2021
2 parents 81dbb1a + 7f07f15 commit f0da04a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 0 additions & 4 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 1 addition & 9 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#
# make upgrade
#
asgiref==3.4.1
# via django
astroid==2.7.3
# via
# pylint
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f0da04a

Please sign in to comment.