diff --git a/requirements.txt b/requirements.txt index 2a3870efe..b0d581faa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,8 @@ argcomplete==3.1.2; python_version < '3.8' argcomplete==3.5.3; python_version >= '3.8' filelock==3.4.1; python_version == '3.6' filelock==3.12.2; python_version == '3.7' -filelock==3.16.1; python_version >= '3.8' +filelock==3.16.1; python_version == '3.8' +filelock==3.17.0; python_version > '3.8' importlib_metadata==4.0.1; python_version < '3.8' jsonschema==3.2.0 lxml==5.2.0; python_version < '3.8' and platform_machine == 'aarch64' diff --git a/setup.cfg b/setup.cfg index 4221876d3..8c4e82e7b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,6 +31,7 @@ install_requires = argcomplete argcomplete <= 3.1.2; python_version < '3.8' filelock + filelock<=3.16.1; python_version == '3.8' filelock<=3.12.2; python_version == '3.7' filelock<=3.4.1; python_version == '3.6' jsonschema