diff --git a/requirements.txt b/requirements.txt index 883600070b2..c4c9cf47864 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 58149eb984d..83d7c93c2aa 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