diff options
| author | 2021-12-16 20:58:05 +0000 | |
|---|---|---|
| committer | 2021-12-16 20:58:05 +0000 | |
| commit | 87a82d967ade49a9e4739596e02aa9d77f2e28cf (patch) | |
| tree | 6a8196efff475b213d6bfade62deca5f46355800 /pyproject.toml | |
| parent | Skip private channels when deleting from all (diff) | |
| parent | Rename channels.discord_py to discord_bots (#1982) (diff) | |
Merge branch 'main' into clean_improvements
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" |