Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jan 13, 2025
1 parent c2a7059 commit 3d95cea
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
7 changes: 4 additions & 3 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.19.0
pygments==2.19.1
# via
# -r requirements/quality.txt
# diff-cover
Expand Down Expand Up @@ -368,8 +368,9 @@ typing-extensions==4.12.2
# via
# -r requirements/quality.txt
# edx-opaque-keys
urllib3==2.3.0
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
# requests
# twine
Expand All @@ -381,7 +382,7 @@ wheel==0.45.1
# via
# -r requirements/pip-tools.txt
# pip-tools
wrapt==1.17.0
wrapt==1.17.1
# via
# -r requirements/quality.txt
# astroid
Expand Down
7 changes: 4 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ pycparser==2.22
# cffi
pydata-sphinx-theme==0.16.1
# via sphinx-book-theme
pygments==2.19.0
pygments==2.19.1
# via
# accessible-pygments
# doc8
Expand Down Expand Up @@ -288,13 +288,14 @@ typing-extensions==4.12.2
# anyio
# edx-opaque-keys
# pydata-sphinx-theme
urllib3==2.3.0
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# requests
# twine
uvicorn==0.34.0
# via sphinx-autobuild
watchfiles==1.0.3
watchfiles==1.0.4
# via sphinx-autobuild
websockets==14.1
# via sphinx-autobuild
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.7.0
setuptools==75.8.0
# via -r requirements/pip.in
7 changes: 4 additions & 3 deletions 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.19.0
pygments==2.19.1
# via
# readme-renderer
# rich
Expand Down Expand Up @@ -247,11 +247,12 @@ typing-extensions==4.12.2
# via
# -r requirements/test.txt
# edx-opaque-keys
urllib3==2.3.0
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# requests
# twine
wrapt==1.17.0
wrapt==1.17.1
# via astroid
zipp==3.21.0
# via importlib-metadata

0 comments on commit 3d95cea

Please sign in to comment.