-
Notifications
You must be signed in to change notification settings - Fork 121
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
build(deps): bump mypy from 0.931 to 0.940 #765
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] <support@github.com>
a95695b
to
ccc3566
Compare
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
48ff811
Bump version to 0.9407390280
Trigger wheel builds942395a
Minor documentation updates (#12329)5954bc9
Update copyright in LICENSE (#12330)8650f5c
stubgen: fix non default keyword-only argument positioning (#12303)226661f
Exhaustiveness checking for match statements (#12267)fce1b54
CI: Do not run mypy_primer on stubtest/stubgen PRs (#12295)c7a8162
stubtest: ignore more dunder positional-only errors (#12294)b3752a6
Revert "stubtest pos-only differences in dunders (#12184)" (#12293)4d99f7c
teststubtest: 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 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)