From 3b60aea37d02061296d8fe2c56dec6f2367b9eca Mon Sep 17 00:00:00 2001 From: Zedifus Date: Sun, 18 Jun 2023 12:53:51 +0100 Subject: [PATCH] Bump colorama for pylint and add distro Pylint requires colorama >=0.4.5 distro is the recommended replacement for Python's original platform.linux_distribution function (removed in Python 3.8). It also provides additional functionality. --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4cbb29e9..fc7db5a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,9 +3,10 @@ apscheduler==3.8.1 argon2-cffi==21.3 bleach==4.1 cached_property==1.5.2 -colorama==0.4 +colorama==0.4.5 croniter==1.3.5 cryptography==39.0.1 +distro==1.8.0 libgravatar==1.0.0 peewee==3.13 pexpect==4.8