We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3798cbf commit a48c7adCopy full SHA for a48c7ad
requirements.txt
@@ -10,7 +10,7 @@ jinja2==3.1.6; python_version >= '3.7'
10
jsonschema==3.2.0
11
lxml==5.2.0; python_version < '3.8' and platform_machine == 'aarch64'
12
lxml==5.4.0; python_version < '3.8' and platform_machine != 'aarch64'
13
-lxml==6.0.1; python_version >= '3.8'
+lxml==6.0.2; python_version >= '3.8'
14
pytest==7.0.1; python_version < '3.8'
15
pytest==8.3.5; python_version == '3.8'
16
pytest==8.4.1; python_version >= '3.9'
0 commit comments