Skip to content

Commit

Permalink
Update mypy requirement from 1.0.1 to 1.1.1 (#81)
Browse files Browse the repository at this point in the history
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/9b777a36315b1ba24ab840f9f905cfb6c82e35a9"><code>9b777a3</code></a>
bump version to 1.1.1 for wheels build</li>
<li><a
href="https://github.com/python/mypy/commit/6d355f57df1a664e9853891ca77af68944242d52"><code>6d355f5</code></a>
[Release 1.1] Cherry-pick some mypyc build fixes (<a
href="https://github-redirect.dependabot.com/python/mypy/issues/14820">#14820</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/a27dec535e3eb1ed8dab1625e592bce5ab9a7972"><code>a27dec5</code></a>
Fix <code>--strict-equality</code> crash for instances of a class
generic over a `ParamS...</li>
<li><a
href="https://github.com/python/mypy/commit/c2016586d45767246d73bc38fd5b01e0d5c8f787"><code>c201658</code></a>
Remove +dev from version number before release</li>
<li><a
href="https://github.com/python/mypy/commit/17fba49939d4d8408f77e539290b24dd9b7f07ae"><code>17fba49</code></a>
[1.1 backport] [dataclass_transform] include
<strong>dataclass_fields</strong> in transfor...</li>
<li><a
href="https://github.com/python/mypy/commit/f2cac4a1bf08874f3862cdb48cad7f908577c400"><code>f2cac4a</code></a>
[1.1 backport] [dataclass_transform] detect transform spec changes in
increme...</li>
<li><a
href="https://github.com/python/mypy/commit/c03e979ca06c3bf082a4cd07458a1bc3205dc5e5"><code>c03e979</code></a>
Stubtest: Link directly to line (<a
href="https://github-redirect.dependabot.com/python/mypy/issues/14437">#14437</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/8a487ff248783fdc2fc0c1852a15f9fd6fbc12e8"><code>8a487ff</code></a>
Sync typeshed (<a
href="https://github-redirect.dependabot.com/python/mypy/issues/14733">#14733</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/c99133f405f286ed3429c809e9ae2cb3faaa2ceb"><code>c99133f</code></a>
Fix for bug with <code>in</code> operation on optionals in
<code>no-strict-optional</code> mode (<a
href="https://github-redirect.dependabot.com/python/mypy/issues/1">#1</a>...</li>
<li><a
href="https://github.com/python/mypy/commit/ef3187a64d10d1aacbf1d28171b4af00dcd1cb64"><code>ef3187a</code></a>
Update commit hashes in sync typeshed script (<a
href="https://github-redirect.dependabot.com/python/mypy/issues/14720">#14720</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/python/mypy/compare/v1.0.1...v1.1.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]>
  • Loading branch information
dependabot[bot] and monty-bot authored Apr 11, 2023
1 parent 5ff5dfa commit 4213c0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ flake8-docstrings = "*"
flake8-black = "*"
flake8-copyright = "*"
flake8-file-encoding = "*"
mypy = "1.0.1"
mypy = "1.1.1"
pytest = "*"
pyfakefs = "*"
pytest-cov = "*"
Expand Down
1 change: 1 addition & 0 deletions news/20230307082327.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Dependency upgrade: mypy-1.1.1

0 comments on commit 4213c0f

Please sign in to comment.