Skip to content

Commit

Permalink
Merge pull request #3248 from reframe-hpc/dependabot/pip/lxml-5.3.0
Browse files Browse the repository at this point in the history
Bump lxml from 5.2.2 to 5.3.0
  • Loading branch information
vkarak authored Sep 2, 2024
2 parents f164c3a + d329b48 commit 1bef008
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 1bef008

Please sign in to comment.