From 9ccaee95d6afc65d528b469d16b4719733768ef6 Mon Sep 17 00:00:00 2001 From: David Reyna Date: Mon, 28 Aug 2023 01:45:18 -0700 Subject: bitbake: toaster: Update to Django 4.2 Update Toaster to support Django 4.2, to match current hosts and to address CVEs. [YOCTO #15152] (Bitbake rev: 4f5b1f5bede402295bf4dfc8845fe2f38973e157) Signed-off-by: Kieran McNulty Signed-off-by: David Reyna Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- bitbake/toaster-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/toaster-requirements.txt') diff --git a/bitbake/toaster-requirements.txt b/bitbake/toaster-requirements.txt index dedd423556..c1f433f9ec 100644 --- a/bitbake/toaster-requirements.txt +++ b/bitbake/toaster-requirements.txt @@ -1,3 +1,3 @@ -Django>3.2,<3.3 +Django>4.2,<4.3 beautifulsoup4>=4.4.0 pytz -- cgit v1.2.3-54-g00ecf