Skip to content

Commit

Permalink
Merge pull request openedx#105 from openedx/repo-tools/upgrade-python…
Browse files Browse the repository at this point in the history
…-requirements-945fac1

chore: Upgrade Python requirements
  • Loading branch information
bmtcril authored Nov 12, 2024
2 parents 945fac1 + 36712b0 commit a1f6149
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 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
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ openedx-atlas==0.6.2
# via -r requirements/quality.txt
openedx-filters==1.11.0
# via -r requirements/quality.txt
packaging==24.1
packaging==24.2
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -438,7 +438,7 @@ webob==1.8.9
# via
# -r requirements/quality.txt
# xblock
wheel==0.44.0
wheel==0.45.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ openedx-atlas==0.6.2
# via -r requirements/test.txt
openedx-filters==1.11.0
# via -r requirements/test.txt
packaging==24.1
packaging==24.2
# via
# -r requirements/test.txt
# build
Expand Down Expand Up @@ -403,7 +403,7 @@ webob==1.8.9
# xblock
xblock==5.1.0
# via -r requirements/test.txt
zipp==3.20.2
zipp==3.21.0
# 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-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
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ openedx-atlas==0.6.2
# via -r requirements/test.txt
openedx-filters==1.11.0
# via -r requirements/test.txt
packaging==24.1
packaging==24.2
# via
# -r requirements/test.txt
# black
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ openedx-atlas==0.6.2
# via -r requirements/base.txt
openedx-filters==1.11.0
# via -r requirements/base.txt
packaging==24.1
packaging==24.2
# via pytest
pbr==6.1.0
# via
Expand Down

0 comments on commit a1f6149

Please sign in to comment.