Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mypy-protobuf from 3.2.0 to 3.3.0 #19

Merged
merged 1 commit into from
Aug 30, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 29, 2022

Bumps mypy-protobuf from 3.2.0 to 3.3.0.

Changelog

Sourced from mypy-protobuf's changelog.

3.3.0

  • Prefer (mypy_protobuf.options).casttype to (mypy_protobuf.casttype)
    • Allows us to use a single extension number
    • Applies to casttype,keytype,valuetype
    • Deprecate (but still support) the old-style extension
  • Prefer importing from typing over typing_extensions on new enough python versions
  • Support emitting module docstrings
  • Make generated code flake8 compatible
  • Convert extensions.proto to proto3
  • Drop support for Python 3.6 [EOL]
  • Bump to grpc-stubs 1.24.7
  • Require protobuf 3.19.4
  • Bump support to mypy 0.941
  • Use PEP 604 Union syntax X | None rather than Optional[X]
  • Moved from dropbox/mypy-protobuf to nipunn1313/mypy-protobuf
    • Nipunn is the primary maintainer and plans to continue maintenance!
Commits
  • f19c0ae Bump to release 3.3.0 (#401)
  • 9a12c13 Prefer typing over typing_extensions when supported (#400)
  • 1989920 Use a single extension message for all the mypy_protobuf field extension type...
  • 7d741e6 Bump pyright version used (#399)
  • 7a0286b Convert extensions.proto to proto3 (#397)
  • f0fc33e Add shellcheck for run_test.sh (#395)
  • 053990b Improve indent in main.yml (#394)
  • f6a258e Bump tests to use latest minor patch versions of python (#393)
  • 35161c4 Make everything flake8 compatible (#392)
  • 8a948e9 Isort the repo and make sure it's healthy (#391)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [mypy-protobuf](https://github.com/nipunn1313/mypy-protobuf) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/nipunn1313/mypy-protobuf/releases)
- [Changelog](https://github.com/nipunn1313/mypy-protobuf/blob/main/CHANGELOG.md)
- [Commits](nipunn1313/mypy-protobuf@v3.2.0...v3.3.0)

---
updated-dependencies:
- dependency-name: mypy-protobuf
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 29, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #19 (c020567) into main (3acbf31) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #19   +/-   ##
=======================================
  Coverage   98.03%   98.03%           
=======================================
  Files          11       11           
  Lines         560      560           
  Branches       89       89           
=======================================
  Hits          549      549           
  Misses          2        2           
  Partials        9        9           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@andriykohut andriykohut merged commit d7be6b6 into main Aug 30, 2022
@andriykohut andriykohut deleted the dependabot/pip/mypy-protobuf-3.3.0 branch August 30, 2022 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants