Skip to content

Commit

Permalink
Merge pull request #227 from openedx/repo-tools/upgrade-python-requir…
Browse files Browse the repository at this point in the history
…ements-be597ea

chore: Upgrade Python requirements
  • Loading branch information
felipemontoya authored Nov 11, 2024
2 parents be597ea + bd20f6b commit 3fe5d59
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ filelock==3.16.1
# via
# tox
# virtualenv
packaging==24.1
packaging==24.2
# via
# pyproject-api
# tox
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ nh3==0.2.18
# via
# -r requirements/quality.txt
# readme-renderer
packaging==24.1
packaging==24.2
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -320,11 +320,11 @@ virtualenv==20.27.1
# via
# -r requirements/ci.txt
# tox
wheel==0.44.0
wheel==0.45.0
# via
# -r requirements/pip-tools.txt
# pip-tools
zipp==3.20.2
zipp==3.21.0
# via
# -r requirements/quality.txt
# importlib-metadata
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ more-itertools==10.5.0
# jaraco-functools
nh3==0.2.18
# via readme-renderer
packaging==24.1
packaging==24.2
# via
# -r requirements/test.txt
# build
Expand Down Expand Up @@ -238,7 +238,7 @@ uvicorn==0.32.0
# via sphinx-autobuild
watchfiles==0.24.0
# via sphinx-autobuild
websockets==13.1
websockets==14.0
# via sphinx-autobuild
zipp==3.20.2
zipp==3.21.0
# via importlib-metadata
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.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
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.44.0
wheel==0.45.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ more-itertools==10.5.0
# jaraco-functools
nh3==0.2.18
# via readme-renderer
packaging==24.1
packaging==24.2
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -191,5 +191,5 @@ urllib3==2.2.3
# via
# requests
# twine
zipp==3.20.2
zipp==3.21.0
# via importlib-metadata
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jinja2==3.1.4
# via code-annotations
markupsafe==3.0.2
# via jinja2
packaging==24.1
packaging==24.2
# via pytest
pbr==6.1.0
# via stevedore
Expand Down

0 comments on commit 3fe5d59

Please sign in to comment.