File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ filelock==3.15.4; python_version >= '3.8'
77importlib_metadata == 4.0.1 ; python_version < '3.8'
88jsonschema == 3.2.0
99lxml == 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'
1111pytest == 7.0.1 ; python_version < '3.8'
1212pytest == 8.3.2 ; python_version >= '3.8'
1313pytest-forked == 1.4.0 ; python_version == '3.6'
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments