Skip to content

Commit

Permalink
Merge pull request #233 from openedx/repo-tools/upgrade-python-requir…
Browse files Browse the repository at this point in the history
…ements-3f8cb6e

chore: Upgrade Python requirements
  • Loading branch information
irtazaakram authored Jan 13, 2025
2 parents 3f8cb6e + 5718022 commit 9940fa3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
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
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/xblock-in-video-quiz/xblock-in-video-quiz/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.6.0
setuptools==75.8.0
# via -r requirements/pip.in
6 changes: 4 additions & 2 deletions requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,10 @@ requests==2.32.3
# via coveralls
tox==4.23.2
# via -r requirements/tox.txt
urllib3==2.3.0
# via requests
urllib3==2.2.3
# via
# -c requirements/common_constraints.txt
# requests
virtualenv==20.28.1
# via
# -r requirements/tox.txt
Expand Down

0 comments on commit 9940fa3

Please sign in to comment.