Skip to content

Commit f5264b2

Browse files
Update mypy requirement from 1.0.0 to 1.0.1 (#71)
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/ecf05e6388eb5c3c0c5d7ea963817c0f81b65618"><code>ecf05e6</code></a> bump version to 1.0.1</li> <li><a href="https://github.com/python/mypy/commit/18c46938e77a3ab01e6e38b57c0b3f1286966109"><code>18c4693</code></a> [Backport] Fix generic TypedDict/NamedTuple fixup (<a href="https://github-redirect.dependabot.com/python/mypy/issues/14701">#14701</a>)</li> <li><a href="https://github.com/python/mypy/commit/a9051d26711905a01382587b1ab3ee7acdae090e"><code>a9051d2</code></a> [backport] [mypyc] Fix test case testI64Cast on 32-bit architectures (<a href="https://github-redirect.dependabot.com/python/mypy/issues/14700">#14700</a>)</li> <li><a href="https://github.com/python/mypy/commit/83db0856e2680fcdd84841a5e3ddb66508f533f8"><code>83db085</code></a> [backport] [used before def] handle walrus declaration in match subject corre...</li> <li><a href="https://github.com/python/mypy/commit/c090ca2a55ef2343cc39222ffb6e503432cfe9f4"><code>c090ca2</code></a> [backport] [used before def] correctly handle walrus operator (<a href="https://github-redirect.dependabot.com/python/mypy/issues/14646">#14646</a>) (<a href="https://github-redirect.dependabot.com/python/mypy/issues/14654">#14654</a>)</li> <li><a href="https://github.com/python/mypy/commit/0c9958583cf7c2b9ba568b19853aa63aa9d6e670"><code>0c99585</code></a> [backport] Fix crash on deferred value constrained TypeVar (<a href="https://github-redirect.dependabot.com/python/mypy/issues/14642">#14642</a>) (<a href="https://github-redirect.dependabot.com/python/mypy/issues/14655">#14655</a>)</li> <li><a href="https://github.com/python/mypy/commit/b562f53110cf112eaa6f9642e9bae11a46f84e17"><code>b562f53</code></a> bump version to 1.0.1+dev</li> <li>See full diff in <a href="https://github.com/python/mypy/compare/v1.0.0...v1.0.1">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 88c39cf commit f5264b2

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

news/20230220081601.bugfix

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

0 commit comments

Comments
 (0)