Skip to content

Commit 1bef008

Browse files
authored
Merge pull request #3248 from reframe-hpc/dependabot/pip/lxml-5.3.0
Bump lxml from 5.2.2 to 5.3.0
2 parents f164c3a + d329b48 commit 1bef008

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ filelock==3.15.4; python_version >= '3.8'
77
importlib_metadata==4.0.1; python_version < '3.8'
88
jsonschema==3.2.0
99
lxml==5.2.0; python_version < '3.8' and platform_machine == 'aarch64'
10-
lxml==5.2.2; python_version >= '3.8' or platform_machine != 'aarch64'
10+
lxml==5.3.0; python_version >= '3.8' or platform_machine != 'aarch64'
1111
pytest==7.0.1; python_version < '3.8'
1212
pytest==8.3.2; python_version >= '3.8'
1313
pytest-forked==1.4.0; python_version == '3.6'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ install_requires =
3434
filelock<=3.4.1; python_version == '3.6'
3535
jsonschema
3636
lxml==5.2.0; python_version < '3.8' and platform_machine == 'aarch64'
37-
lxml==5.2.2; python_version >= '3.8' or platform_machine != 'aarch64'
37+
lxml==5.3.0; python_version >= '3.8' or platform_machine != 'aarch64'
3838
PyYAML
3939
requests
4040
requests <= 2.27.1; python_version == '3.6'

0 commit comments

Comments
 (0)