Skip to content

Commit d329b48

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ filelock==3.15.4; python_version >= '3.8'
77
importlib_metadata==4.0.1; python_version < '3.8'
88
jsonschema==3.2.0
99
lxml==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'
1111
pytest==7.0.1; python_version < '3.8'
1212
pytest==8.3.2; python_version >= '3.8'
1313
pytest-forked==1.4.0; python_version == '3.6'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)