Skip to content

chore(deps): update dependency mypy to v1.20.2#44

Open
renovate[bot] wants to merge 1 commit into
alphafrom
renovate/mypy-1.x-lockfile
Open

chore(deps): update dependency mypy to v1.20.2#44
renovate[bot] wants to merge 1 commit into
alphafrom
renovate/mypy-1.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Jun 14, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
mypy (changelog) 1.15.01.20.2 age confidence

Release Notes

python/mypy (mypy)

v1.20.2

Compare Source

v1.20.1

Compare Source

  • Always disable sync in SQLite cache (Ivan Levkivskyi, PR 21184)
  • Temporarily skip few base64 tests (Ivan Levkivskyi, PR 21193)
  • Revert dict.__or__ typeshed change (Ivan Levkivskyi, PR 21186)
  • Fix narrowing for match case with variadic tuples (Shantanu, PR 21192)
  • Avoid narrowing type[T] in type calls (Shantanu, PR 21174)
  • Fix regression for catching empty tuple in except (Shantanu, PR 21153)
  • Fix reachability for frozenset and dict view narrowing (Shantanu, PR 21151)
  • Fix narrowing with chained comparison (Shantanu, PR 21150)
  • Avoid narrowing to unreachable at module level (Shantanu, PR 21144)
  • Allow dangerous identity comparisons to Any typed variables (Shantanu, PR 21142)
  • --warn-unused-config should not be a strict flag (Ivan Levkivskyi, PR 21139)

v1.20.0

Compare Source

v1.19.1

Compare Source

  • Fix noncommutative joins with bounded TypeVars (Shantanu, PR 20345)
  • Respect output format for cached runs by serializing raw errors in cache metas (Ivan Levkivskyi, PR 20372)
  • Allow types.NoneType in match cases (A5rocks, PR 20383)
  • Fix mypyc generator regression with empty tuple (BobTheBuidler, PR 20371)
  • Fix crash involving Unpack-ed TypeVarTuple (Shantanu, PR 20323)
  • Fix crash on star import of redefinition (Ivan Levkivskyi, PR 20333)
  • Fix crash on typevar with forward ref used in other module (Ivan Levkivskyi, PR 20334)
  • Fail with an explicit error on PyPy (Ivan Levkivskyi, PR 20389)

v1.19.0

Compare Source

v1.18.2

Compare Source

  • Fix crash on recursive alias (Ivan Levkivskyi, PR 19845)
  • Add additional guidance for stubtest errors when runtime is object.__init__ (Stephen Morton, PR 19733)
  • Fix handling of None values in f-string expressions in mypyc (BobTheBuidler, PR 19846)

v1.18.1

Compare Source

v1.17.1

Compare Source

  • Retain None as constraints bottom if no bottoms were provided (Stanislav Terliakov, PR 19485)
  • Fix "ignored exception in hasattr" in dmypy (Stanislav Terliakov, PR 19428)
  • Prevent a crash when InitVar is redefined with a method in a subclass (Stanislav Terliakov, PR 19453)

v1.17.0

Compare Source

v1.16.1

Compare Source

v1.16.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@sourcery-ai

sourcery-ai Bot commented Jun 14, 2025

Copy link
Copy Markdown

Reviewer's Guide

This PR updates the project’s type-checker by bumping mypy from v1.15.0 to v1.16.0, regenerating the lockfile to capture the new version and metadata.

File-Level Changes

Change Details Files
Upgrade mypy dependency to v1.16.0
  • Update the mypy entry in the lockfile to 1.16.0
  • Regenerate lockfile metadata (hashes, resolution timestamps)
