Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed May 1, 2024
1 parent 1179c53 commit b123653
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 37 deletions.
30 changes: 15 additions & 15 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.0.3
build==1.2.1
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand All @@ -20,23 +20,24 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via
# -r requirements/test.txt
# pytest
filelock==3.13.1
filelock==3.14.0
# via
# tox
# virtualenv
importlib-metadata==7.0.1
importlib-metadata==6.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip-tools.txt
# build
iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
packaging==23.2
packaging==24.0
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
Expand All @@ -46,13 +47,13 @@ packaging==23.2
# tox
pexpect==4.9.0
# via -r requirements/test.txt
pip-tools==7.4.0
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
platformdirs==4.2.0
platformdirs==4.2.1
# via
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via
# -r requirements/test.txt
# pytest
Expand All @@ -63,12 +64,12 @@ ptyprocess==0.7.0
# pexpect
pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.0.2
pytest==8.2.0
# via -r requirements/test.txt
pyyaml==6.0.1
# via
Expand All @@ -81,18 +82,17 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-api
# pyproject-hooks
# pytest
# tox
tox==4.13.0
tox==4.15.0
# via -r requirements/dev.in
virtualenv==20.25.1
virtualenv==20.26.1
# via tox
wheel==0.42.0
wheel==0.43.0
# via
# -r requirements/pip-tools.txt
# pip-tools
zipp==3.17.0
zipp==3.18.1
# via
# -r requirements/pip-tools.txt
# importlib-metadata
Expand Down
16 changes: 9 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,21 @@ docutils==0.19
# readme-renderer
# restructuredtext-lint
# sphinx
idna==3.6
idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.0.1
# via sphinx
importlib-metadata==6.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# sphinx
jinja2==3.1.3
# via sphinx
markupsafe==2.1.5
# via jinja2
nh3==0.2.15
nh3==0.2.17
# via readme-renderer
packaging==23.2
packaging==24.0
# via
# pydata-sphinx-theme
# sphinx
Expand Down Expand Up @@ -91,9 +93,9 @@ stevedore==5.2.0
# via doc8
tomli==2.0.1
# via doc8
typing-extensions==4.10.0
typing-extensions==4.11.0
# via pydata-sphinx-theme
urllib3==2.2.1
# via requests
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata
19 changes: 10 additions & 9 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,29 @@
#
# make upgrade
#
build==1.0.3
build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.0.1
# via build
packaging==23.2
importlib-metadata==6.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# build
packaging==24.0
# via build
pip-tools==7.4.0
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.42.0
wheel==0.43.0
# via pip-tools
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.42.0
wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.1.1
setuptools==69.5.1
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
#
# make upgrade
#
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via pytest
iniconfig==2.0.0
# via pytest
packaging==23.2
packaging==24.0
# via pytest
pexpect==4.9.0
# via -r requirements/test.in
pluggy==1.4.0
pluggy==1.5.0
# via pytest
ptyprocess==0.7.0
# via pexpect
pytest==8.0.2
pytest==8.2.0
# via -r requirements/test.in
pyyaml==6.0.1
# via -r requirements/base.txt
Expand Down

0 comments on commit b123653

Please sign in to comment.