Skip to content

Commit

Permalink
chore: Updating Python Requirements (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Nov 23, 2021
1 parent 0f96d74 commit 69cbacb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cffi==1.15.0
# via cryptography
charset-normalizer==2.0.7
# via requests
cryptography==35.0.0
cryptography==36.0.0
# via pyjwt
django==3.2.9
# via
Expand Down Expand Up @@ -55,7 +55,7 @@ idna==3.3
# via requests
newrelic==7.2.4.171
# via edx-django-utils
pbr==5.7.0
pbr==5.8.0
# via stevedore
pillow==8.4.0
# via -r requirements/base.in
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.37.0
# The following packages are considered to be unsafe in a requirements file:
pip==21.3.1
# via -r requirements/pip.in
setuptools==59.0.1
setuptools==59.2.0
# via -r requirements/pip.in
14 changes: 7 additions & 7 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.4.1
# via
# -r requirements/base.txt
# django
astroid==2.8.5
astroid==2.8.6
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -41,7 +41,7 @@ coverage[toml]==6.1.2
# via
# -r requirements/test.in
# pytest-cov
cryptography==35.0.0
cryptography==36.0.0
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -94,9 +94,9 @@ edx-opaque-keys==2.2.2
# edx-drf-extensions
factory-boy==3.2.1
# via -r requirements/test.in
faker==9.8.2
faker==9.8.3
# via factory-boy
filelock==3.3.2
filelock==3.4.0
# via
# tox
# virtualenv
Expand Down Expand Up @@ -126,11 +126,11 @@ newrelic==7.2.4.171
# via
# -r requirements/base.txt
# edx-django-utils
packaging==21.2
packaging==21.3
# via
# pytest
# tox
pbr==5.7.0
pbr==5.8.0
# via
# -r requirements/base.txt
# stevedore
Expand Down Expand Up @@ -189,7 +189,7 @@ pymongo==3.12.1
# via
# -r requirements/base.txt
# edx-opaque-keys
pyparsing==2.4.7
pyparsing==3.0.6
# via packaging
pytest==6.2.5
# via
Expand Down

0 comments on commit 69cbacb

Please sign in to comment.