Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Oct 3, 2024
1 parent 12baeaa commit 194d285
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 47 deletions.
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@
#
asgiref==3.8.1
# via django
certifi==2024.7.4
certifi==2024.8.30
# via requests
cffi==1.17.0
cffi==1.17.1
# via cryptography
charset-normalizer==3.3.2
# via requests
cryptography==43.0.0
cryptography==43.0.1
# via
# pyjwt
# social-auth-core
defusedxml==0.8.0rc2
# via
# python3-openid
# social-auth-core
django==4.2.15
django==4.2.16
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
# social-auth-app-django
idna==3.7
idna==3.10
# via requests
oauthlib==3.2.2
# via
Expand Down Expand Up @@ -55,5 +55,5 @@ social-auth-core==4.5.4
# social-auth-app-django
sqlparse==0.5.1
# via django
urllib3==2.2.2
urllib3==2.2.3
# via requests
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#
distlib==0.3.8
# via virtualenv
filelock==3.15.4
filelock==3.16.1
# via
# tox
# virtualenv
packaging==24.1
# via tox
platformdirs==4.2.2
platformdirs==4.3.6
# via virtualenv
pluggy==1.5.0
# via tox
Expand All @@ -24,5 +24,5 @@ tox==3.28.0
# via
# -c requirements/constraints.txt
# -r requirements/ci.in
virtualenv==20.26.3
virtualenv==20.26.6
# via tox
38 changes: 19 additions & 19 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.2.4
astroid==3.3.4
# via
# -r requirements/test.txt
# pylint
# pylint-celery
build==1.2.1
build==1.2.2
# via
# -r requirements/pip-tools.txt
# pip-tools
certifi==2024.7.4
certifi==2024.8.30
# via
# -r requirements/test.txt
# requests
cffi==1.17.0
cffi==1.17.1
# via
# -r requirements/test.txt
# cryptography
Expand Down Expand Up @@ -53,7 +53,7 @@ coverage[toml]==7.6.1
# via
# -r requirements/test.txt
# pytest-cov
cryptography==43.0.0
cryptography==43.0.1
# via
# -r requirements/test.txt
# pyjwt
Expand All @@ -63,7 +63,7 @@ defusedxml==0.8.0rc2
# -r requirements/test.txt
# python3-openid
# social-auth-core
dill==0.3.8
dill==0.3.9
# via
# -r requirements/test.txt
# pylint
Expand All @@ -72,25 +72,25 @@ distlib==0.3.8
# -r requirements/ci.txt
# -r requirements/test.txt
# virtualenv
django==4.2.15
django==4.2.16
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
# edx-django-release-util
# social-auth-app-django
edx-django-release-util==1.4.0
# via -r requirements/test.txt
edx-lint==5.3.7
edx-lint==5.4.0
# via -r requirements/test.txt
filelock==3.15.4
filelock==3.16.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
# virtualenv
httpretty==1.1.4
# via -r requirements/test.txt
idna==3.7
idna==3.10
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -131,13 +131,13 @@ packaging==24.1
# build
# pytest
# tox
pbr==6.0.0
pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
platformdirs==4.2.2
platformdirs==4.3.6
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -160,13 +160,13 @@ pycparser==2.22
# via
# -r requirements/test.txt
# cffi
pycryptodomex==3.20.0
pycryptodomex==3.21.0
# via -r requirements/test.txt
pyjwt[crypto]==2.9.0
# via
# -r requirements/test.txt
# social-auth-core
pylint==3.2.6
pylint==3.3.1
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -186,19 +186,19 @@ pylint-plugin-utils==0.8.2
# -r requirements/test.txt
# pylint-celery
# pylint-django
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/test.txt
# pytest-cov
# pytest-django
pytest-cov==5.0.0
# via -r requirements/test.txt
pytest-django==4.8.0
pytest-django==4.9.0
# via -r requirements/test.txt
python-slugify==8.0.4
# via
Expand Down Expand Up @@ -263,11 +263,11 @@ traceback2==1.4.0
# unittest2
unittest2==1.1.0
# via -r requirements/test.txt
urllib3==2.2.2
urllib3==2.2.3
# via
# -r requirements/test.txt
# requests
virtualenv==20.26.3
virtualenv==20.26.6
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
build==1.2.1
build==1.2.2
# via pip-tools
click==8.1.7
# via pip-tools
packaging==24.1
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# build
# pip-tools
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.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==73.0.1
setuptools==75.1.0
# 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 @@ -10,15 +10,15 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
astroid==3.2.4
astroid==3.3.4
# via
# pylint
# pylint-celery
certifi==2024.7.4
certifi==2024.8.30
# via
# -r requirements/base.txt
# requests
cffi==1.17.0
cffi==1.17.1
# via
# -r requirements/base.txt
# cryptography
Expand All @@ -39,7 +39,7 @@ coverage[toml]==7.6.1
# via
# -r requirements/test.in
# pytest-cov
cryptography==43.0.0
cryptography==43.0.1
# via
# -r requirements/base.txt
# pyjwt
Expand All @@ -49,7 +49,7 @@ defusedxml==0.8.0rc2
# -r requirements/base.txt
# python3-openid
# social-auth-core
dill==0.3.8
dill==0.3.9
# via pylint
distlib==0.3.8
# via virtualenv
Expand All @@ -60,15 +60,15 @@ distlib==0.3.8
# social-auth-app-django
edx-django-release-util==1.4.0
# via -r requirements/test.in
edx-lint==5.3.7
edx-lint==5.4.0
# via -r requirements/test.in
filelock==3.15.4
filelock==3.16.1
# via
# tox
# virtualenv
httpretty==1.1.4
# via -r requirements/test.in
idna==3.7
idna==3.10
# via
# -r requirements/base.txt
# requests
Expand All @@ -93,9 +93,9 @@ packaging==24.1
# via
# pytest
# tox
pbr==6.0.0
pbr==6.1.0
# via stevedore
platformdirs==4.2.2
platformdirs==4.3.6
# via
# pylint
# virtualenv
Expand All @@ -111,13 +111,13 @@ pycparser==2.22
# via
# -r requirements/base.txt
# cffi
pycryptodomex==3.20.0
pycryptodomex==3.21.0
# via -r requirements/test.in
pyjwt[crypto]==2.9.0
# via
# -r requirements/base.txt
# social-auth-core
pylint==3.2.6
pylint==3.3.1
# via
# edx-lint
# pylint-celery
Expand All @@ -131,13 +131,13 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==8.3.2
pytest==8.3.3
# via
# pytest-cov
# pytest-django
pytest-cov==5.0.0
# via -r requirements/test.in
pytest-django==4.8.0
pytest-django==4.9.0
# via -r requirements/test.in
python-slugify==8.0.4
# via code-annotations
Expand Down Expand Up @@ -189,9 +189,9 @@ traceback2==1.4.0
# via unittest2
unittest2==1.1.0
# via -r requirements/test.in
urllib3==2.2.2
urllib3==2.2.3
# via
# -r requirements/base.txt
# requests
virtualenv==20.26.3
virtualenv==20.26.6
# via tox

0 comments on commit 194d285

Please sign in to comment.