Skip to content

Commit

Permalink
chore: Updating Python Requirements (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Oct 21, 2021
1 parent b0465c4 commit b2072a3
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ oauthlib==3.1.1
# social-auth-core
pycparser==2.20
# via cffi
pyjwt[crypto]==2.2.0
pyjwt[crypto]==2.3.0
# via
# -r requirements/base.in
# social-auth-core
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ coverage==6.0.2
# via codecov
distlib==0.3.3
# via virtualenv
filelock==3.3.0
filelock==3.3.1
# via
# tox
# virtualenv
Expand Down
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 @@ argparse==1.4.0
# via
# -r requirements/test.txt
# unittest2
astroid==2.8.2
astroid==2.8.3
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -81,7 +81,7 @@ django==2.2.24
# -r requirements/test.txt
edx-lint==5.2.0
# via -r requirements/test.txt
filelock==3.3.0
filelock==3.3.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -141,7 +141,7 @@ pbr==5.6.0
# via
# -r requirements/test.txt
# stevedore
pep517==0.11.0
pep517==0.12.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -177,7 +177,7 @@ pycryptodomex==3.11.0
# pyjwkest
pyjwkest==1.4.2
# via -r requirements/test.txt
pyjwt[crypto]==2.2.0
pyjwt[crypto]==2.3.0
# via
# -r requirements/test.txt
# social-auth-core
Expand Down Expand Up @@ -262,7 +262,7 @@ sqlparse==0.4.2
# via
# -r requirements/test.txt
# django
stevedore==3.4.0
stevedore==3.5.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -315,7 +315,7 @@ wheel==0.37.0
# via
# -r requirements/pip-tools.txt
# pip-tools
wrapt==1.12.1
wrapt==1.13.2
# via
# -r requirements/test.txt
# astroid
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
click==8.0.3
# via pip-tools
pep517==0.11.0
pep517==0.12.0
# via pip-tools
pip-tools==6.4.0
# via -r requirements/pip-tools.in
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
argparse==1.4.0
# via unittest2
astroid==2.8.2
astroid==2.8.3
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -56,7 +56,7 @@ distlib==0.3.3
# -r requirements/base.txt
edx-lint==5.2.0
# via -r requirements/test.in
filelock==3.3.0
filelock==3.3.1
# via
# tox
# virtualenv
Expand Down Expand Up @@ -115,7 +115,7 @@ pycryptodomex==3.11.0
# via pyjwkest
pyjwkest==1.4.2
# via -r requirements/test.in
pyjwt[crypto]==2.2.0
pyjwt[crypto]==2.3.0
# via
# -r requirements/base.txt
# social-auth-core
Expand Down Expand Up @@ -183,7 +183,7 @@ sqlparse==0.4.2
# via
# -r requirements/base.txt
# django
stevedore==3.4.0
stevedore==3.5.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand All @@ -210,7 +210,7 @@ urllib3==1.26.7
# requests
virtualenv==20.8.1
# via tox
wrapt==1.12.1
wrapt==1.13.2
# via astroid

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit b2072a3

Please sign in to comment.