Bump mypy-zope from 1.0.9 to 1.0.11 (#18428)

This commit is contained in:
dependabot[bot]
2025-05-13 15:12:22 +01:00
committed by GitHub
parent 99c15f4630
commit c626d54cea

8
poetry.lock generated
View File

@@ -1511,18 +1511,18 @@ files = [
[[package]]
name = "mypy-zope"
version = "1.0.9"
version = "1.0.11"
description = "Plugin for mypy to support zope interfaces"
optional = false
python-versions = "*"
groups = ["dev"]
files = [
{file = "mypy_zope-1.0.9-py3-none-any.whl", hash = "sha256:6666c1556891a3cb186137519dbd7a58cb30fb72b2504798cad47b35391921ba"},
{file = "mypy_zope-1.0.9.tar.gz", hash = "sha256:37d6985dfb05a4c27b35cff47577fd5bad878db4893ddedf54d165f7389a1cdb"},
{file = "mypy_zope-1.0.11-py3-none-any.whl", hash = "sha256:4395d716b43ab89916edf6d0b5761655b4d4a43b2692fce806bbd733829977ee"},
{file = "mypy_zope-1.0.11.tar.gz", hash = "sha256:1c95e49e9dcdf070a0858f067dac55e8e4e47519fdc15dfdab9b7eee273a0e01"},
]
[package.dependencies]
mypy = ">=1.0.0,<1.14.0"
mypy = ">=1.0.0,<1.16.0"
"zope.interface" = "*"
"zope.schema" = "*"