Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #340

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.0
# via
# tox
# virtualenv
packaging==24.1
# via tox
platformdirs==4.2.2
platformdirs==4.3.2
# 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.4
# via tox
28 changes: 14 additions & 14 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ astroid==3.2.4
# -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 @@ -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.0
# 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.8
# 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.2
# via
# -r requirements/ci.txt
# -r requirements/test.txt
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 All @@ -191,14 +191,14 @@ pyproject-hooks==1.1.0
# -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 @@ -267,7 +267,7 @@ urllib3==2.2.2
# via
# -r requirements/test.txt
# requests
virtualenv==20.26.3
virtualenv==20.26.4
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.2.1
build==1.2.2
# via pip-tools
click==8.1.7
# via 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==74.1.2
# via -r requirements/pip.in
24 changes: 12 additions & 12 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
filelock==3.16.0
# 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,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.2
# via
# pylint
# virtualenv
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 @@ -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 @@ -193,5 +193,5 @@ urllib3==2.2.2
# via
# -r requirements/base.txt
# requests
virtualenv==20.26.3
virtualenv==20.26.4
# via tox
Loading