Skip to content

Commit 964d4aa

Browse files
authored
Merge pull request #3565 from reframe-hpc/dependabot/pip/lxml-6.0.2
Bump lxml from 6.0.1 to 6.0.2
2 parents 3798cbf + a48c7ad commit 964d4aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jinja2==3.1.6; python_version >= '3.7'
1010
jsonschema==3.2.0
1111
lxml==5.2.0; python_version < '3.8' and platform_machine == 'aarch64'
1212
lxml==5.4.0; python_version < '3.8' and platform_machine != 'aarch64'
13-
lxml==6.0.1; python_version >= '3.8'
13+
lxml==6.0.2; python_version >= '3.8'
1414
pytest==7.0.1; python_version < '3.8'
1515
pytest==8.3.5; python_version == '3.8'
1616
pytest==8.4.1; python_version >= '3.9'

0 commit comments

Comments
 (0)