Skip to content

Commit 28af8dc

Browse files
edx-requirements-botsarina
authored andcommitted
chore: Upgrade Python requirements
1 parent 46ed4ec commit 28af8dc

3 files changed

Lines changed: 6 additions & 14 deletions

File tree

requirements/base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jinja2==3.1.6
4242
# via sphinx
4343
markupsafe==3.0.2
4444
# via jinja2
45-
packaging==24.2
45+
packaging==25.0
4646
# via
4747
# pydata-sphinx-theme
4848
# sphinx
@@ -130,7 +130,7 @@ urllib3==2.2.3
130130
# via
131131
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
132132
# requests
133-
uvicorn==0.34.1
133+
uvicorn==0.34.2
134134
# via sphinx-autobuild
135135
watchfiles==1.0.5
136136
# via sphinx-autobuild

requirements/pip-tools.txt

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.9
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# make upgrade
@@ -8,24 +8,16 @@ build==1.2.2.post1
88
# via pip-tools
99
click==8.1.8
1010
# via pip-tools
11-
importlib-metadata==8.6.1
12-
# via build
13-
packaging==24.2
11+
packaging==25.0
1412
# via build
1513
pip-tools==7.4.1
1614
# via -r requirements/pip-tools.in
1715
pyproject-hooks==1.2.0
1816
# via
1917
# build
2018
# pip-tools
21-
tomli==2.2.1
22-
# via
23-
# build
24-
# pip-tools
2519
wheel==0.45.1
2620
# via pip-tools
27-
zipp==3.21.0
28-
# via importlib-metadata
2921

3022
# The following packages are considered to be unsafe in a requirements file:
3123
# pip

requirements/pip.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.9
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# make upgrade
@@ -10,5 +10,5 @@ wheel==0.45.1
1010
# The following packages are considered to be unsafe in a requirements file:
1111
pip==25.0.1
1212
# via -r requirements/pip.in
13-
setuptools==78.1.0
13+
setuptools==78.1.1
1414
# via -r requirements/pip.in

0 commit comments

Comments
 (0)