From 015b0660be203ea7f70f8e52143656335dd5d0a6 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Mon, 18 Sep 2023 11:37:04 +0100 Subject: [PATCH] [CI] Remove chardet version constraint The version was pinned due to issues with Python 3.10.5 in CI but with latest versions of Python 3.10 this no longer seems to be an issue. --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7df660fcf..86ffca6ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ pyxdg pillow mako setuptools -chardet==4.0.0 +chardet setproctitle pywin32; sys_platform == 'win32' certifi; sys_platform == 'win32' @@ -14,4 +14,4 @@ windows-curses; sys_platform == 'win32' zope.interface>=4.4.2 distro; 'linux' in sys_platform or 'bsd' in sys_platform pygeoip -ifaddr==0.2.0 +ifaddr>=0.2.0