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

Merged
merged 2 commits into from
Jan 7, 2025
Merged
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: 6 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
asgiref==3.8.1
# via django
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
cryptography==44.0.0
# via
Expand Down Expand Up @@ -53,7 +53,9 @@ social-auth-core==4.5.4
# via
# -r requirements/base.in
# social-auth-app-django
sqlparse==0.5.2
sqlparse==0.5.3
# via django
urllib3==2.2.3
# via requests
# via
# -c requirements/common_constraints.txt
# requests
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ tox==3.28.0
# via
# -c requirements/constraints.txt
# -r requirements/ci.in
virtualenv==20.28.0
virtualenv==20.28.1
# via tox
4 changes: 4 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ django-simple-history==3.0.0
# Cause: https://github.com/openedx/edx-lint/issues/458
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
pip<24.3

# Cause: https://github.com/openedx/edx-lint/issues/475
# This can be unpinned once https://github.com/openedx/edx-lint/issues/476 has been resolved.
urllib3<2.3.0
21 changes: 11 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.3.5
astroid==3.3.8
# via
# -r requirements/test.txt
# pylint
Expand All @@ -21,19 +21,19 @@ build==1.2.2.post1
# via
# -r requirements/pip-tools.txt
# pip-tools
certifi==2024.8.30
certifi==2024.12.14
# via
# -r requirements/test.txt
# requests
cffi==1.17.1
# via
# -r requirements/test.txt
# cryptography
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via
# -r requirements/test.txt
# requests
click==8.1.7
click==8.1.8
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
Expand All @@ -45,11 +45,11 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==2.0.0
code-annotations==2.1.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.6.8
coverage[toml]==7.6.10
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -102,7 +102,7 @@ isort==5.13.2
# via
# -r requirements/test.txt
# pylint
jinja2==3.1.4
jinja2==3.1.5
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -166,7 +166,7 @@ pyjwt[crypto]==2.10.1
# via
# -r requirements/test.txt
# social-auth-core
pylint==3.3.2
pylint==3.3.3
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -236,7 +236,7 @@ social-auth-core==4.5.4
# via
# -r requirements/test.txt
# social-auth-app-django
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements/test.txt
# django
Expand Down Expand Up @@ -265,9 +265,10 @@ unittest2==1.1.0
# via -r requirements/test.txt
urllib3==2.2.3
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
# requests
virtualenv==20.28.0
virtualenv==20.28.1
# 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 @@ -6,7 +6,7 @@
#
build==1.2.2.post1
# via pip-tools
click==8.1.7
click==8.1.8
# via pip-tools
packaging==24.2
# via build
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.6.0
setuptools==75.7.0
# via -r requirements/pip.in
21 changes: 11 additions & 10 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,32 +10,32 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
astroid==3.3.5
astroid==3.3.8
# via
# pylint
# pylint-celery
certifi==2024.8.30
certifi==2024.12.14
# via
# -r requirements/base.txt
# requests
cffi==1.17.1
# via
# -r requirements/base.txt
# cryptography
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via
# -r requirements/base.txt
# requests
click==8.1.7
click==8.1.8
# via
# click-log
# code-annotations
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.0.0
code-annotations==2.1.0
# via edx-lint
coverage[toml]==7.6.8
coverage[toml]==7.6.10
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -76,7 +76,7 @@ iniconfig==2.0.0
# via pytest
isort==5.13.2
# via pylint
jinja2==3.1.4
jinja2==3.1.5
# via code-annotations
linecache2==1.0.0
# via traceback2
Expand Down Expand Up @@ -117,7 +117,7 @@ pyjwt[crypto]==2.10.1
# via
# -r requirements/base.txt
# social-auth-core
pylint==3.3.2
pylint==3.3.3
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -171,7 +171,7 @@ social-auth-core==4.5.4
# via
# -r requirements/base.txt
# social-auth-app-django
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements/base.txt
# django
Expand All @@ -191,7 +191,8 @@ unittest2==1.1.0
# via -r requirements/test.in
urllib3==2.2.3
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
# requests
virtualenv==20.28.0
virtualenv==20.28.1
# via tox
Loading