From 6f92a59d85f99d8e1d3ea901e9a154f5a39ab5d2 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Sun, 5 Apr 2026 20:45:12 -0400 Subject: [PATCH] chore: Upgrade Python requirements --- requirements/base.txt | 8 ++++---- requirements/pip_tools.txt | 20 +++++++++++--------- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 1f88c02..8de3c2c 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # make upgrade @@ -18,7 +18,7 @@ markupsafe==3.0.3 # xblock python-dateutil==2.9.0.post0 # via xblock -pytz==2025.2 +pytz==2026.1.post1 # via xblock pyyaml==6.0.3 # via xblock @@ -28,11 +28,11 @@ six==1.17.0 # via # fs # python-dateutil -web-fragments==3.1.0 +web-fragments==4.0.0 # via xblock webob==1.8.9 # via xblock -xblock==5.3.0 +xblock==6.0.0 # via -r requirements/base.in # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/pip_tools.txt b/requirements/pip_tools.txt index dc223b8..ed7cba8 100644 --- a/requirements/pip_tools.txt +++ b/requirements/pip_tools.txt @@ -1,26 +1,28 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # make upgrade # -build==1.4.0 +build==1.4.2 # via pip-tools -click==8.3.1 +click==8.3.2 # via pip-tools -packaging==25.0 - # via build -pip-tools==7.5.2 +packaging==26.0 + # via + # build + # wheel +pip-tools==7.5.3 # via -r requirements/pip_tools.in pyproject-hooks==1.2.0 # via # build # pip-tools -wheel==0.45.1 +wheel==0.46.3 # via pip-tools # The following packages are considered to be unsafe in a requirements file: -pip==25.3 +pip==26.0.1 # via pip-tools -setuptools==80.9.0 +setuptools==82.0.1 # via pip-tools