diff options
author | 2024-01-09 01:56:17 +0000 | |
---|---|---|
committer | 2024-01-09 01:56:17 +0000 | |
commit | 0cf5a72b30b1e8cf65e2a54535a3e9e70e7ae1fb (patch) | |
tree | edb9bc4b6a0e639617d883575c70837f3dc7ca49 /pyproject.toml | |
parent | Fix pydantic warning in test due to deprecated function (#2872) (diff) |
Bump lxml from 5.0.0 to 5.1.0 (#2881)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index ec42361d4..4df8c8753 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ coloredlogs = "15.0.1" deepdiff = "6.7.1" emoji = "2.9.0" feedparser = "6.0.11" -lxml = "5.0.0" +lxml = "5.1.0" markdownify = "0.11.6" more-itertools = "10.1.0" python-dateutil = "2.8.2" |