diff --git a/requirements/base.txt b/requirements/base.txt index 6c5008d..f5f9917 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -10,27 +10,27 @@ 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 python-dateutil==2.9.0.post0 # via xblock -pytz==2024.1 +pytz==2024.2 # via xblock 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 96cc5db..a58adb9 100644 --- a/requirements/common_constraints.txt +++ b/requirements/common_constraints.txt @@ -11,13 +11,17 @@ # 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 # elasticsearch>=7.14.0 includes breaking changes in it which caused issues in discovery upgrade process. # elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html +# See https://github.com/openedx/edx-platform/issues/35126 for more info 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/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 f313a9c..7bf78b8 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==74.1.2 + # via + # -c /home/runner/work/AudioXBlock/AudioXBlock/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 77d81ad..63a2799 100644 --- a/requirements/pip_tools.txt +++ b/requirements/pip_tools.txt @@ -4,19 +4,19 @@ # # 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 -pyproject-hooks==1.1.0 +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: