-
Notifications
You must be signed in to change notification settings - Fork 126
build(deps): bump mypy from 0.931 to 0.940 #765
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
Conversation
Bumps [mypy](https://github.com/python/mypy) from 0.931 to 0.940. - [Release notes](https://github.com/python/mypy/releases) - [Commits](python/mypy@v0.931...v0.940) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
a95695b to
ccc3566
Compare
duckontheweb
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The failing CI for 3.11 is coming from the maturin build of orjson. maturin tries to import tomli and falls back to importing tomllib if that is unavailable. However, maturin only lists tomli as a dependency for python_version<'3.11' here so neither dependency is available at build time. I will open an issue on maturin to address this, but since 3.11 support is experimental, I am approving this PR.
|
cc: @gadomski |
|
Could we install |
I opened PyO3/maturin#850 to address this and then almost immediately afterwards came across PEP 680, which adds |
|
It looks like |
|
Since the changes have been merged and there is a pretty short timeline to the next release I would be okay with patching this by installing |
Codecov Report
@@ Coverage Diff @@
## main #765 +/- ##
=======================================
Coverage ? 94.55%
=======================================
Files ? 79
Lines ? 11622
Branches ? 1370
=======================================
Hits ? 10989
Misses ? 455
Partials ? 178 Continue to review full report at Codecov.
|
|
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. |
@gadomski Since |
|
Yeah, I think it's fine to carry on, that's the whole point of the non-required CI checks eh? |
Bumps mypy from 0.931 to 0.940.
Commits
48ff811Bump version to 0.9407390280Trigger wheel builds942395aMinor documentation updates (#12329)5954bc9Update copyright in LICENSE (#12330)8650f5cstubgen: fix non default keyword-only argument positioning (#12303)226661fExhaustiveness checking for match statements (#12267)fce1b54CI: Do not run mypy_primer on stubtest/stubgen PRs (#12295)c7a8162stubtest: ignore more dunder positional-only errors (#12294)b3752a6Revert "stubtest pos-only differences in dunders (#12184)" (#12293)4d99f7cteststubtest: further fix tests (#12287)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)