chore(deps): update dependency types-lxml to v2024 #97
10
poetry.lock
generated
10
poetry.lock
generated
@ -771,13 +771,13 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "types-lxml"
|
name = "types-lxml"
|
||||||
version = "2023.10.21"
|
version = "2024.2.9"
|
||||||
description = "Complete lxml external type annotation"
|
description = "Complete lxml external type annotation"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.8"
|
python-versions = ">=3.8"
|
||||||
files = [
|
files = [
|
||||||
{file = "types-lxml-2023.10.21.tar.gz", hash = "sha256:daf1458b7d9b2fb421354137b97c6029c4fe75cef2cbab0d8e144d8c548d9b98"},
|
{file = "types-lxml-2024.2.9.tar.gz", hash = "sha256:f584856fe84cc05f7f5fd0da00308101f75a94a1d4e48ca6e6ab9eade0052d49"},
|
||||||
{file = "types_lxml-2023.10.21-py3-none-any.whl", hash = "sha256:545097ca5f69d568827416d671285cae203a5b3d99937294e155c4cc0e46e712"},
|
{file = "types_lxml-2024.2.9-py3-none-any.whl", hash = "sha256:740e3f09ba8e264c81fe0e1ea79171157f42489fab235c92b0d03ca00963b238"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@ -785,7 +785,7 @@ types-beautifulsoup4 = "*"
|
|||||||
typing-extensions = ">=4.5,<5.0"
|
typing-extensions = ">=4.5,<5.0"
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
dev = ["black", "isort (>=5)", "lxml (==4.9.*)", "mypy (>=1.1,<1.4)", "pyright (>=1.1.289,<1.1.332)", "pytest (>=7)", "pytest-mypy-plugins (>=1.10.1,<2.0)", "typeguard (==3.0.*)"]
|
dev = ["tox (>=4.0,<5.0)"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "types-pillow"
|
name = "types-pillow"
|
||||||
@ -842,4 +842,4 @@ zstd = ["zstandard (>=0.18.0)"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.8.1"
|
python-versions = "^3.8.1"
|
||||||
content-hash = "b29cc9a2a71d22f1b4de18d79769a61a009f24ab655b6b5814072f886c2c03c3"
|
content-hash = "af13f04e83721ef52d2add825ef75663c817eb70bff22ee33a23d043e93d6cab"
|
||||||
|
@ -21,7 +21,7 @@ flake8-black = "^0.3.6"
|
|||||||
flake8-pyproject = "^1.2.3"
|
flake8-pyproject = "^1.2.3"
|
||||||
mypy = "^1.8.0"
|
mypy = "^1.8.0"
|
||||||
types-beautifulsoup4 = "^4.12"
|
types-beautifulsoup4 = "^4.12"
|
||||||
types-lxml = "^2023.10.21"
|
types-lxml = "^2024.0.0"
|
||||||
types-pillow = "^10.2"
|
types-pillow = "^10.2"
|
||||||
types-requests = "^2.31"
|
types-requests = "^2.31"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user