dependabot[bot] opened a new pull request, #17616: URL: https://github.com/apache/beam/pull/17616
Bumps [mypy-protobuf](https://github.com/dropbox/mypy-protobuf) from 1.18 to 3.2.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.2.0</h2> <ul> <li>Remove unnecessary <code>...</code> in generated files.</li> <li>Reorder/reference enum classes to avoid forward references.</li> <li>Support <code>*_FIELD_NUMBER</code> for extensions</li> <li>Bump types-protobuf dependency to 3.19</li> <li>Require protobuf 3.19.3</li> <li>Support DESCRIPTOR: ServiceDescriptor in py generic services</li> <li>More accurately represent method names in py generic services (done -> callback, self -> inst)</li> <li>More accurately represent method names in grpc services (<code>request</code> -> <code>request_iterator</code>)</li> <li>Internal: Get tests to pass on pure-python protobuf impl (minor semantic differences)</li> <li>Internal: Bump pyright in testing to 1.1.206</li> <li>Internal: Use stubtest to validate generated stubs match generated runtime</li> </ul> <h2>3.1.0</h2> <ul> <li>Require protobuf 3.19.1</li> <li>Change <code>EnumTypeWrapper.V</code> to <code>EnumTypeWrapper.ValueType</code> per <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/pull/8182">protocolbuffers/protobuf#8182</a>. Will allow for unquoted annotations starting with protobuf 3.20.0. <code>.V</code> will continue to work for the foreseeable future for backward compatibility.</li> <li>suppress pyright warning reportSelfClsParameterName when a proto field is named <code>self</code></li> <li>Allow optional constructor keywords for primitive field types in proto3, following this <a href="https://github.com/protocolbuffers/protobuf/blob/master/docs/field_presence.md#presence-in-proto3-apis">chart</a>.</li> <li>Reorder Enum helper classes to eliminate pycharm errors</li> </ul> <h2>3.0.0</h2> <ul> <li>Drop support for targeting python 2.7</li> <li>Generate py3 specific syntax for unicode strings (<code>""</code> rather than <code>u""</code>)</li> <li>Now requires protobuf 3.18.0</li> <li>Handle escaping properly in docstrings and attribute strings (<a href="https://github-redirect.dependabot.com/dropbox/mypy-protobuf/issues/296">#296</a>)</li> <li>Use three-digit version number 3.0.0 for minor and patch releases</li> <li>Codify pyright support in README</li> </ul> <h2>2.10</h2> <ul> <li>Switch from setup.py to pyproject.toml and setup.cfg per <a href="https://packaging.python.org/tutorials/packaging-projects/">https://packaging.python.org/tutorials/packaging-projects/</a></li> <li>Remove dependency on grpcio-tools. mypy-protobuf doesn't need it to run. It's only needed to run mypy afterward.</li> <li>Avoid relative imports in <code>_grpc_pb2.pyi</code> stubs. grpc stubs themselves don't use relative imports, nor <code>__init__.py</code> files</li> <li>Use <code>"""</code> docstring style comments in generated code rather than <code>#</code> style so it shows up in IDEs.</li> <li>Disambiguate messages from reserved python keywords (eg <code>None</code>) with prefix <code>_r_</code> rather than <code>__</code> - since <code>__</code> is considered private.</li> <li>Bump tests to use pyright 1.1.169, types-protobuf 3.17.4, pytest 6.2.5, grpc-stubs 1.24.7, grpcio-tools 1.40.0</li> <li>Since upstream protobuf has dropped support with 3.18.0, 2.10 will be the last mypy-protobuf that supports targeting python 2.7. Updated docs for this.</li> </ul> <h2>2.9</h2> <ul> <li><a href="https://github.com/github/renaming">Rename master branch to main</a></li> <li>Make <code>install_requires</code> requirements for grpcio-tools and types-protobuf use >=</li> </ul> <h2>2.8</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nipunn1313/mypy-protobuf/commit/985382c073b338b91bd0adbc354b64b27ba5f8c3"><code>985382c</code></a> Bump to release 3.2.0 (<a href="https://github-redirect.dependabot.com/dropbox/mypy-protobuf/issues/343">#343</a>)</li> <li><a href="https://github.com/nipunn1313/mypy-protobuf/commit/3c4300871006c0f9eb236b8a9b7ceadf523c379a"><code>3c43008</code></a> Reference pyright version from a package.json to configure dependabot (<a href="https://github-redirect.dependabot.com/dropbox/mypy-protobuf/issues/342">#342</a>)</li> <li><a href="https://github.com/nipunn1313/mypy-protobuf/commit/e257eb59b723bda514bc0eb4fe59bf4c6040b09d"><code>e257eb5</code></a> Read protobuf version from test_requirements.txt in the CI (<a href="https://github-redirect.dependabot.com/dropbox/mypy-protobuf/issues/341">#341</a>)</li> <li><a href="https://github.com/nipunn1313/mypy-protobuf/commit/6ae81017a683eb316f38bff04d4746638f15697b"><code>6ae8101</code></a> Drop support for python 3.6. Add testing for 3.10 (<a href="https://github-redirect.dependabot.com/dropbox/mypy-protobuf/issues/339">#339</a>)</li> <li><a href="https://github.com/nipunn1313/mypy-protobuf/commit/e0f32df26d14a12d54df89b857a605e2c8d09bdb"><code>e0f32df</code></a> Bump dependency for protobuf and types-protobuf (<a href="https://github-redirect.dependabot.com/dropbox/mypy-protobuf/issues/338">#338</a>)</li> <li><a href="https://github.com/nipunn1313/mypy-protobuf/commit/cb90fcb75dc09392132458519b89f06c1ded6b91"><code>cb90fcb</code></a> More accurately represent <code>request</code> parameter in grpc functions (<a href="https://github-redirect.dependabot.com/dropbox/mypy-protobuf/issues/336">#336</a>)</li> <li><a href="https://github.com/nipunn1313/mypy-protobuf/commit/fcc5a49dc88524ef85d58842e0b7c5dd2acf314b"><code>fcc5a49</code></a> Fix stubtest issues for py generic services (<a href="https://github-redirect.dependabot.com/dropbox/mypy-protobuf/issues/333">#333</a>)</li> <li><a href="https://github.com/nipunn1313/mypy-protobuf/commit/7be917a0a8108de3863f73d7776cc4406ca5c6cf"><code>7be917a</code></a> Bump types-protobuf to 3.19.0 (<a href="https://github-redirect.dependabot.com/dropbox/mypy-protobuf/issues/334">#334</a>)</li> <li><a href="https://github.com/nipunn1313/mypy-protobuf/commit/d22e0eec2a7c9bbb614b203aaee969288fb5d4ae"><code>d22e0ee</code></a> Bump mypy from 0.930 to 0.931 (<a href="https://github-redirect.dependabot.com/dropbox/mypy-protobuf/issues/332">#332</a>)</li> <li><a href="https://github.com/nipunn1313/mypy-protobuf/commit/f8f157559fdd92936b27e8fb80c9f6c17e7e52d7"><code>f8f1575</code></a> Bump pyright to 1.1.206 (<a href="https://github-redirect.dependabot.com/dropbox/mypy-protobuf/issues/331">#331</a>)</li> <li>Additional commits viewable in <a href="https://github.com/dropbox/mypy-protobuf/compare/v1.18...v3.2.0">compare view</a></li> </ul> </details> <br /> [](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 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
