Skip to content

Commit

Permalink
Merge pull request #31 from edx/jenkins/upgrade-python-requirements-0…
Browse files Browse the repository at this point in the history
…e7b302

Python Requirements Update
  • Loading branch information
nedbat authored Sep 7, 2021
2 parents 0e7b302 + 1a1908b commit 364e574
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ web-fragments==1.1.0
# 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
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ iniconfig==1.1.1
# via pytest
packaging==21.0
# via pytest
pluggy==0.13.1
pluggy==1.0.0
# via pytest
py==1.10.0
# via pytest
pyparsing==2.4.7
# via packaging
pytest==6.2.4
pytest==6.2.5
# via pytest-cov
pytest-cov==2.12.1
# via -r requirements/test.in
Expand Down

0 comments on commit 364e574

Please sign in to comment.