Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
chore: Updating Python Requirements (#1240)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Dec 13, 2023
1 parent f279ed5 commit 15adb34
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 18 deletions.
15 changes: 7 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ click==8.1.7
# pip-tools
colorama==0.4.6
# via tox
distlib==0.3.7
distlib==0.3.8
# via virtualenv
exceptiongroup==1.2.0
# via
Expand All @@ -28,7 +28,7 @@ filelock==3.13.1
# via
# tox
# virtualenv
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via
# -r requirements/pip-tools.txt
# build
Expand All @@ -44,13 +44,12 @@ packaging==23.2
# pyproject-api
# pytest
# tox
pexpect==4.8.0
pexpect==4.9.0
# via -r requirements/test.txt
pip-tools==7.3.0
# via -r requirements/pip-tools.txt
platformdirs==3.11.0
platformdirs==4.1.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# tox
# virtualenv
pluggy==1.3.0
Expand Down Expand Up @@ -84,11 +83,11 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tox==4.11.3
tox==4.11.4
# via -r requirements/dev.in
virtualenv==20.24.7
virtualenv==20.25.0
# via tox
wheel==0.41.3
wheel==0.42.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
12 changes: 6 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ accessible-pygments==0.0.4
# via pydata-sphinx-theme
alabaster==0.7.13
# via sphinx
babel==2.13.1
babel==2.14.0
# via
# pydata-sphinx-theme
# sphinx
Expand All @@ -27,25 +27,25 @@ docutils==0.19
# readme-renderer
# restructuredtext-lint
# sphinx
idna==3.4
idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via sphinx
jinja2==3.1.2
# via sphinx
markupsafe==2.1.3
# via jinja2
nh3==0.2.14
nh3==0.2.15
# via readme-renderer
packaging==23.2
# via
# pydata-sphinx-theme
# sphinx
pbr==6.0.0
# via stevedore
pydata-sphinx-theme==0.14.3
pydata-sphinx-theme==0.14.4
# via sphinx-book-theme
pygments==2.17.2
# via
Expand Down Expand Up @@ -91,7 +91,7 @@ stevedore==5.1.0
# via doc8
tomli==2.0.1
# via doc8
typing-extensions==4.8.0
typing-extensions==4.9.0
# via pydata-sphinx-theme
urllib3==2.1.0
# via requests
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via build
packaging==23.2
# via build
Expand All @@ -21,7 +21,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.3
wheel==0.42.0
# via pip-tools
zipp==3.17.0
# via importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.41.3
wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ iniconfig==2.0.0
# via pytest
packaging==23.2
# via pytest
pexpect==4.8.0
pexpect==4.9.0
# via -r requirements/test.in
pluggy==1.3.0
# via pytest
Expand Down

0 comments on commit 15adb34

Please sign in to comment.