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

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
chore: Upgrade Python requirements
  • Loading branch information
edx-requirements-bot committed Jan 7, 2025
commit 15266da010e44d49dc441d446a141082f4f4289d
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
Loading