-
Notifications
You must be signed in to change notification settings - Fork 1k
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
chore: Updating latest requirements to fix broken CI #4683
Conversation
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
@tokoko can you reproduce this issue locally? I'm not able to reproduce this linter error. |
no, I'm usually running lowest python version locally though (3.9), maybe it is 3.11-specific. |
I tried it with 3.11 and wasn't able to reproduce... @dmartinol any chance you can check this out? |
@@ -458,7 +460,7 @@ multidict==6.1.0 | |||
# via | |||
# aiohttp | |||
# yarl | |||
mypy==1.11.2 | |||
mypy==1.13.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert this one.
I think the issue is due to this change in 1.11.2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh nice, thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually I'll just patch the issue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Going to patch it in a separate PR actually. Let's merge this and fix master.
@dmartinol can you review?
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
What this PR does / why we need it:
Updating latest requirements to fix broken CI
Which issue(s) this PR fixes:
Master CI is broken
Misc