Update dependency mypy to v1.20.2 - #22
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/mypy-1.x
branch
2 times, most recently
from
June 1, 2025 11:08
1d190c5 to
4bc8692
Compare
renovate
Bot
force-pushed
the
renovate/mypy-1.x
branch
from
June 7, 2025 03:28
4bc8692 to
c9e7205
Compare
renovate
Bot
force-pushed
the
renovate/mypy-1.x
branch
from
June 16, 2025 19:54
c9e7205 to
22baf0c
Compare
renovate
Bot
force-pushed
the
renovate/mypy-1.x
branch
from
June 17, 2025 22:39
22baf0c to
20bc312
Compare
renovate
Bot
force-pushed
the
renovate/mypy-1.x
branch
from
June 27, 2025 02:47
20bc312 to
1ac0a6e
Compare
renovate
Bot
force-pushed
the
renovate/mypy-1.x
branch
from
July 4, 2025 03:41
1ac0a6e to
d48bd6c
Compare
renovate
Bot
force-pushed
the
renovate/mypy-1.x
branch
2 times, most recently
from
July 14, 2025 23:34
3071c5f to
1f65e59
Compare
renovate
Bot
force-pushed
the
renovate/mypy-1.x
branch
2 times, most recently
from
July 24, 2025 23:29
e0d5074 to
67c19b6
Compare
renovate
Bot
force-pushed
the
renovate/mypy-1.x
branch
2 times, most recently
from
July 31, 2025 09:34
2eb9feb to
9d13304
Compare
renovate
Bot
force-pushed
the
renovate/mypy-1.x
branch
4 times, most recently
from
August 14, 2025 21:37
7e3b360 to
a7a43fb
Compare
renovate
Bot
force-pushed
the
renovate/mypy-1.x
branch
3 times, most recently
from
August 31, 2025 10:43
0dcc560 to
90b775f
Compare
renovate
Bot
force-pushed
the
renovate/mypy-1.x
branch
from
September 4, 2025 21:00
90b775f to
6ab7c4e
Compare
renovate
Bot
force-pushed
the
renovate/mypy-1.x
branch
2 times, most recently
from
November 14, 2025 03:47
c37de32 to
57aa51c
Compare
renovate
Bot
force-pushed
the
renovate/mypy-1.x
branch
2 times, most recently
from
November 22, 2025 01:09
f0580ed to
f59d65b
Compare
renovate
Bot
force-pushed
the
renovate/mypy-1.x
branch
3 times, most recently
from
December 4, 2025 20:47
e1d5438 to
b441ac8
Compare
renovate
Bot
force-pushed
the
renovate/mypy-1.x
branch
from
December 12, 2025 03:45
b441ac8 to
e9ad86f
Compare
renovate
Bot
force-pushed
the
renovate/mypy-1.x
branch
2 times, most recently
from
December 19, 2025 03:07
c4c8199 to
9330047
Compare
renovate
Bot
force-pushed
the
renovate/mypy-1.x
branch
from
December 31, 2025 17:43
9330047 to
d40cc28
Compare
renovate
Bot
force-pushed
the
renovate/mypy-1.x
branch
from
January 9, 2026 01:25
d40cc28 to
fffba07
Compare
renovate
Bot
force-pushed
the
renovate/mypy-1.x
branch
from
January 16, 2026 02:09
fffba07 to
a2eab83
Compare
renovate
Bot
force-pushed
the
renovate/mypy-1.x
branch
from
January 23, 2026 04:58
a2eab83 to
09ee432
Compare
renovate
Bot
force-pushed
the
renovate/mypy-1.x
branch
2 times, most recently
from
February 4, 2026 01:35
7b31e73 to
8b54a03
Compare
renovate
Bot
force-pushed
the
renovate/mypy-1.x
branch
2 times, most recently
from
February 13, 2026 04:35
cb76274 to
482075d
Compare
renovate
Bot
force-pushed
the
renovate/mypy-1.x
branch
2 times, most recently
from
February 27, 2026 01:28
712d19f to
06f09b9
Compare
renovate
Bot
force-pushed
the
renovate/mypy-1.x
branch
from
March 6, 2026 01:10
06f09b9 to
16bb24a
Compare
renovate
Bot
force-pushed
the
renovate/mypy-1.x
branch
2 times, most recently
from
March 19, 2026 20:55
07bf576 to
520a742
Compare
renovate
Bot
force-pushed
the
renovate/mypy-1.x
branch
3 times, most recently
from
March 31, 2026 20:53
4ff25a5 to
fb656bb
Compare
Contributor
Author
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.15.0→==1.20.2Release Notes
python/mypy (mypy)
v1.20.2Compare Source
v1.20.1Compare Source
dict.__or__typeshed change (Ivan Levkivskyi, PR 21186)type[T]in type calls (Shantanu, PR 21174)Anytyped variables (Shantanu, PR 21142)--warn-unused-configshould not be a strict flag (Ivan Levkivskyi, PR 21139)v1.20.0Compare Source
v1.19.1Compare Source
types.NoneTypein match cases (A5rocks, PR 20383)v1.19.0Compare Source
v1.18.2Compare Source
object.__init__(Stephen Morton, PR 19733)v1.18.1Compare Source
v1.17.1Compare Source
Noneas constraints bottom if no bottoms were provided (Stanislav Terliakov, PR 19485)hasattr" in dmypy (Stanislav Terliakov, PR 19428)v1.17.0Compare Source
v1.16.1Compare Source
v1.16.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.