aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-29 19:36:01 +0000
committerGravatar GitHub <[email protected]>2024-03-29 19:36:01 +0000
commit9f240757283b3fd6f2c09e19696e72f1f02e543b (patch)
tree41af3c5a6650dbd8a570faa35043c7e6ac183204 /pyproject.toml
parentBump pip-licenses from 4.3.4 to 4.4.0 (#2985) (diff)
Bump lxml from 5.1.0 to 5.1.1 (#2984)
Bumps [lxml](https://github.com/lxml/lxml) from 5.1.0 to 5.1.1. - [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.1.0...lxml-5.1.1) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 1aa866e8b..1d4ca5e6b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,7 +19,7 @@ coloredlogs = "15.0.1"
deepdiff = "6.7.1"
emoji = "2.11.0"
feedparser = "6.0.11"
-lxml = "5.1.0"
+lxml = "5.1.1"
markdownify = "0.12.1"
more-itertools = "10.2.0"
python-dateutil = "2.9.0.post0"