chore(deps): update dependency types-lxml to v2024
books / lint (push) Successful in 2m58s Details
books / epub (push) Successful in 3m28s Details

This commit is contained in:
Renovate Bot 2024-02-10 06:46:40 +00:00
parent 8304b66a61
commit 5fcb0e6e8b
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -771,13 +771,13 @@ files = [
[[package]]
name = "types-lxml"
version = "2023.10.21"
version = "2024.2.9"
description = "Complete lxml external type annotation"
optional = false
python-versions = ">=3.8"
files = [
{file = "types-lxml-2023.10.21.tar.gz", hash = "sha256:daf1458b7d9b2fb421354137b97c6029c4fe75cef2cbab0d8e144d8c548d9b98"},
{file = "types_lxml-2023.10.21-py3-none-any.whl", hash = "sha256:545097ca5f69d568827416d671285cae203a5b3d99937294e155c4cc0e46e712"},
{file = "types-lxml-2024.2.9.tar.gz", hash = "sha256:f584856fe84cc05f7f5fd0da00308101f75a94a1d4e48ca6e6ab9eade0052d49"},
{file = "types_lxml-2024.2.9-py3-none-any.whl", hash = "sha256:740e3f09ba8e264c81fe0e1ea79171157f42489fab235c92b0d03ca00963b238"},
]
[package.dependencies]
@ -785,7 +785,7 @@ types-beautifulsoup4 = "*"
typing-extensions = ">=4.5,<5.0"
[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]]
name = "types-pillow"
@ -842,4 +842,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8.1"
content-hash = "b29cc9a2a71d22f1b4de18d79769a61a009f24ab655b6b5814072f886c2c03c3"
content-hash = "af13f04e83721ef52d2add825ef75663c817eb70bff22ee33a23d043e93d6cab"

View File

@ -21,7 +21,7 @@ flake8-black = "^0.3.6"
flake8-pyproject = "^1.2.3"
mypy = "^1.8.0"
types-beautifulsoup4 = "^4.12"
types-lxml = "^2023.10.21"
types-lxml = "^2024.0.0"
types-pillow = "^10.2"
types-requests = "^2.31"