aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-07-22 18:04:19 +0000
committerGravatar Joe Banks <[email protected]>2025-07-22 19:38:53 +0100
commit0a105694d5adb418428408f119d0f79347183fee (patch)
treedbeed5133d65eb7c31c5b1af854c037462af40c7 /pyproject.toml
parentApply suggestion from @Copilot (diff)
Bump lxml from 5.3.0 to 6.0.0
Bumps [lxml](https://github.com/lxml/lxml) from 5.3.0 to 6.0.0. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-5.3.0...lxml-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]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index d27ee912..bc08c629 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@ dependencies = [
"coloredlogs==15.0.1",
"emoji==2.14.0",
"emojis==0.7.0",
- "lxml==5.3.0",
+ "lxml==6.0.0",
"pillow==11.0.0",
"pydantic==2.10.1",
"pydantic-settings==2.8.1",