From 72868f39ea5c90949f31cac62237ccab04db1f41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:07:55 +0000 Subject: [PATCH] chore(deps): bump mypy-zope from 1.0.7 to 1.0.8 Bumps [mypy-zope](https://github.com/Shoobx/mypy-zope) from 1.0.7 to 1.0.8. - [Changelog](https://github.com/Shoobx/mypy-zope/blob/master/CHANGELOG.md) - [Commits](https://github.com/Shoobx/mypy-zope/compare/1.0.7...1.0.8) --- updated-dependencies: - dependency-name: mypy-zope dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/lint.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/lint.txt b/requirements/lint.txt index 444541eeb40f..0311980d5b5b 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -346,9 +346,9 @@ mypy-extensions==1.0.0 \ # via # black # mypy -mypy-zope==1.0.7 \ - --hash=sha256:32a79ce78647c0bea61e7e0c0eb1233fcb97bb94e8950cca73f17d3419c602f7 \ - --hash=sha256:f19de249574319d81083b15f8a022c6b15583582f23340a860922141f1b651ca +mypy-zope==1.0.8 \ + --hash=sha256:854303a95aefc4289e8a0796808e002c2c7ecde0a10a8f7b8f48092f94ef9b9f \ + --hash=sha256:8794a77dae0c7e2f28b8ac48569091310b3ee45bb9d6cd4797dcb837c40f9976 # via -r requirements/lint.in packaging==24.1 \ --hash=sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002 \