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 #366

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
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
#
asgiref==3.8.1
# via django
certifi==2024.12.14
certifi==2025.1.31
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.4.1
# via requests
cryptography==44.0.0
cryptography==44.0.1
# via
# pyjwt
# social-auth-core
defusedxml==0.8.0rc2
defusedxml==0.7.1
# via
# python3-openid
# social-auth-core
django==4.2.17
django==4.2.19
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand All @@ -47,9 +47,9 @@ requests-oauthlib==2.0.0
# via social-auth-core
six==1.17.0
# via -r requirements/base.in
social-auth-app-django==5.4.2
social-auth-app-django==5.4.3
# via -r requirements/base.in
social-auth-core==4.5.4
social-auth-core==4.5.6
# via
# -r requirements/base.in
# social-auth-app-django
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
distlib==0.3.9
# via virtualenv
filelock==3.16.1
filelock==3.17.0
# via
# tox
# virtualenv
Expand All @@ -24,5 +24,5 @@ tox==3.28.0
# via
# -c requirements/constraints.txt
# -r requirements/ci.in
virtualenv==20.28.1
virtualenv==20.29.2
# via tox
32 changes: 16 additions & 16 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build==1.2.2.post1
# via
# -r requirements/pip-tools.txt
# pip-tools
certifi==2024.12.14
certifi==2025.1.31
# via
# -r requirements/test.txt
# requests
Expand All @@ -45,20 +45,20 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==2.1.0
code-annotations==2.2.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.6.10
coverage[toml]==7.6.12
# via
# -r requirements/test.txt
# pytest-cov
cryptography==44.0.0
cryptography==44.0.1
# via
# -r requirements/test.txt
# pyjwt
# social-auth-core
defusedxml==0.8.0rc2
defusedxml==0.7.1
# via
# -r requirements/test.txt
# python3-openid
Expand All @@ -72,17 +72,17 @@ distlib==0.3.9
# -r requirements/ci.txt
# -r requirements/test.txt
# virtualenv
django==4.2.17
django==4.2.19
# 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.4.1
edx-lint==5.6.0
# via -r requirements/test.txt
filelock==3.16.1
filelock==3.17.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -98,7 +98,7 @@ iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
isort==5.13.2
isort==6.0.1
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -131,7 +131,7 @@ packaging==24.2
# build
# pytest
# tox
pbr==6.1.0
pbr==6.1.1
# via
# -r requirements/test.txt
# stevedore
Expand Down Expand Up @@ -166,7 +166,7 @@ pyjwt[crypto]==2.10.1
# via
# -r requirements/test.txt
# social-auth-core
pylint==3.3.3
pylint==3.3.4
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -198,7 +198,7 @@ pytest==8.3.4
# pytest-django
pytest-cov==6.0.0
# via -r requirements/test.txt
pytest-django==4.9.0
pytest-django==4.10.0
# via -r requirements/test.txt
python-slugify==8.0.4
# via
Expand Down Expand Up @@ -230,17 +230,17 @@ six==1.17.0
# edx-lint
# tox
# unittest2
social-auth-app-django==5.4.2
social-auth-app-django==5.4.3
# via -r requirements/test.txt
social-auth-core==4.5.4
social-auth-core==4.5.6
# via
# -r requirements/test.txt
# social-auth-app-django
sqlparse==0.5.3
# via
# -r requirements/test.txt
# django
stevedore==5.4.0
stevedore==5.4.1
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -268,7 +268,7 @@ urllib3==2.2.3
# -c requirements/common_constraints.txt
# -r requirements/test.txt
# requests
virtualenv==20.28.1
virtualenv==20.29.2
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==24.2
# via
# -c /home/runner/work/auth-backends/auth-backends/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.7.0
setuptools==75.8.2
# via -r requirements/pip.in
33 changes: 18 additions & 15 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ astroid==3.3.8
# via
# pylint
# pylint-celery
certifi==2024.12.14
certifi==2025.1.31
# via
# -r requirements/base.txt
# requests
Expand All @@ -33,18 +33,18 @@ click==8.1.8
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.1.0
code-annotations==2.2.0
# via edx-lint
coverage[toml]==7.6.10
coverage[toml]==7.6.12
# via
# -r requirements/test.in
# pytest-cov
cryptography==44.0.0
cryptography==44.0.1
# via
# -r requirements/base.txt
# pyjwt
# social-auth-core
defusedxml==0.8.0rc2
defusedxml==0.7.1
# via
# -r requirements/base.txt
# python3-openid
Expand All @@ -60,9 +60,9 @@ distlib==0.3.9
# social-auth-app-django
edx-django-release-util==1.4.0
# via -r requirements/test.in
edx-lint==5.4.1
edx-lint==5.6.0
# via -r requirements/test.in
filelock==3.16.1
filelock==3.17.0
# via
# tox
# virtualenv
Expand All @@ -74,7 +74,7 @@ idna==3.10
# requests
iniconfig==2.0.0
# via pytest
isort==5.13.2
isort==6.0.1
# via pylint
jinja2==3.1.5
# via code-annotations
Expand All @@ -93,7 +93,7 @@ packaging==24.2
# via
# pytest
# tox
pbr==6.1.0
pbr==6.1.1
# via stevedore
platformdirs==4.3.6
# via
Expand All @@ -117,7 +117,7 @@ pyjwt[crypto]==2.10.1
# via
# -r requirements/base.txt
# social-auth-core
pylint==3.3.3
pylint==3.3.4
# via
# edx-lint
# pylint-celery
Expand All @@ -137,7 +137,7 @@ pytest==8.3.4
# pytest-django
pytest-cov==6.0.0
# via -r requirements/test.in
pytest-django==4.9.0
pytest-django==4.10.0
# via -r requirements/test.in
python-slugify==8.0.4
# via code-annotations
Expand Down Expand Up @@ -165,17 +165,17 @@ six==1.17.0
# edx-lint
# tox
# unittest2
social-auth-app-django==5.4.2
social-auth-app-django==5.4.3
# via -r requirements/base.txt
social-auth-core==4.5.4
social-auth-core==4.5.6
# via
# -r requirements/base.txt
# social-auth-app-django
sqlparse==0.5.3
# via
# -r requirements/base.txt
# django
stevedore==5.4.0
stevedore==5.4.1
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand All @@ -194,5 +194,8 @@ urllib3==2.2.3
# -c requirements/common_constraints.txt
# -r requirements/base.txt
# requests
virtualenv==20.28.1
virtualenv==20.29.2
# via tox

# The following packages are considered to be unsafe in a requirements file:
# setuptools