Skip to content
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

Bump mypy from 1.12.0 to 1.12.1 #362

Merged
merged 1 commit into from
Oct 21, 2024
Merged

Bump mypy from 1.12.0 to 1.12.1 #362

merged 1 commit into from
Oct 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps mypy from 1.12.0 to 1.12.1.

Changelog

Sourced from mypy's changelog.

Mypy 1.12.1

  • Fix crash when showing partially analyzed type in error message (Ivan Levkivskyi, PR 17961)
  • Fix iteration over union (when self type is involved) (Shantanu, PR 17976)
  • Fix type object with type var default in union context (Jukka Lehtosalo, PR 17991)
  • Revert change to os.path stubs affecting use of os.PathLike[Any] (Shantanu, PR 17995)

Acknowledgements

Thanks to all mypy contributors who contributed to this release:

  • Ali Hamdan
  • Anders Kaseorg
  • Bénédikt Tran
  • Brian Schubert
  • bzoracler
  • Chelsea Durazo
  • Danny Yang
  • Edgar Ramírez Mondragón
  • Eric Mark Martin
  • InSync
  • Ivan Levkivskyi
  • Jordandev678
  • Katrina Connors
  • Kirill Podoprigora
  • Marc Mueller
  • Max Muoto
  • Max Murin
  • Michael Carlstrom
  • Michael I Chen
  • Pradyun Gedam
  • quinn-sasha
  • Raphael Krupinski
  • Sebastian Rittau
  • Shantanu
  • sobolevn
  • Soubhik Kumar Mitra
  • Stanislav Terliakov
  • wyattscarpenter

I’d also like to thank my employer, Dropbox, for supporting mypy development.

Mypy 1.11

We’ve just uploaded mypy 1.11 to the Python Package Index (PyPI). Mypy is a static type checker for Python. This release includes new features, performance improvements and bug fixes. You can install it as follows:

python3 -m pip install -U mypy

You can read the full documentation for this release on Read the Docs.

Support Python 3.12 Syntax for Generics (PEP 695)

... (truncated)

Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [mypy](https://github.com/python/mypy) from 1.12.0 to 1.12.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.12.0...v1.12.1)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from iMicknl as a code owner October 21, 2024 08:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 21, 2024
@iMicknl iMicknl merged commit 65ca3f3 into main Oct 21, 2024
5 checks passed
@iMicknl iMicknl deleted the dependabot/pip/mypy-1.12.1 branch October 21, 2024 15:33
jsongerber pushed a commit to jsongerber/python-sagemcom-api that referenced this pull request Nov 8, 2024
Bumps [mypy](https://github.com/python/mypy) from 1.12.0 to 1.12.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/python/mypy/blob/master/CHANGELOG.md">mypy's
changelog</a>.</em></p>
<blockquote>
<h3>Mypy 1.12.1</h3>
<ul>
<li>Fix crash when showing partially analyzed type in error message
(Ivan Levkivskyi, PR <a
href="https://redirect.github.com/python/mypy/pull/17961">17961</a>)</li>
<li>Fix iteration over union (when self type is involved) (Shantanu, PR
<a
href="https://redirect.github.com/python/mypy/pull/17976">17976</a>)</li>
<li>Fix type object with type var default in union context (Jukka
Lehtosalo, PR <a
href="https://redirect.github.com/python/mypy/pull/17991">17991</a>)</li>
<li>Revert change to <code>os.path</code> stubs affecting use of
<code>os.PathLike[Any]</code> (Shantanu, PR <a
href="https://redirect.github.com/python/mypy/pull/17995">17995</a>)</li>
</ul>
<h3>Acknowledgements</h3>
<p>Thanks to all mypy contributors who contributed to this release:</p>
<ul>
<li>Ali Hamdan</li>
<li>Anders Kaseorg</li>
<li>Bénédikt Tran</li>
<li>Brian Schubert</li>
<li>bzoracler</li>
<li>Chelsea Durazo</li>
<li>Danny Yang</li>
<li>Edgar Ramírez Mondragón</li>
<li>Eric Mark Martin</li>
<li>InSync</li>
<li>Ivan Levkivskyi</li>
<li>Jordandev678</li>
<li>Katrina Connors</li>
<li>Kirill Podoprigora</li>
<li>Marc Mueller</li>
<li>Max Muoto</li>
<li>Max Murin</li>
<li>Michael Carlstrom</li>
<li>Michael I Chen</li>
<li>Pradyun Gedam</li>
<li>quinn-sasha</li>
<li>Raphael Krupinski</li>
<li>Sebastian Rittau</li>
<li>Shantanu</li>
<li>sobolevn</li>
<li>Soubhik Kumar Mitra</li>
<li>Stanislav Terliakov</li>
<li>wyattscarpenter</li>
</ul>
<p>I’d also like to thank my employer, Dropbox, for supporting mypy
development.</p>
<h2>Mypy 1.11</h2>
<p>We’ve just uploaded mypy 1.11 to the Python Package Index (<a
href="https://pypi.org/project/mypy/">PyPI</a>). Mypy is a static type
checker for Python. This release includes new features, performance
improvements and bug fixes. You can install it as follows:</p>
<pre><code>python3 -m pip install -U mypy
</code></pre>
<p>You can read the full documentation for this release on <a
href="http://mypy.readthedocs.io">Read the Docs</a>.</p>
<h3>Support Python 3.12 Syntax for Generics (PEP 695)</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python/mypy/commit/050d12f8d5b07a892fc4e24fabc485cfafce3ff0"><code>050d12f</code></a>
Bump version to 1.12.1</li>
<li><a
href="https://github.com/python/mypy/commit/346e370fc314b3c7c84a1e3e920dd9afe039b4bd"><code>346e370</code></a>
[1.12 backport] revert os.path change (<a
href="https://redirect.github.com/python/mypy/issues/17995">#17995</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/71e1f055f0fcfa289a8ed6e82297ceb0a3e74417"><code>71e1f05</code></a>
Fix type object with type var default in union context (<a
href="https://redirect.github.com/python/mypy/issues/17991">#17991</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/34d86038bab0b79251019fd1cbb438b7aef1a592"><code>34d8603</code></a>
Fix iteration over union (when self type is involved) (<a
href="https://redirect.github.com/python/mypy/issues/17976">#17976</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/2485bed372cbc82ea4789c480eb6359905693e86"><code>2485bed</code></a>
Use kw-only args for member access booleans (<a
href="https://redirect.github.com/python/mypy/issues/17975">#17975</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/a5e9b0b7fe5f2b5e3b3efac844216159a24ebd9c"><code>a5e9b0b</code></a>
Fix crash when showing partially analyzed type in error message (<a
href="https://redirect.github.com/python/mypy/issues/17961">#17961</a>)</li>
<li><a
href="https://github.com/python/mypy/commit/4775da1977dc116d2005e61e819df1603780178a"><code>4775da1</code></a>
Bump version to 1.12.1+dev</li>
<li>See full diff in <a
href="https://github.com/python/mypy/compare/v1.12.0...v1.12.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mypy&package-manager=pip&previous-version=1.12.0&new-version=1.12.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant