From 1c1b0d2179304d8fcbf6c2cf3488d99dba155a31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 10:05:55 +0000 Subject: [PATCH] chore(deps): bump mypy-zope from 1.0.6 to 1.0.7 Bumps [mypy-zope](https://github.com/Shoobx/mypy-zope) from 1.0.6 to 1.0.7. - [Changelog](https://github.com/Shoobx/mypy-zope/blob/master/CHANGELOG.md) - [Commits](https://github.com/Shoobx/mypy-zope/compare/1.0.6...1.0.7) --- updated-dependencies: - dependency-name: mypy-zope dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/lint.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements/lint.txt b/requirements/lint.txt index a4cd55a399a1..45b983428458 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -346,8 +346,9 @@ mypy-extensions==1.0.0 \ # via # black # mypy -mypy-zope==1.0.6 \ - --hash=sha256:90188a393146a3fdfababf5da3b96e5ae2ec32a809b8a56980b6da68c6c88fd9 +mypy-zope==1.0.7 \ + --hash=sha256:32a79ce78647c0bea61e7e0c0eb1233fcb97bb94e8950cca73f17d3419c602f7 \ + --hash=sha256:f19de249574319d81083b15f8a022c6b15583582f23340a860922141f1b651ca # via -r requirements/lint.in packaging==24.1 \ --hash=sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002 \