-
Notifications
You must be signed in to change notification settings - Fork 4
build(deps): bump the pip group across 4 directories with 8 updates #476
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
pytest-asyncio downgraded, incompatible with pytest 9
High Severity
The
pytest-asyncio = "^0"constraint caps the version at<1.0.0, butpytest-asyncio1.3.0 is the first version with official pytest 9 support. The solver can't pick it, so it falls back to0.23.3(a significant downgrade from0.25.3), which predates pytest 9 and wasn't tested against it. The previous0.25.3explicitly declaredpytest >=8.2,<9, confirming the 0.x line doesn't support pytest 9. This combination will likely cause async test failures at runtime.Additional Locations (1)
e2e/python/poetry.lock#L3027-L3043Reviewed by Cursor Bugbot for commit fe4b714. Configure here.