-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[setup] Upgrade Python venv (mac) to latest #22165
[setup] Upgrade Python venv (mac) to latest #22165
Conversation
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.
+@rpoyner-tri for review and maybe fixups.
Reviewable status: LGTM missing from assignee rpoyner-tri(platform)
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.
Reviewed 2 of 2 files at r1, 1 of 1 files at r2.
Reviewable status: commits need curation (https://drake.mit.edu/reviewable.html#curated-commits) (waiting on @nicolecheetham)
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.
Reviewed all commit messages.
Reviewable status: commits need curation (https://drake.mit.edu/reviewable.html#curated-commits) (waiting on @nicolecheetham)
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.
+(status: squashing now)
Reviewable status: complete! all discussions resolved, LGTM from assignee rpoyner-tri(platform)
Co-Authored-By: nicole.cheetham <nicole.cheetham@tri-macmini-02.kitware.com> Co-Authored-By: Rick Poyner <rick.poyner@tri.global>
Towards #22087
The mac job fails with
TypeError: BaseEventLoop.create_connection() got an unexpected keyword argument 'timeout'
. When traced the file where the issue occurs is meshcat_websocket_client.py.This PR updates websockets from 13.1 to 14. The new version of websockets has backwards incompatible changes. Websockets Changelog
The Ubuntu jammy images use 9.1
Link indicating how to update: https://websockets.readthedocs.io/en/stable/howto/upgrade.html
This change is