Skip to content

Commit a92521f

Browse files
Bump mypy-protobuf from 3.5.0 to 3.6.0 (#338)
Bumps [mypy-protobuf](https://github.com/nipunn1313/mypy-protobuf) from 3.5.0 to 3.6.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nipunn1313/mypy-protobuf/blob/main/CHANGELOG.md">mypy-protobuf's changelog</a>.</em></p> <blockquote> <h2>3.6.0</h2> <ul> <li>Remove 3.7 compatibility for typing_extensions.final/Literal</li> <li>Bump protobuf to 4.25.3</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nipunn1313/mypy-protobuf/commit/745a1977fc06e1e9eb59afbc4b90e4abf1f4858d"><code>745a197</code></a> Bump to 3.6.0 (<a href="https://redirect.github.com/nipunn1313/mypy-protobuf/issues/584">#584</a>)</li> <li><a href="https://github.com/nipunn1313/mypy-protobuf/commit/363b350a322e586fd7aad11076471582f2bc4bb7"><code>363b350</code></a> Bump protobuf to 4.25.3 (<a href="https://redirect.github.com/nipunn1313/mypy-protobuf/issues/582">#582</a>)</li> <li><a href="https://github.com/nipunn1313/mypy-protobuf/commit/94d64e411fd0b917f2c570a31e852f8462866479"><code>94d64e4</code></a> Black format everything and update flake8 linter (<a href="https://redirect.github.com/nipunn1313/mypy-protobuf/issues/583">#583</a>)</li> <li><a href="https://github.com/nipunn1313/mypy-protobuf/commit/d8211c183fc7e2fc72e3c7c04dd062569ead585d"><code>d8211c1</code></a> Bump pyright from 1.1.319 to 1.1.333 in /.github (<a href="https://redirect.github.com/nipunn1313/mypy-protobuf/issues/578">#578</a>)</li> <li><a href="https://github.com/nipunn1313/mypy-protobuf/commit/20ef7e45fa3189246de8d5ca98dd1c2edaeb9745"><code>20ef7e4</code></a> Bump pytest from 7.3.1 to 7.4.3 (<a href="https://redirect.github.com/nipunn1313/mypy-protobuf/issues/577">#577</a>)</li> <li><a href="https://github.com/nipunn1313/mypy-protobuf/commit/0ffddb1b7014afed403033550fe6756ffdfde60f"><code>0ffddb1</code></a> Bump arduino/setup-protoc from 1 to 2 (<a href="https://redirect.github.com/nipunn1313/mypy-protobuf/issues/546">#546</a>)</li> <li><a href="https://github.com/nipunn1313/mypy-protobuf/commit/b43c50dc60ebeaa76b740b7a357a16590f905b39"><code>b43c50d</code></a> Bump actions/checkout from 3 to 4 (<a href="https://redirect.github.com/nipunn1313/mypy-protobuf/issues/562">#562</a>)</li> <li><a href="https://github.com/nipunn1313/mypy-protobuf/commit/7f4a558c00faf8fac0cd6d7a6d1332d1643cc08c"><code>7f4a558</code></a> Add mypy error code to type ignore. (<a href="https://redirect.github.com/nipunn1313/mypy-protobuf/issues/547">#547</a>)</li> <li>See full diff in <a href="https://github.com/nipunn1313/mypy-protobuf/compare/v3.5.0...v3.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mypy-protobuf&package-manager=pip&previous-version=3.5.0&new-version=3.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ca63eba commit a92521f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ platform-container-runtime = "platform_container_runtime.api:main"
4040

4141
[tool.poetry.group.dev.dependencies]
4242
mypy = "1.6.1"
43-
mypy-protobuf = "3.5.0"
43+
mypy-protobuf = "3.6.0"
4444
pre-commit = "4.2.0"
4545
pytest = "7.4.0"
4646
pytest-asyncio = "0.23.8"

0 commit comments

Comments
 (0)