Skip to content

Commit 503c885

Browse files
chore(deps): Bump lxml from 5.4.0 to 6.0.0
--- updated-dependencies: - dependency-name: lxml dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 17c8859 commit 503c885

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies = [
2020
"cryptography>=43.0.0",
2121
"defusedxml>=0.6.0,<1",
2222
"jsonschema>=3.1.1",
23-
"lxml>=5.2.1,<6",
23+
"lxml>=5.2.1,<7",
2424
"marshmallow>=3,<4",
2525
"pydantic>=2.10.0,!=1.7.*,!=1.8.*,!=1.9.*",
2626
"pyOpenSSL>=24.0.0",

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Django>=4.2
1313
djangorestframework>=3.10.3,<3.17
1414
importlib-metadata==8.7.0
1515
jsonschema==4.24.0
16-
lxml==5.4.0
16+
lxml==6.0.0
1717
marshmallow==3.26.1
1818
pydantic==2.11.7
1919
pyOpenSSL==25.1.0

0 commit comments

Comments
 (0)