Skip to content

Commit

Permalink
Merge pull request #89 from edx/repo-tools/upgrade-python-requirement…
Browse files Browse the repository at this point in the history
…s-4255f6a

chore: Upgrade Python requirements
  • Loading branch information
UsamaSadiq authored Dec 9, 2024
2 parents 9521bac + c6069f0 commit 24c209c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
packaging==24.1
packaging==24.2
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -60,17 +60,17 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.3.3
pytest==8.3.4
# via -r requirements/test.txt
pyyaml==6.0.2
# via
# -r requirements/base.txt
# -r requirements/test.txt
tox==4.23.2
# via -r requirements/dev.in
virtualenv==20.27.1
virtualenv==20.28.0
# via tox
wheel==0.44.0
wheel==0.45.1
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jinja2==3.1.4
# via sphinx
markupsafe==3.0.2
# via jinja2
nh3==0.2.18
nh3==0.2.19
# via readme-renderer
packaging==24.1
packaging==24.2
# via sphinx
pbr==6.1.0
# via stevedore
Expand Down Expand Up @@ -81,7 +81,7 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
stevedore==5.3.0
stevedore==5.4.0
# via doc8
typing-extensions==4.12.2
# via pydata-sphinx-theme
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,15 +8,15 @@ build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
packaging==24.1
packaging==24.2
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.44.0
wheel==0.45.1
# via pip-tools

# 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,13 +4,13 @@
#
# make upgrade
#
wheel==0.44.0
wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==75.3.0
setuptools==75.6.0
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#
iniconfig==2.0.0
# via pytest
packaging==24.1
packaging==24.2
# via pytest
pexpect==4.9.0
# via -r requirements/test.in
pluggy==1.5.0
# via pytest
ptyprocess==0.7.0
# via pexpect
pytest==8.3.3
pytest==8.3.4
# via -r requirements/test.in
pyyaml==6.0.2
# via -r requirements/base.txt

0 comments on commit 24c209c

Please sign in to comment.