diff options
| author | 2024-05-13 19:02:04 +0000 | |
|---|---|---|
| committer | 2024-05-13 19:02:04 +0000 | |
| commit | 861cee4ceac9611c89abebc5ebc28ef4b9e83117 (patch) | |
| tree | 4c43484d73cca7dc80c64b7b813bebb0772ce455 /pyproject.toml | |
| parent | Bump pre-commit from 3.7.0 to 3.7.1 (#3048) (diff) | |
Bump lxml from 5.2.1 to 5.2.2 (#3049)
Bumps [lxml](https://github.com/lxml/lxml) from 5.2.1 to 5.2.2.
- [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.2.1...lxml-5.2.2)
---
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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index ad500f826..9db709ed7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ coloredlogs = "15.0.1" deepdiff = "7.0.1" emoji = "2.11.1" feedparser = "6.0.11" -lxml = "5.2.1" +lxml = "5.2.2" markdownify = "0.12.1" more-itertools = "10.2.0" python-dateutil = "2.9.0.post0" |