diff options
| author | 2021-12-25 23:55:10 +0000 | |
|---|---|---|
| committer | 2021-12-25 23:55:10 +0000 | |
| commit | 7aaee4915d8d22a0bc6f94bc7679e4c4d034c854 (patch) | |
| tree | 4941f068fad3772fc327c0d68fa5fefac4db2de5 /pyproject.toml | |
| parent | Remove debug `maxDiff` assignment. (diff) | |
| parent | Merge pull request #2025 from onerandomusername/fix-issue-2024 (diff) | |
Merge branch 'main' into add-dm_sent-field
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 563bf4a27..44d09f89e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ deepdiff = "~=4.0" emoji = "~=0.6" feedparser = "~=6.0.2" rapidfuzz = "~=1.4" -lxml = "~=4.4" +lxml = "~=4.6" markdownify = "==0.6.1" more_itertools = "~=8.2" python-dateutil = "~=2.8" |