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 authored and feanil committed Jan 13, 2025
1 parent 60d6cfd commit 5e34a53
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
8 changes: 5 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ packaging==24.2
# via sphinx
pydata-sphinx-theme==0.16.1
# via sphinx-book-theme
pygments==2.19.0
pygments==2.19.1
# via
# accessible-pygments
# pydata-sphinx-theme
Expand Down Expand Up @@ -76,8 +76,10 @@ sphinxcontrib-serializinghtml==2.0.0
# via sphinx
typing-extensions==4.12.2
# via pydata-sphinx-theme
urllib3==2.3.0
# via requests
urllib3==2.2.3
# via
# -c common_constraints.txt
# requests

# The following packages are considered to be unsafe in a requirements file:
# setuptools
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 @@ -69,7 +69,7 @@ pydata-sphinx-theme==0.16.1
# via
# -r base.txt
# sphinx-book-theme
pygments==2.19.0
pygments==2.19.1
# via
# -r base.txt
# accessible-pygments
Expand Down Expand Up @@ -132,7 +132,7 @@ typing-extensions==4.12.2
# via
# -r base.txt
# pydata-sphinx-theme
urllib3==2.3.0
urllib3==2.2.3
# via
# -r base.txt
# requests
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/edx-documentation/edx-documentation/requirements/common_constraints.txt
# -r pip.in
setuptools==75.7.0
setuptools==75.8.0
# via -r pip.in

0 comments on commit 5e34a53

Please sign in to comment.