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

Update dependency mypy to v1.15.0 #8791

Merged
merged 2 commits into from
Mar 3, 2025
Merged

Update dependency mypy to v1.15.0 #8791

merged 2 commits into from
Mar 3, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mypy (changelog) ==1.14.1 -> ==1.15.0 age adoption passing confidence

Release Notes

python/mypy (mypy)

v1.15.0

Compare Source


Configuration

📅 Schedule: Branch creation - "on the 3rd day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

@renovate renovate bot added the Dependency label Mar 3, 2025
@radarhere
Copy link
Member

This is failing with a lint error

https://github.com/python-pillow/Pillow/actions/runs/13622251428/job/38073584609?pr=8791#step:8:17

src/PIL/TiffImagePlugin.py:407: error: Signature of "__hash__" incompatible
with supertype "Complex"  [override]
        def __hash__(self) -> int:
        ^
src/PIL/TiffImagePlugin.py:407: note:      Superclass:
src/PIL/TiffImagePlugin.py:407: note:          None
src/PIL/TiffImagePlugin.py:407: note:      Subclass:
src/PIL/TiffImagePlugin.py:407: note:          def __hash__(self) -> int

I don't think there is a solution. I asked about this at https://github.com/python/typeshed/pull/13286/files#r1942664879, but the author doesn't think there is a problem.

I'll push an ignore here, since I think that's the only thing we can do.

Copy link
Contributor Author

renovate bot commented Mar 3, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@hugovk hugovk merged commit 4e550d4 into main Mar 3, 2025
103 of 105 checks passed
@renovate renovate bot deleted the renovate/mypy-1.x branch March 3, 2025 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants