Skip to content

Commit

Permalink
feat: Upgrade Python dependency packaging (#34614)
Browse files Browse the repository at this point in the history
Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master`

Co-authored-by: UsamaSadiq <[email protected]>
  • Loading branch information
github-actions[bot] and UsamaSadiq authored Apr 25, 2024
1 parent 142d08a commit 589892f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements/edx-sandbox/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ numpy==1.22.4
# scipy
openedx-calc==3.1.0
# via -r requirements/edx-sandbox/base.in
packaging==23.2
packaging==24.0
# via matplotlib
pillow==10.2.0
# via matplotlib
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ optimizely-sdk==4.1.1
# -r requirements/edx/bundled.in
ora2==6.7.0
# via -r requirements/edx/bundled.in
packaging==23.2
packaging==24.0
# via
# drf-yasg
# gunicorn
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1335,7 +1335,7 @@ ora2==6.7.0
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
packaging==23.2
packaging==24.0
# via
# -r requirements/edx/../pip-tools.txt
# -r requirements/edx/doc.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ optimizely-sdk==4.1.1
# -r requirements/edx/base.txt
ora2==6.7.0
# via -r requirements/edx/base.txt
packaging==23.2
packaging==24.0
# via
# -r requirements/edx/base.txt
# drf-yasg
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/semgrep.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
packaging==23.2
packaging==24.0
# via semgrep
peewee==3.17.1
# via semgrep
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@ optimizely-sdk==4.1.1
# -r requirements/edx/base.txt
ora2==6.7.0
# via -r requirements/edx/base.txt
packaging==23.2
packaging==24.0
# via
# -r requirements/edx/base.txt
# drf-yasg
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# build
packaging==23.2
packaging==24.0
# via build
pip-tools==7.4.0
# via -r requirements/pip-tools.in
Expand Down

0 comments on commit 589892f

Please sign in to comment.