Bump mypy-zope from 1.0.1 to 1.0.3 (#16865)

This commit is contained in:
dependabot[bot] 2024-02-01 14:32:36 +00:00 committed by GitHub
parent 0c1c56b75c
commit 6e714a6277
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

8
poetry.lock generated
View File

@ -1489,17 +1489,17 @@ files = [
[[package]]
name = "mypy-zope"
version = "1.0.1"
version = "1.0.3"
description = "Plugin for mypy to support zope interfaces"
optional = false
python-versions = "*"
files = [
{file = "mypy-zope-1.0.1.tar.gz", hash = "sha256:003953896629d762d7f497135171ad549df42a8ac63c1521a230832dd6f7fc25"},
{file = "mypy_zope-1.0.1-py3-none-any.whl", hash = "sha256:ffa291a7af9f5904ce9f0e56de44323a4476e28aaf0d68361b62b1b0e997d0b8"},
{file = "mypy-zope-1.0.3.tar.gz", hash = "sha256:149081bd2754d947747baefac569bb1c2bc127b4a2cc1fa505492336946bb3b4"},
{file = "mypy_zope-1.0.3-py3-none-any.whl", hash = "sha256:7a30ce1a2589173f0be66662c9a9179f75737afc40e4104df4c76fb5a8421c14"},
]
[package.dependencies]
mypy = ">=1.0.0,<1.6.0"
mypy = ">=1.0.0,<1.9.0"
"zope.interface" = "*"
"zope.schema" = "*"