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 from 0.940 to 0.981 #6977

Merged
merged 18 commits into from
Oct 30, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 27, 2022

Bumps mypy from 0.940 to 0.981.

Commits

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](https://github.com/python/mypy) from 0.940 to 0.981.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](python/mypy@v0.940...v0.981)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  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 Sep 27, 2022
@github-actions github-actions bot enabled auto-merge (squash) September 27, 2022 10:24
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 4, 2022

A newer version of mypy exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@codecov
Copy link

codecov bot commented Oct 16, 2022

Codecov Report

Merging #6977 (ce5497a) into 3.9 (c5432b3) will increase coverage by 0.06%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##              3.9    #6977      +/-   ##
==========================================
+ Coverage   97.25%   97.31%   +0.06%     
==========================================
  Files         103      103              
  Lines       30183    30217      +34     
  Branches     3738     3748      +10     
==========================================
+ Hits        29354    29406      +52     
+ Misses        633      617      -16     
+ Partials      196      194       -2     
Flag Coverage Δ
CI-GHA 97.21% <100.00%> (+0.05%) ⬆️
OS-Linux 96.86% <100.00%> (+0.05%) ⬆️
OS-Windows 94.37% <0.00%> (+0.22%) ⬆️
OS-macOS 96.48% <100.00%> (+<0.01%) ⬆️
Py-3.10.7 ?
Py-3.10.8 96.97% <100.00%> (?)
Py-3.11.0 96.33% <100.00%> (?)
Py-3.11.0-rc.2 ?
Py-3.7.14 ?
Py-3.7.15 96.73% <100.00%> (?)
Py-3.7.9 94.22% <0.00%> (?)
Py-3.8.10 94.15% <0.00%> (?)
Py-3.8.14 96.58% <100.00%> (+<0.01%) ⬆️
Py-3.9.13 94.14% <0.00%> (?)
Py-3.9.14 96.37% <100.00%> (-0.23%) ⬇️
Py-3.9.15 96.61% <100.00%> (?)
Py-pypy7.3.9 96.21% <100.00%> (?)
VM-macos 96.48% <100.00%> (+<0.01%) ⬆️
VM-ubuntu 96.86% <100.00%> (+0.05%) ⬆️
VM-windows 94.37% <0.00%> (+0.22%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
aiohttp/web_runner.py 97.61% <ø> (ø)
aiohttp/connector.py 92.40% <100.00%> (ø)
tests/test_connector.py 97.41% <0.00%> (-0.11%) ⬇️
aiohttp/abc.py 100.00% <0.00%> (ø)
tests/test_web_functional.py 98.11% <0.00%> (+0.02%) ⬆️
aiohttp/web_app.py 97.00% <0.00%> (+0.33%) ⬆️
tests/autobahn/test_autobahn.py 100.00% <0.00%> (+1.66%) ⬆️
aiohttp/web.py 99.15% <0.00%> (+1.68%) ⬆️
tests/conftest.py 92.38% <0.00%> (+1.90%) ⬆️
tests/autobahn/client/client.py 96.42% <0.00%> (+49.99%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Member

@Dreamsorcerer Dreamsorcerer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@webknjaz Would be great if you can quickly sanity check these changes. Have basically needed to rewrite the client example to make it actually work.

examples/client_ws.py Show resolved Hide resolved
aiohttp/web_app.py Outdated Show resolved Hide resolved
@Dreamsorcerer Dreamsorcerer merged commit cdd25d9 into 3.9 Oct 30, 2022
@Dreamsorcerer Dreamsorcerer deleted the dependabot/pip/3.9/mypy-0.981 branch October 30, 2022 17:00
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