diff options
author | 2024-01-01 13:19:51 +0000 | |
---|---|---|
committer | 2024-01-01 13:19:51 +0000 | |
commit | 36a9ac91f51a3507d1609c899ccf54bb4c0f3dc6 (patch) | |
tree | 88526164bbf4215958b18b58df3a8c2c9156ae0e /pyproject.toml | |
parent | Bump pytest from 7.4.3 to 7.4.4 (#2874) (diff) |
Bump lxml from 4.9.4 to 5.0.0 (#2873)
Bumps [lxml](https://github.com/lxml/lxml) from 4.9.4 to 5.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-4.9.4...lxml-5.0.0)
---
updated-dependencies:
- dependency-name: lxml
dependency-type: direct:production
update-type: version-update:semver-major
...
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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 6a796a305..f531b0e1c 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 = "4.9.4" +lxml = "5.0.0" markdownify = "0.11.6" more-itertools = "10.1.0" python-dateutil = "2.8.2" |