Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Oct 19, 2023
1 parent d6a00c7 commit 2f84aac
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
5 changes: 3 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ pycparser==2.21
pyjwt[crypto]==2.8.0
# via
# -r requirements/base.in
# pyjwt
# social-auth-core
python3-openid==3.2.0
# via social-auth-core
Expand All @@ -49,7 +50,7 @@ requests-oauthlib==1.3.1
# via social-auth-core
six==1.16.0
# via -r requirements/base.in
social-auth-app-django==5.3.0
social-auth-app-django==5.4.0
# via -r requirements/base.in
social-auth-core==4.4.2
# via
Expand All @@ -59,5 +60,5 @@ sqlparse==0.4.4
# via django
typing-extensions==4.8.0
# via asgiref
urllib3==2.0.6
urllib3==2.0.7
# via requests
8 changes: 5 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ code-annotations==1.5.0
coverage[toml]==7.3.2
# via
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==41.0.4
# via
Expand Down Expand Up @@ -163,7 +164,7 @@ py==1.11.0
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/test.txt
pycparser==2.21
# via
Expand All @@ -174,6 +175,7 @@ pycryptodomex==3.19.0
pyjwt[crypto]==2.8.0
# via
# -r requirements/test.txt
# pyjwt
# social-auth-core
pylint==2.17.7
# via
Expand Down Expand Up @@ -240,7 +242,7 @@ six==1.16.0
# edx-lint
# tox
# unittest2
social-auth-app-django==5.3.0
social-auth-app-django==5.4.0
# via -r requirements/test.txt
social-auth-core==4.4.2
# via
Expand Down Expand Up @@ -294,7 +296,7 @@ typing-extensions==4.8.0
# pylint
unittest2==1.1.0
# via -r requirements/test.txt
urllib3==2.0.6
urllib3==2.0.7
# via
# -r requirements/test.txt
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.41.2
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
pip==23.3
# via -r requirements/pip.in
setuptools==68.2.2
# via -r requirements/pip.in
7 changes: 4 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ pluggy==1.3.0
# tox
py==1.11.0
# via tox
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/test.in
pycparser==2.21
# via
Expand All @@ -117,6 +117,7 @@ pycryptodomex==3.19.0
pyjwt[crypto]==2.8.0
# via
# -r requirements/base.txt
# pyjwt
# social-auth-core
pylint==2.17.7
# via
Expand Down Expand Up @@ -167,7 +168,7 @@ six==1.16.0
# edx-lint
# tox
# unittest2
social-auth-app-django==5.3.0
social-auth-app-django==5.4.0
# via -r requirements/base.txt
social-auth-core==4.4.2
# via
Expand Down Expand Up @@ -203,7 +204,7 @@ typing-extensions==4.8.0
# pylint
unittest2==1.1.0
# via -r requirements/test.in
urllib3==2.0.6
urllib3==2.0.7
# via
# -r requirements/base.txt
# requests
Expand Down

0 comments on commit 2f84aac

Please sign in to comment.