From 33453ede2d63b15bcca2ce541af2299440bfa8ff Mon Sep 17 00:00:00 2001 From: I-Al-Istannen Date: Sun, 9 Jan 2022 18:31:42 +0100 Subject: [PATCH] Update dependency versions in setup.py --- setup.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index 5758282..059798a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,11 +6,11 @@ version = attr: PFERD.version.VERSION packages = find: python_requires = >=3.8 install_requires = - aiohttp>=3.7.4.post0 - beautifulsoup4>=4.9.3 - rich>=10.1.0 - keyring>=23.0.1 - certifi>=2020.12.5 + aiohttp>=3.8.1 + beautifulsoup4>=4.10.0 + rich>=11.0.0 + keyring>=23.5.0 + certifi>=2021.10.8 [options.entry_points] console_scripts =