This should fix the following error [1], according to [2]:

    TypeError '>=' not supported between instances of 'NoneType' and 'tuple'

Dependabot did not catch this upgrade, because it is watching an
outdated repo [3].

[1] https://sentry.prod.mozaws.net/share/issue/e36430063a614ef3ae3dc8a377c1b5c6/
[2] https://whitenoise.evans.io/en/stable/changelog.html#id4
[3] https://github.com/github-community/community/discussions/17563
This commit is contained in:
Vincent 2022-06-14 18:37:29 +02:00 коммит произвёл GitHub
Родитель 8188174c00
Коммит 2a4c2963c3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -27,7 +27,7 @@ python-decouple==3.6
pyOpenSSL==22.0.0
requests==2.25.1
sentry-sdk==1.5.12
whitenoise==5.0.1
whitenoise==5.3.0
# phones app
# phonenumbers==8.11.1