diff --git a/poetry.lock b/poetry.lock index 3a258c3..a78ce95 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1469,13 +1469,13 @@ files = [ [[package]] name = "types-pillow" -version = "10.2.0.20240311" +version = "10.2.0.20240324" description = "Typing stubs for Pillow" optional = false python-versions = ">=3.8" files = [ - {file = "types-Pillow-10.2.0.20240311.tar.gz", hash = "sha256:f611f6baf7c3784fe550ee92b108060f5544a47c37c73acb81a785f1c6312772"}, - {file = "types_Pillow-10.2.0.20240311-py3-none-any.whl", hash = "sha256:34ca2fe768c6b1d05f288374c1a5ef9437f75faa1f91437b43c50970bbb54a94"}, + {file = "types-Pillow-10.2.0.20240324.tar.gz", hash = "sha256:e0108f0b30ea926a3a5d00f201cde627cde1574181b586eb36dd6be1e4ba09cf"}, + {file = "types_Pillow-10.2.0.20240324-py3-none-any.whl", hash = "sha256:e0ac3b50ade911b2a238b6633cc6be9559a6f8bc54141db6ad13b70989fd3d99"}, ] [[package]] @@ -1919,4 +1919,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "3154dad5e4c38a134e3c661f6a467364e4a0fd811b61488c0f156d0f6a1e338e" +content-hash = "ef2623e37996a37e4cfd24e24f0bf8d81002164c4faeed6ae920050ae0e61862" diff --git a/pyproject.toml b/pyproject.toml index d4388fb..2aee926 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ isort = "5.13.2" mypy = "1.9.0" pylint = "3.1.0" pre-commit = "3.6.2" -types-Pillow = "10.2.0.20240311" +types-Pillow = "10.2.0.20240324" [tool.poetry.group.test.dependencies] pytest = "8.0.0"