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 May 9, 2024
1 parent 7f09ecb commit 6424ee9
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 49 deletions.
14 changes: 7 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
cryptography==42.0.5
cryptography==42.0.7
# via
# pyjwt
# social-auth-core
defusedxml==0.8.0rc2
# via
# python3-openid
# social-auth-core
django==4.2.11
django==4.2.13
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
# social-auth-app-django
idna==3.6
idna==3.7
# via requests
oauthlib==3.2.2
# via
Expand All @@ -51,15 +51,15 @@ requests-oauthlib==2.0.0
# via social-auth-core
six==1.16.0
# via -r requirements/base.in
social-auth-app-django==5.4.0
social-auth-app-django==5.4.1
# via -r requirements/base.in
social-auth-core==4.5.3
social-auth-core==4.5.4
# via
# -r requirements/base.in
# social-auth-app-django
sqlparse==0.4.4
sqlparse==0.5.0
# via django
typing-extensions==4.10.0
typing-extensions==4.11.0
# via asgiref
urllib3==2.2.1
# via requests
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#
distlib==0.3.8
# via virtualenv
filelock==3.13.3
filelock==3.14.0
# via
# tox
# virtualenv
packaging==24.0
# via tox
platformdirs==4.2.0
platformdirs==4.2.1
# via virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via tox
py==1.11.0
# via tox
Expand All @@ -26,5 +26,5 @@ tox==3.28.0
# via
# -c requirements/constraints.txt
# -r requirements/ci.in
virtualenv==20.25.1
virtualenv==20.26.1
# via tox
37 changes: 18 additions & 19 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==1.7.0
code-annotations==1.8.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.4.4
coverage[toml]==7.5.1
# via
# -r requirements/test.txt
# pytest-cov
cryptography==42.0.5
cryptography==42.0.7
# via
# -r requirements/test.txt
# pyjwt
Expand All @@ -77,7 +77,7 @@ distlib==0.3.8
# -r requirements/ci.txt
# -r requirements/test.txt
# virtualenv
django==4.2.11
django==4.2.13
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand All @@ -87,19 +87,19 @@ edx-django-release-util==1.4.0
# via -r requirements/test.txt
edx-lint==5.3.6
# via -r requirements/test.txt
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via
# -r requirements/test.txt
# pytest
filelock==3.13.3
filelock==3.14.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
# virtualenv
httpretty==1.1.4
# via -r requirements/test.txt
idna==3.6
idna==3.7
# via
# -r requirements/test.txt
# requests
Expand All @@ -116,7 +116,7 @@ isort==5.13.2
# via
# -r requirements/test.txt
# pylint
jinja2==3.1.3
jinja2==3.1.4
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -151,13 +151,13 @@ pbr==6.0.0
# stevedore
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
platformdirs==4.2.0
platformdirs==4.2.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# pylint
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -200,12 +200,12 @@ pylint-plugin-utils==0.8.2
# -r requirements/test.txt
# pylint-celery
# pylint-django
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.1.1
pytest==8.2.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -244,13 +244,13 @@ six==1.16.0
# edx-lint
# tox
# unittest2
social-auth-app-django==5.4.0
social-auth-app-django==5.4.1
# via -r requirements/test.txt
social-auth-core==4.5.3
social-auth-core==4.5.4
# via
# -r requirements/test.txt
# social-auth-app-django
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r requirements/test.txt
# django
Expand All @@ -271,10 +271,9 @@ tomli==2.0.1
# coverage
# pip-tools
# pylint
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.4
tomlkit==0.12.5
# via
# -r requirements/test.txt
# pylint
Expand All @@ -287,7 +286,7 @@ traceback2==1.4.0
# via
# -r requirements/test.txt
# unittest2
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# -r requirements/test.txt
# asgiref
Expand All @@ -299,7 +298,7 @@ urllib3==2.2.1
# via
# -r requirements/test.txt
# requests
virtualenv==20.25.1
virtualenv==20.26.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down
3 changes: 1 addition & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@ packaging==24.0
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.43.0
# via pip-tools
zipp==3.18.1
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.43.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.2.0
setuptools==69.5.1
# via -r requirements/pip.in
32 changes: 16 additions & 16 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.7.0
code-annotations==1.8.0
# via edx-lint
coverage[toml]==7.4.4
coverage[toml]==7.5.1
# via
# -r requirements/test.in
# pytest-cov
cryptography==42.0.5
cryptography==42.0.7
# via
# -r requirements/base.txt
# pyjwt
Expand All @@ -67,23 +67,23 @@ edx-django-release-util==1.4.0
# via -r requirements/test.in
edx-lint==5.3.6
# via -r requirements/test.in
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via pytest
filelock==3.13.3
filelock==3.14.0
# via
# tox
# virtualenv
httpretty==1.1.4
# via -r requirements/test.in
idna==3.6
idna==3.7
# via
# -r requirements/base.txt
# requests
iniconfig==2.0.0
# via pytest
isort==5.13.2
# via pylint
jinja2==3.1.3
jinja2==3.1.4
# via code-annotations
linecache2==1.0.0
# via traceback2
Expand All @@ -102,11 +102,11 @@ packaging==24.0
# tox
pbr==6.0.0
# via stevedore
platformdirs==4.2.0
platformdirs==4.2.1
# via
# pylint
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via
# pytest
# tox
Expand Down Expand Up @@ -138,7 +138,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==8.1.1
pytest==8.2.0
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -172,13 +172,13 @@ six==1.16.0
# edx-lint
# tox
# unittest2
social-auth-app-django==5.4.0
social-auth-app-django==5.4.1
# via -r requirements/base.txt
social-auth-core==4.5.3
social-auth-core==4.5.4
# via
# -r requirements/base.txt
# social-auth-app-django
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r requirements/base.txt
# django
Expand All @@ -192,15 +192,15 @@ tomli==2.0.1
# pylint
# pytest
# tox
tomlkit==0.12.4
tomlkit==0.12.5
# via pylint
tox==3.28.0
# via
# -c requirements/constraints.txt
# -r requirements/test.in
traceback2==1.4.0
# via unittest2
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# -r requirements/base.txt
# asgiref
Expand All @@ -212,5 +212,5 @@ urllib3==2.2.1
# via
# -r requirements/base.txt
# requests
virtualenv==20.25.1
virtualenv==20.26.1
# via tox

0 comments on commit 6424ee9

Please sign in to comment.