Skip to content

Commit d4ac7dc

Browse files
chore: Upgrade Python requirements (#894)
Co-authored-by: Maxwell Frank <[email protected]>
1 parent e3aa314 commit d4ac7dc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements/pip.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#
55
# make upgrade
66
#
7-
wheel==0.44.0
7+
wheel==0.45.0
88
# via -r requirements/pip.in
99

1010
# The following packages are considered to be unsafe in a requirements file:
1111
pip==24.2
1212
# via
1313
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
1414
# -r requirements/pip.in
15-
setuptools==75.3.0
15+
setuptools==75.4.0
1616
# via -r requirements/pip.in

requirements/pip_tools.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ build==1.2.2.post1
88
# via pip-tools
99
click==8.1.7
1010
# via pip-tools
11-
packaging==24.1
11+
packaging==24.2
1212
# via build
1313
pip-tools==7.4.1
1414
# via -r requirements/pip_tools.in
1515
pyproject-hooks==1.2.0
1616
# via
1717
# build
1818
# pip-tools
19-
wheel==0.44.0
19+
wheel==0.45.0
2020
# via pip-tools
2121

2222
# The following packages are considered to be unsafe in a requirements file:

0 commit comments

Comments
 (0)