diff --git a/requirements.txt b/requirements.txt index 31b12758a9..a17ebe94a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ filelock==3.15.4; 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' -lxml==5.2.2; python_version >= '3.8' or platform_machine != 'aarch64' +lxml==5.3.0; python_version >= '3.8' or platform_machine != 'aarch64' pytest==7.0.1; python_version < '3.8' pytest==8.3.2; python_version >= '3.8' pytest-forked==1.4.0; python_version == '3.6' diff --git a/setup.cfg b/setup.cfg index 3dc33868e7..642a277bc0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,7 +34,7 @@ install_requires = filelock<=3.4.1; python_version == '3.6' jsonschema lxml==5.2.0; python_version < '3.8' and platform_machine == 'aarch64' - lxml==5.2.2; python_version >= '3.8' or platform_machine != 'aarch64' + lxml==5.3.0; python_version >= '3.8' or platform_machine != 'aarch64' PyYAML requests requests <= 2.27.1; python_version == '3.6'