Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jan 7, 2025
1 parent f9d8491 commit c2a7059
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ pyproject-api==1.8.0
# via tox
tox==4.23.2
# via -r requirements/ci.in
virtualenv==20.28.0
virtualenv==20.28.1
# via tox
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ pycparser==2.22
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.18.0
pygments==2.19.0
# via
# -r requirements/quality.txt
# diff-cover
Expand Down Expand Up @@ -373,7 +373,7 @@ urllib3==2.3.0
# -r requirements/quality.txt
# requests
# twine
virtualenv==20.28.0
virtualenv==20.28.1
# via
# -r requirements/ci.txt
# tox
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ accessible-pygments==0.0.5
# via pydata-sphinx-theme
alabaster==1.0.0
# via sphinx
anyio==4.7.0
anyio==4.8.0
# via
# starlette
# watchfiles
Expand Down Expand Up @@ -169,7 +169,7 @@ pycparser==2.22
# cffi
pydata-sphinx-theme==0.16.1
# via sphinx-book-theme
pygments==2.18.0
pygments==2.19.0
# via
# accessible-pygments
# doc8
Expand Down Expand Up @@ -267,7 +267,7 @@ sqlparse==0.5.3
# via
# -r requirements/test.txt
# django
starlette==0.45.0
starlette==0.45.2
# via sphinx-autobuild
stevedore==5.4.0
# via
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 https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==75.6.0
setuptools==75.7.0
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ pycparser==2.22
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.18.0
pygments==2.19.0
# via
# readme-renderer
# rich
Expand Down

0 comments on commit c2a7059

Please sign in to comment.