diff options
| author | 2021-12-15 14:38:36 +0000 | |
|---|---|---|
| committer | 2021-12-15 14:38:36 +0000 | |
| commit | d650121df37f9fb4d4a9f5cd5b7c479c34444bf6 (patch) | |
| tree | 313c5bc5e03850e9fd584df93aa9d117fdf26010 /pyproject.toml | |
| parent | Merge pull request #971 from onerandomusername/yank-lovefest-sub (diff) | |
| parent | Merge branch 'main' into dependabot/pip/lxml-4.6.5 (diff) | |
Merge pull request #980 from python-discord/dependabot/pip/lxml-4.6.5
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 71c79b13..d758385e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ emojis = "~=0.6.0" matplotlib = "~=3.4.1" coloredlogs = "~=15.0" colorama = { version = "~=0.4.3", markers = "sys_platform == 'win32'" } -lxml = "~=4.4" +lxml = "~=4.6" [tool.poetry.dev-dependencies] flake8 = "~=3.8" |