Skip to content

Commit

Permalink
chore: Updating Python Requirements (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Aug 6, 2021
1 parent 9810e1a commit ff1f909
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 16 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ certifi==2021.5.30
# via requests
cffi==1.14.6
# via cryptography
charset-normalizer==2.0.3
charset-normalizer==2.0.4
# via requests
cryptography==3.4.7
# via pyjwt
Expand Down Expand Up @@ -44,7 +44,7 @@ future==0.18.2
# via pyjwkest
idna==3.2
# via requests
newrelic==6.6.0.162
newrelic==6.8.0.163
# via edx-django-utils
pbr==5.6.0
# via stevedore
Expand Down
3 changes: 3 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ drf-jwt<1.19.1

# Newer versions causing tests failures in multiple repos.


# latest version requires PyJWT>=2.0.0 but drf-jwt requires PyJWT[crypto]<2.0.0,>=1.5.2
social-auth-core<4.0.3
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ alabaster==0.7.12
# via
# -r requirements/docs.txt
# sphinx
astroid==2.6.5
astroid==2.6.6
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -36,7 +36,7 @@ cffi==1.14.6
# -r requirements/base.txt
# -r requirements/test.txt
# cryptography
charset-normalizer==2.0.3
charset-normalizer==2.0.4
# via
# -r requirements/base.txt
# -r requirements/docs.txt
Expand Down Expand Up @@ -120,7 +120,7 @@ edx-opaque-keys==2.2.2
# -r requirements/test.txt
factory-boy==2.12.0
# via -r requirements/test.txt
faker==8.10.3
faker==8.11.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -173,7 +173,7 @@ mccabe==0.6.1
# via
# -r requirements/test.txt
# pylint
newrelic==6.6.0.162
newrelic==6.8.0.163
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -376,15 +376,15 @@ toml==0.10.2
# pytest
# pytest-cov
# tox
tox==3.24.0
tox==3.24.1
# via -r requirements/test.txt
urllib3==1.26.6
# via
# -r requirements/base.txt
# -r requirements/docs.txt
# -r requirements/test.txt
# requests
virtualenv==20.6.0
virtualenv==20.7.0
# via
# -r requirements/test.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ certifi==2021.5.30
# via
# -c requirements/test.txt
# requests
charset-normalizer==2.0.3
charset-normalizer==2.0.4
# via
# -c requirements/test.txt
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pep517==0.11.0
# via pip-tools
pip-tools==6.2.0
# via -r requirements/pip-tools.in
tomli==1.2.0
tomli==1.2.1
# via pep517
wheel==0.36.2
# via pip-tools
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==2.6.5
astroid==2.6.6
# via
# pylint
# pylint-celery
Expand All @@ -20,7 +20,7 @@ cffi==1.14.6
# via
# -r requirements/base.txt
# cryptography
charset-normalizer==2.0.3
charset-normalizer==2.0.4
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -78,7 +78,7 @@ edx-opaque-keys==2.2.2
# via -r requirements/base.txt
factory-boy==2.12.0
# via -r requirements/test.in
faker==8.10.3
faker==8.11.0
# via factory-boy
filelock==3.0.12
# via
Expand Down Expand Up @@ -108,7 +108,7 @@ markupsafe==2.0.1
# via jinja2
mccabe==0.6.1
# via pylint
newrelic==6.6.0.162
newrelic==6.8.0.163
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -227,13 +227,13 @@ toml==0.10.2
# pytest
# pytest-cov
# tox
tox==3.24.0
tox==3.24.1
# via -r requirements/test.in
urllib3==1.26.6
# via
# -r requirements/base.txt
# requests
virtualenv==20.6.0
virtualenv==20.7.0
# via tox
wrapt==1.12.1
# via astroid
Expand Down

0 comments on commit ff1f909

Please sign in to comment.