Update dependency types-lxml to v2023
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Michel Roux 2023-02-12 00:10:55 +00:00
parent 2132bec3a3
commit b874b2d4ea
2 changed files with 12 additions and 5 deletions

15
poetry.lock generated
View File

@ -550,6 +550,13 @@ files = [
{file = "Pillow-9.4.0-1-cp39-cp39-macosx_10_10_x86_64.whl", hash = "sha256:b8c2f6eb0df979ee99433d8b3f6d193d9590f735cf12274c108bd954e30ca858"},
{file = "Pillow-9.4.0-1-pp38-pypy38_pp73-macosx_10_10_x86_64.whl", hash = "sha256:b70756ec9417c34e097f987b4d8c510975216ad26ba6e57ccb53bc758f490dab"},
{file = "Pillow-9.4.0-1-pp39-pypy39_pp73-macosx_10_10_x86_64.whl", hash = "sha256:43521ce2c4b865d385e78579a082b6ad1166ebed2b1a2293c3be1d68dd7ca3b9"},
{file = "Pillow-9.4.0-2-cp310-cp310-macosx_10_10_x86_64.whl", hash = "sha256:9d9a62576b68cd90f7075876f4e8444487db5eeea0e4df3ba298ee38a8d067b0"},
{file = "Pillow-9.4.0-2-cp311-cp311-macosx_10_10_x86_64.whl", hash = "sha256:87708d78a14d56a990fbf4f9cb350b7d89ee8988705e58e39bdf4d82c149210f"},
{file = "Pillow-9.4.0-2-cp37-cp37m-macosx_10_10_x86_64.whl", hash = "sha256:8a2b5874d17e72dfb80d917213abd55d7e1ed2479f38f001f264f7ce7bae757c"},
{file = "Pillow-9.4.0-2-cp38-cp38-macosx_10_10_x86_64.whl", hash = "sha256:83125753a60cfc8c412de5896d10a0a405e0bd88d0470ad82e0869ddf0cb3848"},
{file = "Pillow-9.4.0-2-cp39-cp39-macosx_10_10_x86_64.whl", hash = "sha256:9e5f94742033898bfe84c93c831a6f552bb629448d4072dd312306bab3bd96f1"},
{file = "Pillow-9.4.0-2-pp38-pypy38_pp73-macosx_10_10_x86_64.whl", hash = "sha256:013016af6b3a12a2f40b704677f8b51f72cb007dac785a9933d5c86a72a7fe33"},
{file = "Pillow-9.4.0-2-pp39-pypy39_pp73-macosx_10_10_x86_64.whl", hash = "sha256:99d92d148dd03fd19d16175b6d355cc1b01faf80dae93c6c3eb4163709edc0a9"},
{file = "Pillow-9.4.0-cp310-cp310-macosx_10_10_x86_64.whl", hash = "sha256:2968c58feca624bb6c8502f9564dd187d0e1389964898f5e9e1fbc8533169157"},
{file = "Pillow-9.4.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:c5c1362c14aee73f50143d74389b2c158707b4abce2cb055b7ad37ce60738d47"},
{file = "Pillow-9.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bd752c5ff1b4a870b7661234694f24b1d2b9076b8bf337321a814c612665f343"},
@ -750,14 +757,14 @@ files = [
[[package]]
name = "types-lxml"
version = "2022.11.8"
version = "2023.2.11"
description = "Type annotations for lxml striving for completeness"
category = "dev"
optional = false
python-versions = ">=3.8"
files = [
{file = "types-lxml-2022.11.8.tar.gz", hash = "sha256:858b7873b8e3936aec31b31a2ddd6f638e24938b5a1bb5b4343bab6975288622"},
{file = "types_lxml-2022.11.8-py3-none-any.whl", hash = "sha256:7a56fa6452bac06fe5b0c61d44c1e8a7084d32778dd7bcb876ac976a3f2f7d4f"},
{file = "types-lxml-2023.2.11.tar.gz", hash = "sha256:b9ec152c45228f09f7c92a2f3a1a49be45fafe53246c296e055c3b320356afa8"},
{file = "types_lxml-2023.2.11-py3-none-any.whl", hash = "sha256:89a8a7c7540f0ac87354f510c80b1a3bf853ec403c96b7999e01ee9cd1a642fe"},
]
[package.dependencies]
@ -837,4 +844,4 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "8c50e0191afb5f81c2725b85c50347798a039c2b87aefb993564ace16b25c6f3"
content-hash = "e5569cb746c63b0c62e2802a1a35351314b6cc592e4fee1a285348da23c36985"

View File

@ -20,7 +20,7 @@ flake8-alphabetize = "^0.0.19"
flake8-black = "^0.3.6"
mypy = "^1.0"
types-beautifulsoup4 = "^4.11.6.2"
types-lxml = "^2022.11.8"
types-lxml = "^2023.0.0"
types-pillow = "^9.4.0.10"
types-requests = "^2.28.11.12"