Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Jan 13, 2025
1 parent d357bd2 commit c5f3198
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ tqdm==4.67.1
# via shandy-sqlfmt
transifex-python==3.5.0
# via -r requirements/base.in
tutor==19.0.0
tutor==19.0.1
# via -r requirements/base.in
typing-extensions==4.12.2
# via
Expand Down
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
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ pycryptodome==3.21.0
# via
# -r requirements/base.txt
# tutor
pygments==2.19.0
pygments==2.19.1
# via
# readme-renderer
# rich
Expand Down Expand Up @@ -250,7 +250,7 @@ tqdm==4.67.1
# shandy-sqlfmt
transifex-python==3.5.0
# via -r requirements/base.txt
tutor==19.0.0
tutor==19.0.1
# via
# -r requirements/base.txt
# tutor-contrib-pod-autoscaling
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/tutor-contrib-aspects/tutor-contrib-aspects/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.7.0
setuptools==75.8.0
# via -r requirements/pip.in

0 comments on commit c5f3198

Please sign in to comment.