From fd66b0262a120d61941425f3af13dc9651777c82 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 18:36:22 +0000 Subject: [PATCH] chore(deps): update dependency mypy-protobuf to v3.6.0 --- .github/check_protos/poetry.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/check_protos/poetry.lock b/.github/check_protos/poetry.lock index 6cf20bb..a57ea7a 100644 --- a/.github/check_protos/poetry.lock +++ b/.github/check_protos/poetry.lock @@ -136,18 +136,18 @@ setuptools = "*" [[package]] name = "mypy-protobuf" -version = "3.5.0" +version = "3.6.0" description = "Generate mypy stub files from protobuf specs" optional = false python-versions = ">=3.8" files = [ - {file = "mypy-protobuf-3.5.0.tar.gz", hash = "sha256:21f270da0a9792a9dac76b0df463c027e561664ab6973c59be4e4d064dfe67dc"}, - {file = "mypy_protobuf-3.5.0-py3-none-any.whl", hash = "sha256:0d0548c6b9a6faf14ce1a9ce2831c403a5c1f2a9363e85b1e2c51d5d57aa8393"}, + {file = "mypy-protobuf-3.6.0.tar.gz", hash = "sha256:02f242eb3409f66889f2b1a3aa58356ec4d909cdd0f93115622e9e70366eca3c"}, + {file = "mypy_protobuf-3.6.0-py3-none-any.whl", hash = "sha256:56176e4d569070e7350ea620262478b49b7efceba4103d468448f1d21492fd6c"}, ] [package.dependencies] -protobuf = ">=4.23.4" -types-protobuf = ">=4.23.0.2" +protobuf = ">=4.25.3" +types-protobuf = ">=4.24" [[package]] name = "protobuf"