poetry.lock

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@renovate renovate Bot changed the title chore(deps): update dependency mypy to v1.16.0 chore(deps): update dependency mypy to v1.16.1 Jun 16, 2025
@renovate renovate Bot changed the title chore(deps): update dependency mypy to v1.16.1 chore(deps): update dependency mypy to v1.17.0 Jul 14, 2025
@renovate
renovate Bot force-pushed the renovate/mypy-1.x-lockfile branch from bd170c7 to 515fb8c Compare July 15, 2025 13:35
@renovate
renovate Bot force-pushed the renovate/mypy-1.x-lockfile branch from 515fb8c to 25c8d3d Compare July 31, 2025 11:37
@renovate renovate Bot changed the title chore(deps): update dependency mypy to v1.17.0 chore(deps): update dependency mypy to v1.17.1 Jul 31, 2025
@renovate
renovate Bot force-pushed the renovate/mypy-1.x-lockfile branch from 25c8d3d to 1343bbf Compare August 19, 2025 13:33
@renovate renovate Bot changed the title chore(deps): update dependency mypy to v1.17.1 chore(deps): update dependency mypy to v1.18.1 Sep 13, 2025
@renovate
renovate Bot force-pushed the renovate/mypy-1.x-lockfile branch from 1343bbf to 76233e7 Compare September 13, 2025 04:08
@renovate renovate Bot changed the title chore(deps): update dependency mypy to v1.18.1 chore(deps): update dependency mypy to v1.18.2 Sep 19, 2025
@renovate
renovate Bot force-pushed the renovate/mypy-1.x-lockfile branch from 76233e7 to b969d19 Compare September 19, 2025 01:26
@renovate renovate Bot changed the title chore(deps): update dependency mypy to v1.18.2 chore(deps): update dependency mypy to v1.18.2 - abandoned Nov 12, 2025
@renovate

renovate Bot commented Nov 12, 2025

Copy link
Copy Markdown
Contributor Author

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@renovate renovate Bot changed the title chore(deps): update dependency mypy to v1.18.2 - abandoned chore(deps): update dependency mypy to v1.18.2 Nov 13, 2025
@renovate
renovate Bot force-pushed the renovate/mypy-1.x-lockfile branch from b969d19 to 0d77b7b Compare November 18, 2025 17:05
@renovate renovate Bot changed the title chore(deps): update dependency mypy to v1.18.2 chore(deps): update dependency mypy to v1.19.0 Nov 28, 2025
@renovate
renovate Bot force-pushed the renovate/mypy-1.x-lockfile branch from 0d77b7b to 3a3decc Compare December 15, 2025 09:00
@renovate renovate Bot changed the title chore(deps): update dependency mypy to v1.19.0 chore(deps): update dependency mypy to v1.19.1 Dec 15, 2025
@renovate
renovate Bot force-pushed the renovate/mypy-1.x-lockfile branch from 3a3decc to 34a89cd Compare February 2, 2026 16:52
@renovate
renovate Bot force-pushed the renovate/mypy-1.x-lockfile branch from 34a89cd to a92ffc2 Compare February 12, 2026 10:16
@renovate
renovate Bot force-pushed the renovate/mypy-1.x-lockfile branch from a92ffc2 to d335552 Compare March 13, 2026 14:35
@renovate
renovate Bot force-pushed the renovate/mypy-1.x-lockfile branch from d335552 to efb8b8a Compare March 26, 2026 17:54
@renovate renovate Bot changed the title chore(deps): update dependency mypy to v1.19.1 chore(deps): update dependency mypy to v1.20.0 Mar 31, 2026
@renovate
renovate Bot force-pushed the renovate/mypy-1.x-lockfile branch from efb8b8a to c090eb9 Compare April 13, 2026 05:57
@renovate renovate Bot changed the title chore(deps): update dependency mypy to v1.20.0 chore(deps): update dependency mypy to v1.20.1 Apr 13, 2026
@renovate
renovate Bot force-pushed the renovate/mypy-1.x-lockfile branch from c090eb9 to 511016a Compare April 21, 2026 22:02
@renovate renovate Bot changed the title chore(deps): update dependency mypy to v1.20.1 chore(deps): update dependency mypy to v1.20.2 Apr 21, 2026
@renovate
renovate Bot force-pushed the renovate/mypy-1.x-lockfile branch from 511016a to 06e8d51 Compare April 30, 2026 14:30
@renovate
renovate Bot force-pushed the renovate/mypy-1.x-lockfile branch from 06e8d51 to fbaac06 Compare May 12, 2026 17:15
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| pypi       | mypy    | 1.15.0 | 1.20.2 |
@renovate
renovate Bot force-pushed the renovate/mypy-1.x-lockfile branch from fbaac06 to a23cbfc Compare May 18, 2026 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants