diff options
author | Tim Orling <ticotimo@gmail.com> | 2022-03-12 12:31:22 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-15 08:40:09 +0000 |
commit | 618c519a761e5b54a4e22c1b05aa03895f6d0b20 (patch) | |
tree | 5a9f35845cff09f96605230d6e77081b685865db /bitbake/toaster-requirements.txt | |
parent | 2c8f3be3a559158b1d475da1931a659dad5b9414 (diff) | |
download | poky-618c519a761e5b54a4e22c1b05aa03895f6d0b20.tar.gz |
bitbake: toaster-requirements.txt: Django 3.2 LTS
Django 2.2.x goes EOL April 2022.
Switch the to current LTS Django 3.2.x supported until April 2024.
(Bitbake rev: 23a15c5703d5ef4190921f9bb0273e43b1de489c)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/toaster-requirements.txt')
-rw-r--r-- | bitbake/toaster-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/toaster-requirements.txt b/bitbake/toaster-requirements.txt index 735b614546..dedd423556 100644 --- a/bitbake/toaster-requirements.txt +++ b/bitbake/toaster-requirements.txt | |||
@@ -1,3 +1,3 @@ | |||
1 | Django>2.2,<2.3 | 1 | Django>3.2,<3.3 |
2 | beautifulsoup4>=4.4.0 | 2 | beautifulsoup4>=4.4.0 |
3 | pytz | 3 | pytz |