From 7a0b781f20ed8414da29e399323d0184eeacbf36 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Sun, 29 Dec 2024 19:17:50 -0500 Subject: [PATCH] chore: Upgrade Python requirements --- requirements/base.txt | 8 ++++---- requirements/common_constraints.txt | 10 +++------- requirements/pip.txt | 8 +++++--- requirements/pip_tools.txt | 8 ++++---- 4 files changed, 16 insertions(+), 18 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 92a0b7b..f5f9917 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -10,9 +10,9 @@ fs==2.4.16 # via xblock lxml==5.3.0 # via xblock -mako==1.3.5 +mako==1.3.8 # via xblock -markupsafe==2.1.5 +markupsafe==3.0.2 # via # mako # xblock @@ -24,13 +24,13 @@ pyyaml==6.0.2 # via xblock simplejson==3.19.3 # via xblock -six==1.16.0 +six==1.17.0 # via # fs # python-dateutil web-fragments==2.2.0 # via xblock -webob==1.8.8 +webob==1.8.9 # via xblock xblock==5.1.0 # via -r requirements/base.in diff --git a/requirements/common_constraints.txt b/requirements/common_constraints.txt index 31879f7..a58adb9 100644 --- a/requirements/common_constraints.txt +++ b/requirements/common_constraints.txt @@ -11,7 +11,6 @@ # Note: Changes to this file will automatically be used by other repos, referencing # this file from Github directly. It does not require packaging in edx-lint. - # using LTS django version Django<5.0 @@ -23,9 +22,6 @@ elasticsearch<7.14.0 # django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected django-simple-history==3.0.0 -# Cause: https://github.com/openedx/event-tracking/pull/290 -# event-tracking 2.4.1 upgrades to pymongo 4.4.0 which is not supported on edx-platform. -# We will pin event-tracking to do not break existing installations -# This can be unpinned once https://github.com/openedx/edx-platform/issues/34586 -# has been resolved and edx-platform is running with pymongo>=4.4.0 -event-tracking<2.4.1 +# Cause: https://github.com/openedx/edx-lint/issues/458 +# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved. +pip<24.3 diff --git a/requirements/pip.txt b/requirements/pip.txt index 36c777e..980b244 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -4,11 +4,13 @@ # # make upgrade # -wheel==0.44.0 +wheel==0.45.1 # via -r requirements/pip.in # The following packages are considered to be unsafe in a requirements file: pip==24.2 - # via -r requirements/pip.in -setuptools==75.1.0 + # via + # -c /home/runner/work/ConceptXBlock/ConceptXBlock/requirements/common_constraints.txt + # -r requirements/pip.in +setuptools==75.6.0 # via -r requirements/pip.in diff --git a/requirements/pip_tools.txt b/requirements/pip_tools.txt index 764d7ec..63a2799 100644 --- a/requirements/pip_tools.txt +++ b/requirements/pip_tools.txt @@ -4,11 +4,11 @@ # # make upgrade # -build==1.2.2 +build==1.2.2.post1 # via pip-tools -click==8.1.7 +click==8.1.8 # via pip-tools -packaging==24.1 +packaging==24.2 # via build pip-tools==7.4.1 # via -r requirements/pip_tools.in @@ -16,7 +16,7 @@ pyproject-hooks==1.2.0 # via # build # pip-tools -wheel==0.44.0 +wheel==0.45.1 # via pip-tools # The following packages are considered to be unsafe in a requirements file: