Merge pull request 'Update dependency types-lxml to v2023.3.28' (#44) from renovate/types-lxml-2023.x-lockfile into master
continuous-integration/drone/push Build is passing Details

Reviewed-on: #44
This commit is contained in:
Michel Roux 2023-03-29 07:33:27 +00:00
commit b24cdcfbad
1 changed files with 6 additions and 6 deletions

12
poetry.lock generated
View File

@ -774,21 +774,21 @@ files = [
[[package]]
name = "types-lxml"
version = "2023.2.11"
description = "Type annotations for lxml striving for completeness"
version = "2023.3.28"
description = "Complete lxml external type annotation"
category = "dev"
optional = false
python-versions = ">=3.8"
files = [
{file = "types-lxml-2023.2.11.tar.gz", hash = "sha256:b9ec152c45228f09f7c92a2f3a1a49be45fafe53246c296e055c3b320356afa8"},
{file = "types_lxml-2023.2.11-py3-none-any.whl", hash = "sha256:89a8a7c7540f0ac87354f510c80b1a3bf853ec403c96b7999e01ee9cd1a642fe"},
{file = "types_lxml-2023.3.28-py3-none-any.whl", hash = "sha256:f1b5867e8ff5be5084916738dfc1cb9e003ae6350e97c74d00929f5910965558"},
{file = "types_lxml-2023.3.28.tar.gz", hash = "sha256:8b072a331520582f2d7c44110a53885605679ee79a09d39ef59b1abfc6109380"},
]
[package.dependencies]
lxml = "*"
types-beautifulsoup4 = "*"
[package.extras]
extra = ["types-beautifulsoup4", "types-html5lib"]
dev = ["black", "isort", "lxml (>=4.9,<5.0)", "mypy (>=1.1.0,<1.2.0)", "pyright (>=1.1.288)", "pytest-mypy-plugins (>1.10.0,<2.0)"]
[[package]]
name = "types-pillow"