Skip to content

Commit a48c7ad

Browse files
Bump lxml from 6.0.1 to 6.0.2
Bumps [lxml](https://github.com/lxml/lxml) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](lxml/lxml@lxml-6.0.1...lxml-6.0.2) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3798cbf commit a48c7ad

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)