Skip to content

Bump mypy from 0.902 to 0.910#595

Merged
asvetlov merged 1 commit intomasterfrom
dependabot/pip/mypy-0.910
Jul 21, 2021
Merged

Bump mypy from 0.902 to 0.910#595
asvetlov merged 1 commit intomasterfrom
dependabot/pip/mypy-0.910

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

@dependabot-preview dependabot-preview Bot commented Jun 23, 2021

Bumps mypy from 0.902 to 0.910.

Commits
  • f5fc579 Bump version to 0.910
  • 46ce325 Fix crash when inferring multiple assignment with overloaded function (#10689)
  • 96366d1 Don't ask to install a stub package if stubs are installed (#10670)
  • 9637f99 Fix crash with assignment to variable guarded with TypeGuard (#10683)
  • 680fded Document --install-types --non-interactive (#10684)
  • 64deb99 pkg_resources is now in types-setuptools (#10681)
  • e8cf526 Run build a second time when using --install-types --non-interactive (#10669)
  • f5a3405 Improve error reporting when --install-types has no cache (#10667)
  • 0b65866 pyopenssl types package name was corrected (#10656)
  • 4905aad Don't suggest to install stubs with py.typed files (#10652)
  • 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.

If all status checks pass Dependabot will automatically merge this pull request.


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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Jun 23, 2021
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 23, 2021

Codecov Report

Merging #595 (1e81bf4) into master (00ba22a) will decrease coverage by 0.31%.
The diff coverage is 82.38%.

❗ Current head 1e81bf4 differs from pull request most recent head b4d35e1. Consider uploading reports for the commit b4d35e1 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master     #595      +/-   ##
==========================================
- Coverage   86.54%   86.23%   -0.32%     
==========================================
  Files          19       21       +2     
  Lines         981     1271     +290     
==========================================
+ Hits          849     1096     +247     
- Misses        132      175      +43     
Impacted Files Coverage Δ
aiodocker/logs.py 34.78% <47.05%> (-0.22%) ⬇️
aiodocker/images.py 89.06% <68.42%> (-2.83%) ⬇️
aiodocker/stream.py 78.57% <78.57%> (ø)
aiodocker/containers.py 86.99% <79.72%> (-3.61%) ⬇️
aiodocker/docker.py 90.69% <90.69%> (+0.19%) ⬆️
aiodocker/execs.py 92.59% <92.59%> (ø)
aiodocker/__init__.py 100.00% <100.00%> (ø)
aiodocker/channel.py 100.00% <100.00%> (ø)
aiodocker/events.py 91.83% <100.00%> (+0.17%) ⬆️
aiodocker/exceptions.py 82.35% <100.00%> (ø)
... and 6 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5eb26cf...b4d35e1. Read the comment docs.

@dependabot-preview
Copy link
Copy Markdown
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

1 similar comment
@dependabot-preview
Copy link
Copy Markdown
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot-preview dependabot-preview Bot force-pushed the dependabot/pip/mypy-0.910 branch from b19eb53 to 1e81bf4 Compare July 21, 2021 07:57
Bumps [mypy](https://github.com/python/mypy) from 0.902 to 0.910.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](python/mypy@v0.902...v0.910)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/pip/mypy-0.910 branch from 1e81bf4 to b4d35e1 Compare July 21, 2021 08:09
@asvetlov asvetlov merged commit a6644f3 into master Jul 21, 2021
@asvetlov asvetlov deleted the dependabot/pip/mypy-0.910 branch July 21, 2021 08:27
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.

1 participant