From b1376d76fab2547e42941118a7c2388df5fe2a03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 10:07:42 +0000 Subject: [PATCH] build(deps-dev): bump types-pillow from 9.0.19 to 9.0.20 Bumps [types-pillow](https://github.com/python/typeshed) from 9.0.19 to 9.0.20. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pillow dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ae0813e7..345faa3b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1105,7 +1105,7 @@ python-versions = "*" [[package]] name = "types-pillow" -version = "9.0.19" +version = "9.0.20" description = "Typing stubs for Pillow" category = "dev" optional = false @@ -1328,7 +1328,7 @@ misp = ["python-magic", "pydeep2"] [metadata] lock-version = "1.1" python-versions = ">=3.8,<3.11" -content-hash = "81523602840566c2ba9e035233f30a0f6b8adbf4443117992d0cb467233b5938" +content-hash = "66682f083f612e106820b83e40d57d6e463d70af6a2ad9d5f24de1143900b854" [metadata.files] aiohttp = [ @@ -2326,8 +2326,8 @@ types-markupsafe = [ {file = "types_MarkupSafe-1.1.10-py3-none-any.whl", hash = "sha256:ca2bee0f4faafc45250602567ef38d533e877d2ddca13003b319c551ff5b3cc5"}, ] types-pillow = [ - {file = "types-Pillow-9.0.19.tar.gz", hash = "sha256:bad0de01fd2b6cfdcfcab580fc4025db2b5068e6237707d8f2f4493cd4c4fe16"}, - {file = "types_Pillow-9.0.19-py3-none-any.whl", hash = "sha256:34f8380d9e5367baa075e3ef2961c65908f6b69b9161c2b08feb8937200aa25c"}, + {file = "types-Pillow-9.0.20.tar.gz", hash = "sha256:82dea83c21c665a334b0f88b78a7d6a62503c96d0777c8a2327701d4ca7bf421"}, + {file = "types_Pillow-9.0.20-py3-none-any.whl", hash = "sha256:fa10b09284a8e0058484d747b8b3e75301250057390089f4c5a695c359fd3966"}, ] types-pkg-resources = [ {file = "types-pkg_resources-0.1.3.tar.gz", hash = "sha256:834a9b8d3dbea343562fd99d5d3359a726f6bf9d3733bccd2b4f3096fbab9dae"}, diff --git a/pyproject.toml b/pyproject.toml index 099a37c3..b7c53071 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ types-Deprecated = "^1.2.8" types-python-dateutil = "^2.8.17" types-beautifulsoup4 = "^4.11.1" types-setuptools = "^57.4.17" -types-Pillow = "^9.0.19" +types-Pillow = "^9.0.20" [build-system] requires = ["poetry_core>=1.0", "setuptools"]