diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-08 15:24:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-08 15:24:11 +0100 |
commit | 472117724137579a03d05504cab9127172e4f8ea (patch) | |
tree | 4f57a06f2c294b2b947391377504009415f4f08a /poetry.lock | |
parent | Bump pydantic from 2.7.1 to 2.8.2 (#17415) (diff) | |
download | synapse-472117724137579a03d05504cab9127172e4f8ea.tar.xz |
Bump mypy-zope from 1.0.4 to 1.0.5 (#17414)
Diffstat (limited to 'poetry.lock')
-rw-r--r-- | poetry.lock | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/poetry.lock b/poetry.lock index 9bbbd919a6..301205ec83 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1442,17 +1442,16 @@ files = [ [[package]] name = "mypy-zope" -version = "1.0.4" +version = "1.0.5" description = "Plugin for mypy to support zope interfaces" optional = false python-versions = "*" files = [ - {file = "mypy-zope-1.0.4.tar.gz", hash = "sha256:a9569e73ae85a65247787d98590fa6d4290e76f26aabe035d1c3e94a0b9ab6ee"}, - {file = "mypy_zope-1.0.4-py3-none-any.whl", hash = "sha256:c7298f93963a84f2b145c2b5cc98709fc2a5be4adf54bfe23fa7fdd8fd19c975"}, + {file = "mypy_zope-1.0.5.tar.gz", hash = "sha256:2440406d49c0e1199c1cd819c92a2c4957de65579c6abc8a081c927f4bdc8d49"}, ] [package.dependencies] -mypy = ">=1.0.0,<1.10.0" +mypy = ">=1.0.0,<1.11.0" "zope.interface" = "*" "zope.schema" = "*" |