Skip to content

Commit ea33f4d

Browse files
authored
Merge pull request #216 from openedx/repo-tools/upgrade-python-requirements-dc99738
chore: Upgrade Python requirements
2 parents dc99738 + 6d742d6 commit ea33f4d

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ packaging==26.0
197197
# wheel
198198
path==16.16.0
199199
# via edx-i18n-tools
200-
pip-tools==7.5.2
200+
pip-tools==7.5.3
201201
# via -r requirements/pip-tools.txt
202202
platformdirs==4.5.1
203203
# via

requirements/pip-tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ packaging==26.0
1212
# via
1313
# build
1414
# wheel
15-
pip-tools==7.5.2
15+
pip-tools==7.5.3
1616
# via -r requirements/pip-tools.in
1717
pyproject-hooks==1.2.0
1818
# via

requirements/pip.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ wheel==0.46.3
1111

1212
# The following packages are considered to be unsafe in a requirements file:
1313
pip==25.3
14-
# via -r requirements/pip.in
15-
setuptools==80.10.2
14+
# via
15+
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
16+
# -r requirements/pip.in
17+
setuptools==82.0.0
1618
# via -r requirements/pip.in

0 commit comments

Comments
 (0)