diff options
author | 2023-07-06 12:57:58 +0100 | |
---|---|---|
committer | 2023-07-06 12:57:58 +0100 | |
commit | 5e1a695e4350db4c9d3683f9a3668ea7ccdcda8f (patch) | |
tree | c05d6b570a7556249e78299ef02b313ffd0648ff /pyproject.toml | |
parent | Bump sentry-sdk from 1.26.0 to 1.27.0 (#2664) (diff) |
Bump lxml from 4.9.2 to 4.9.3 (#2668)
Bumps [lxml](https://github.com/lxml/lxml) from 4.9.2 to 4.9.3.
- [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.2...lxml-4.9.3)
---
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 6cfe08af9..28c5bfb47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ coloredlogs = "15.0.1" deepdiff = "6.3.0" emoji = "2.6.0" feedparser = "6.0.10" -lxml = "4.9.2" +lxml = "4.9.3" markdownify = "0.11.6" more-itertools = "9.1.0" python-dateutil = "2.8.2" |