summary refs log tree commit diff
path: root/poetry.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-01 14:32:36 +0000
committerGitHub <noreply@github.com>2024-02-01 14:32:36 +0000
commit6e714a627741312a50cad79e10fa46f4ae52bd32 (patch)
tree221e10b296b549844ca51a365695666aea91d69b /poetry.lock
parentBump types-pillow from 10.1.0.2 to 10.2.0.20240125 (#16864) (diff)
downloadsynapse-6e714a627741312a50cad79e10fa46f4ae52bd32.tar.xz
Bump mypy-zope from 1.0.1 to 1.0.3 (#16865)
Diffstat (limited to 'poetry.lock')
-rw-r--r--poetry.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/poetry.lock b/poetry.lock
index e2f5d9ac7d..9fbeeecc64 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -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" = "*"