From f14f247fa29ecfddf46d6dc8b1704fca010f6c1e Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Mon, 4 Mar 2024 22:04:33 -0500 Subject: [PATCH] chore: Updating Python Requirements --- requirements/common_constraints.txt | 2 +- requirements/pip_tools.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/common_constraints.txt b/requirements/common_constraints.txt index 15aafb293..96cc5dbda 100644 --- a/requirements/common_constraints.txt +++ b/requirements/common_constraints.txt @@ -13,7 +13,7 @@ # using LTS django version -Django<4.0 +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 diff --git a/requirements/pip_tools.txt b/requirements/pip_tools.txt index fb84d102a..abed76026 100644 --- a/requirements/pip_tools.txt +++ b/requirements/pip_tools.txt @@ -4,7 +4,7 @@ # # make upgrade # -build==1.0.3 +build==1.1.1 # via pip-tools click==8.1.7 # via pip-tools