Skip to content

Commit d4bb4f5

Browse files
edx-requirements-botsarina
authored andcommitted
chore: Upgrade Python requirements
1 parent 2f03d68 commit d4bb4f5

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ typing-extensions==4.15.0
153153
# starlette
154154
urllib3==2.6.3
155155
# via requests
156-
uvicorn==0.40.0
156+
uvicorn==0.41.0
157157
# via sphinx-autobuild
158158
watchfiles==1.1.1
159159
# via sphinx-autobuild

requirements/pip-tools.txt

Lines changed: 4 additions & 6 deletions
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
@@ -22,9 +22,7 @@ wheel==0.46.3
2222
# via pip-tools
2323

2424
# The following packages are considered to be unsafe in a requirements file:
25-
pip==25.3
26-
# via
27-
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
28-
# pip-tools
29-
setuptools==81.0.0
25+
pip==26.0.1
26+
# via pip-tools
27+
setuptools==82.0.0
3028
# via pip-tools

0 commit comments

Comments
 (0)