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-06-03 14:23:29 +0100
committerGitHub <noreply@github.com>2024-06-03 14:23:29 +0100
commitf458dff16ddc6462789d807697f40880146a80fb (patch)
treefea4f1a82a24e8b32e4878b2d9c6a540d2af3799 /poetry.lock
parentBump lxml from 5.2.1 to 5.2.2 (#17261) (diff)
downloadsynapse-f458dff16ddc6462789d807697f40880146a80fb.tar.xz
Bump mypy-zope from 1.0.3 to 1.0.4 (#17262)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '')
-rw-r--r--poetry.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/poetry.lock b/poetry.lock
index 1c387165fd..6049e7027a 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1442,17 +1442,17 @@ files = [
 
 [[package]]
 name = "mypy-zope"
-version = "1.0.3"
+version = "1.0.4"
 description = "Plugin for mypy to support zope interfaces"
 optional = false
 python-versions = "*"
 files = [
-    {file = "mypy-zope-1.0.3.tar.gz", hash = "sha256:149081bd2754d947747baefac569bb1c2bc127b4a2cc1fa505492336946bb3b4"},
-    {file = "mypy_zope-1.0.3-py3-none-any.whl", hash = "sha256:7a30ce1a2589173f0be66662c9a9179f75737afc40e4104df4c76fb5a8421c14"},
+    {file = "mypy-zope-1.0.4.tar.gz", hash = "sha256:a9569e73ae85a65247787d98590fa6d4290e76f26aabe035d1c3e94a0b9ab6ee"},
+    {file = "mypy_zope-1.0.4-py3-none-any.whl", hash = "sha256:c7298f93963a84f2b145c2b5cc98709fc2a5be4adf54bfe23fa7fdd8fd19c975"},
 ]
 
 [package.dependencies]
-mypy = ">=1.0.0,<1.9.0"
+mypy = ">=1.0.0,<1.10.0"
 "zope.interface" = "*"
 "zope.schema" = "*"