Skip to content

Commit 34a5cbe

Browse files
Update mypy requirement from 0.991 to 1.0.0 (#70)
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/bc18017c19eb81bf5c11756f4e7dede4791e2823"><code>bc18017</code></a> Promote 1.0.0+dev to 1.0.0 (<a href="https://github-redirect.dependabot.com/python/mypy/issues/14594">#14594</a>)</li> <li><a href="https://github.com/python/mypy/commit/c2876bf6806137579d11a74abe524c99fc226326"><code>c2876bf</code></a> [1.0 backport] [used before def] add documentation (<a href="https://github-redirect.dependabot.com/python/mypy/issues/14592">#14592</a>) (<a href="https://github-redirect.dependabot.com/python/mypy/issues/14597">#14597</a>)</li> <li><a href="https://github.com/python/mypy/commit/8ef98cc7cdc884cd078c9867608cc8a89a68df1b"><code>8ef98cc</code></a> Various documentation and error message tweaks (<a href="https://github-redirect.dependabot.com/python/mypy/issues/14574">#14574</a>)</li> <li><a href="https://github.com/python/mypy/commit/9aa1776fe43109c4393f052dc149b258ae6f6694"><code>9aa1776</code></a> Improve Generics docs page (<a href="https://github-redirect.dependabot.com/python/mypy/issues/14587">#14587</a>)</li> <li><a href="https://github.com/python/mypy/commit/cb2ec3d08b0db4b1cda22e32aa461ad62c1cd243"><code>cb2ec3d</code></a> Improve protocols documentation (<a href="https://github-redirect.dependabot.com/python/mypy/issues/14577">#14577</a>)</li> <li><a href="https://github.com/python/mypy/commit/2cfc46c3dcd14e6b84dcd22ae17b015d3ee4e3b9"><code>2cfc46c</code></a> Improve the Common Issues page (<a href="https://github-redirect.dependabot.com/python/mypy/issues/14581">#14581</a>)</li> <li><a href="https://github.com/python/mypy/commit/7cf13919330a49059c3ae5b87ad5d2f9d25f99e2"><code>7cf1391</code></a> Make a top-level TypedDict page (<a href="https://github-redirect.dependabot.com/python/mypy/issues/14584">#14584</a>)</li> <li><a href="https://github.com/python/mypy/commit/dd2c9a6c15527b773c192b924cbdc88e8ba020b5"><code>dd2c9a6</code></a> Improve some dynamic typing docs (<a href="https://github-redirect.dependabot.com/python/mypy/issues/14576">#14576</a>)</li> <li><a href="https://github.com/python/mypy/commit/a6dce8408f2a958333f6bebf17df9e9e0b23ef62"><code>a6dce84</code></a> Upgrade to tox v4 (<a href="https://github-redirect.dependabot.com/python/mypy/issues/14579">#14579</a>)</li> <li><a href="https://github.com/python/mypy/commit/eb2e02df60e7881a36759c02d2eec9b8efd8be7d"><code>eb2e02d</code></a> Fix passenv for tox 4 (<a href="https://github-redirect.dependabot.com/python/mypy/issues/14578">#14578</a>)</li> <li>Additional commits viewable in <a href="https://github.com/python/mypy/compare/v0.991...v1.0.0">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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Monty Bot <[email protected]>
1 parent 851371d commit 34a5cbe

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.991"
13+
mypy = "1.0.0"
1414
pytest = "*"
1515
pyfakefs = "*"
1616
pytest-cov = "*"

news/20230207072240.bugfix

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

0 commit comments

Comments
 (0)