aboutsummaryrefslogtreecommitdiffstats
path: root/toaster-requirements.txt
diff options
context:
space:
mode:
authorDavid Reyna <David.Reyna@windriver.com>2023-08-28 01:45:18 -0700
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2023-08-29 16:39:58 +0200
commit4f5b1f5bede402295bf4dfc8845fe2f38973e157 (patch)
treea60426b404e09a8a9c7a403a7df3eccc5ebb25de /toaster-requirements.txt
parent2117db3146ce38bb4a6e2df40b6cd2ab11b514d5 (diff)
downloadbitbake-4f5b1f5bede402295bf4dfc8845fe2f38973e157.tar.gz
toaster: Update to Django 4.2
Update Toaster to support Django 4.2, to match current hosts and to address CVEs. [YOCTO #15152] Signed-off-by: Kieran McNulty <Kieran.McNulty@windriver.com> Signed-off-by: David Reyna <David.Reyna@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'toaster-requirements.txt')
-rw-r--r--toaster-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/toaster-requirements.txt b/toaster-requirements.txt
index dedd42355..c1f433f9e 100644
--- a/toaster-requirements.txt
+++ b/toaster-requirements.txt
@@ -1,3 +1,3 @@
-Django>3.2,<3.3
+Django>4.2,<4.3
beautifulsoup4>=4.4.0
pytz