Django 2.2.x goes EOL April 2022. Switch the to current LTS Django 3.2.x supported until April 2024.
Signed-off-by: Tim Orling <[email protected]> --- bitbake/toaster-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbake/toaster-requirements.txt b/bitbake/toaster-requirements.txt index 735b614546e..dedd423556a 100644 --- a/bitbake/toaster-requirements.txt +++ b/bitbake/toaster-requirements.txt @@ -1,3 +1,3 @@ -Django>2.2,<2.3 +Django>3.2,<3.3 beautifulsoup4>=4.4.0 pytz -- 2.30.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#5773): https://lists.yoctoproject.org/g/toaster/message/5773 Mute This Topic: https://lists.yoctoproject.org/mt/89739606/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/toaster/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
