Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jan 7, 2025
1 parent f201af0 commit 93b8b14
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 deletions.
6 changes: 4 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,7 @@ social-auth-core==4.5.4
# social-auth-app-django
sqlparse==0.5.3
# via django
urllib3==2.3.0
# via requests
urllib3==2.2.3
# 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
5 changes: 3 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -263,11 +263,12 @@ traceback2==1.4.0
# unittest2
unittest2==1.1.0
# via -r requirements/test.txt
urllib3==2.3.0
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.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
5 changes: 3 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,10 @@ traceback2==1.4.0
# via unittest2
unittest2==1.1.0
# via -r requirements/test.in
urllib3==2.3.0
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

0 comments on commit 93b8b14

Please sign in to comment.