Skip to content

Commit

Permalink
chore: Updating Python Requirements (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jul 8, 2021
1 parent d44505a commit f3ffe59
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ filelock==3.0.12
# virtualenv
idna==2.10
# via requests
packaging==20.9
packaging==21.0
# via tox
pluggy==0.13.1
# via tox
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ oauthlib==3.1.1
# -r requirements/test.txt
# requests-oauthlib
# social-auth-core
packaging==20.9
packaging==21.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -178,7 +178,7 @@ pyjwt[crypto]==1.7.1
# -c requirements/constraints.txt
# -r requirements/test.txt
# social-auth-core
pylint==2.9.1
pylint==2.9.3
# via
# -r requirements/test.txt
# edx-lint
Expand Down
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.36.2
# The following packages are considered to be unsafe in a requirements file:
pip==21.1.3
# via -r requirements/pip.in
setuptools==57.0.0
setuptools==57.1.0
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ oauthlib==3.1.1
# -r requirements/base.txt
# requests-oauthlib
# social-auth-core
packaging==20.9
packaging==21.0
# via
# pytest
# tox
Expand Down Expand Up @@ -118,7 +118,7 @@ pyjwt[crypto]==1.7.1
# -c requirements/constraints.txt
# -r requirements/base.txt
# social-auth-core
pylint==2.9.1
pylint==2.9.3
# via
# edx-lint
# pylint-celery
Expand Down

0 comments on commit f3ffe59

Please sign in to comment.