From 7f39a5b1d6e4566c9d5a661dc2946b8a6ee40a88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 14:14:47 +0000 Subject: [PATCH] build(deps): bump mypy-protobuf from 3.5.0 to 3.6.0 Bumps [mypy-protobuf](https://github.com/nipunn1313/mypy-protobuf) from 3.5.0 to 3.6.0. - [Changelog](https://github.com/nipunn1313/mypy-protobuf/blob/main/CHANGELOG.md) - [Commits](https://github.com/nipunn1313/mypy-protobuf/compare/v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: mypy-protobuf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 49f428c19..4c95a502b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ dev = [ "psutil==5.9.2", "stix2==3.0.1", "requests==2.31.0", - "mypy-protobuf==3.5.0", + "mypy-protobuf==3.6.0", # type stubs for mypy "types-backports==0.1.3", "types-colorama==0.4.15.11",