Skip to content

Commit 95d1ac3

Browse files
Update mypy requirement from 0.921 to 0.991 (#49)
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python/mypy/commit/b7788fcc4d140bbeb56531ab054bcdd53e298d30"><code>b7788fc</code></a> Update version to remove &quot;+dev&quot; for releasing 0.991</li> <li><a href="https://github.com/python/mypy/commit/6077d1966e8dc84be44b9e30f590a604561b72b3"><code>6077d19</code></a> manually CP typeshed <a href="https://github-redirect.dependabot.com/python/mypy/issues/9130">#9130</a></li> <li><a href="https://github.com/python/mypy/commit/ab0ea1ec4499b8b589bd3a5da7fdd08d9e00990e"><code>ab0ea1e</code></a> Fix crash with function redefinition (<a href="https://github-redirect.dependabot.com/python/mypy/issues/14064">#14064</a>)</li> <li><a href="https://github.com/python/mypy/commit/592a9cee1368542ba252cf665ffac0f46ff783c0"><code>592a9ce</code></a> Fix another crash with report generation on namespace packages (<a href="https://github-redirect.dependabot.com/python/mypy/issues/14063">#14063</a>)</li> <li><a href="https://github.com/python/mypy/commit/1650ae00deb47ab315d5613492950dd75d51cc1a"><code>1650ae0</code></a> Update --no-warn-no-return docs for empty body changes (<a href="https://github-redirect.dependabot.com/python/mypy/issues/14065">#14065</a>)</li> <li><a href="https://github.com/python/mypy/commit/b9daa313a5326e0bb315422cafe0b1f62a33cec6"><code>b9daa31</code></a> Don't ignore errors in files passed on the command line (<a href="https://github-redirect.dependabot.com/python/mypy/issues/14060">#14060</a>)</li> <li><a href="https://github.com/python/mypy/commit/02fd8a54e72be4a8ed83049d86d1335b164283c2"><code>02fd8a5</code></a> Filter out wasm32 wheel in upload-pypi.py (<a href="https://github-redirect.dependabot.com/python/mypy/issues/14035">#14035</a>)</li> <li><a href="https://github.com/python/mypy/commit/131c8d707a3071e1d3e4dca81db47a567d25aa81"><code>131c8d7</code></a> Fix crash on inference with recursive alias to recursive instance (<a href="https://github-redirect.dependabot.com/python/mypy/issues/14038">#14038</a>)</li> <li><a href="https://github.com/python/mypy/commit/136833884fcf44dd0a6c07743ee0691ff878aad9"><code>1368338</code></a> Change version to 0.991+dev in preparation for the point release</li> <li><a href="https://github.com/python/mypy/commit/b71dc3da0d8c6a4e116eef98a7ff8591145338be"><code>b71dc3d</code></a> Remove +dev from version</li> <li>Additional commits viewable in <a href="https://github.com/python/mypy/compare/v0.921...v0.991">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Monty Bot <monty-bot@arm.com>
1 parent 00d2baf commit 95d1ac3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ flake8-docstrings = "*"
1010
flake8-black = "*"
1111
flake8-copyright = "*"
1212
flake8-file-encoding = "*"
13-
mypy = "0.921"
13+
mypy = "0.991"
1414
pytest = "*"
1515
pyfakefs = "*"
1616
pytest-cov = "*"

news/202211301940.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency upgrade: mypy-0.991

0 commit comments

Comments
 (0)