From 7497bc1f8553ed1d1053ce9f70b3a09fb55c544d Mon Sep 17 00:00:00 2001 From: Ayan Sinha Mahapatra Date: Thu, 19 Jan 2023 03:58:45 +0530 Subject: [PATCH] Fix attrs version in requirements Signed-off-by: Ayan Sinha Mahapatra --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 883600070b..c4c9cf4786 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -attrs==22.1 +attrs==22.1.0 banal==1.0.6 beautifulsoup4==4.11.1 binaryornot==0.4.4 diff --git a/setup.cfg b/setup.cfg index 58149eb984..83d7c93c2a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -64,7 +64,7 @@ python_requires = >=3.7 install_requires = attrs >= 18.1,!=20.1.0;python_version<'3.11' - attrs >= 22.1;python_version>='3.11' + attrs >= 22.1.0;python_version>='3.11' Beautifulsoup4 >= 4.0.0 boolean.py >= 4.0 chardet >= 3.0.0