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 Sep 6, 2024
1 parent 553217b commit 7f5720d
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
10 changes: 5 additions & 5 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.8
# via requests
oauthlib==3.2.2
# via
Expand Down
20 changes: 10 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ build==1.2.1
# 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 @@ -72,15 +72,15 @@ 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
# via
Expand All @@ -90,7 +90,7 @@ filelock==3.15.4
# virtualenv
httpretty==1.1.4
# via -r requirements/test.txt
idna==3.7
idna==3.8
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -131,7 +131,7 @@ packaging==24.1
# build
# pytest
# tox
pbr==6.0.0
pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
Expand Down Expand Up @@ -166,7 +166,7 @@ pyjwt[crypto]==2.9.0
# via
# -r requirements/test.txt
# social-auth-core
pylint==3.2.6
pylint==3.2.7
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -198,7 +198,7 @@ pytest==8.3.2
# 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 @@ -240,7 +240,7 @@ sqlparse==0.5.1
# via
# -r requirements/test.txt
# django
stevedore==5.2.0
stevedore==5.3.0
# via
# -r requirements/test.txt
# code-annotations
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==72.2.0
setuptools==74.1.2
# via -r requirements/pip.in
18 changes: 9 additions & 9 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ astroid==3.2.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 @@ -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
# via
# tox
# virtualenv
httpretty==1.1.4
# via -r requirements/test.in
idna==3.7
idna==3.8
# via
# -r requirements/base.txt
# requests
Expand All @@ -93,7 +93,7 @@ packaging==24.1
# via
# pytest
# tox
pbr==6.0.0
pbr==6.1.0
# via stevedore
platformdirs==4.2.2
# via
Expand All @@ -117,7 +117,7 @@ pyjwt[crypto]==2.9.0
# via
# -r requirements/base.txt
# social-auth-core
pylint==3.2.6
pylint==3.2.7
# via
# edx-lint
# pylint-celery
Expand All @@ -137,7 +137,7 @@ pytest==8.3.2
# 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 @@ -175,7 +175,7 @@ sqlparse==0.5.1
# via
# -r requirements/base.txt
# django
stevedore==5.2.0
stevedore==5.3.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand Down

0 comments on commit 7f5720d

Please sign in to comment.