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

[setup] Upgrade Python venv (mac) to latest #22165

Merged
merged 2 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion geometry/test/meshcat_websocket_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ def print_recursive_comparison(d1, d2, level='root'):

async def socket_operations_async(args):
logger.info("Connecting...")
async with websockets.connect(args.ws_url, timeout=1) as websocket:
async with websockets.connect(args.ws_url,
close_timeout=1) as websocket:
logger.info("... connected")
if args.send_message is not None:
logger.info("Sending...")
Expand Down
33 changes: 16 additions & 17 deletions setup/mac/source_distribution/requirements-build.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by drake/tools/workspace/python/venv_upgrade; do not edit.
#
anyio==4.6.0
anyio==4.6.2.post1
# via
# httpx
# jupyter-server
Expand All @@ -24,7 +24,7 @@ babel==2.16.0
# via jupyterlab-server
beautifulsoup4==4.12.3
# via nbconvert
bleach==6.1.0
bleach==6.2.0
# via nbconvert
certifi==2024.8.30
# via
Expand All @@ -39,11 +39,11 @@ comm==0.2.2
# via
# ipykernel
# ipywidgets
contourpy==1.3.0
contourpy==1.3.1
# via matplotlib
cycler==0.12.1
# via matplotlib
debugpy==1.8.6
debugpy==1.8.8
# via ipykernel
decorator==5.1.1
# via ipython
Expand Down Expand Up @@ -71,23 +71,23 @@ idna==3.10
# requests
ipykernel==6.29.5
# via jupyterlab
ipython==8.28.0
ipython==8.29.0
# via
# ipykernel
# ipywidgets
ipywidgets==8.1.5
# via -r ../binary_distribution/requirements.txt
isoduration==20.11.0
# via jsonschema
jedi==0.19.1
jedi==0.19.2
# via ipython
jinja2==3.1.4
# via
# jupyter-server
# jupyterlab
# jupyterlab-server
# nbconvert
json5==0.9.25
json5==0.9.28
# via jupyterlab-server
jsonpointer==3.0.0
# via jsonschema
Expand Down Expand Up @@ -137,7 +137,7 @@ jupyterlab-widgets==3.0.13
# via ipywidgets
kiwisolver==1.4.7
# via matplotlib
markupsafe==3.0.1
markupsafe==3.0.2
# via
# jinja2
# nbconvert
Expand Down Expand Up @@ -166,13 +166,13 @@ notebook-shim==0.2.4
# via
# jupyterlab
# notebook
numpy==2.1.2
numpy==2.1.3
# via
# contourpy
# matplotlib
overrides==7.7.0
# via jupyter-server
packaging==24.1
packaging==24.2
# via
# ipykernel
# jupyter-server
Expand All @@ -186,7 +186,7 @@ parso==0.8.4
# via jedi
pexpect==4.9.0
# via ipython
pillow==10.4.0
pillow==11.0.0
# via
# -r ../binary_distribution/requirements.txt
# matplotlib
Expand All @@ -196,7 +196,7 @@ prometheus-client==0.21.0
# via jupyter-server
prompt-toolkit==3.0.48
# via ipython
psutil==6.0.0
psutil==6.1.0
# via ipykernel
ptyprocess==0.7.0
# via
Expand All @@ -212,7 +212,7 @@ pygments==2.18.0
# via
# ipython
# nbconvert
pyparsing==3.1.4
pyparsing==3.2.0
# via
# matplotlib
# pydot
Expand Down Expand Up @@ -247,7 +247,7 @@ rfc3986-validator==0.1.1
# via
# jsonschema
# jupyter-events
rpds-py==0.20.0
rpds-py==0.21.0
# via
# jsonschema
# referencing
Expand All @@ -256,7 +256,6 @@ send2trash==1.8.3
six==1.16.0
# via
# asttokens
# bleach
# python-dateutil
# rfc3339-validator
sniffio==1.3.1
Expand All @@ -271,7 +270,7 @@ terminado==0.18.1
# via
# jupyter-server
# jupyter-server-terminals
tinycss2==1.3.0
tinycss2==1.4.0
# via nbconvert
tornado==6.4.1
# via
Expand Down Expand Up @@ -304,7 +303,7 @@ urllib3==2.2.3
# via requests
wcwidth==0.2.13
# via prompt-toolkit
webcolors==24.8.0
webcolors==24.11.1
# via jsonschema
webencodings==0.5.1
# via
Expand Down
39 changes: 19 additions & 20 deletions setup/mac/source_distribution/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by drake/tools/workspace/python/venv_upgrade; do not edit.
#
anyio==4.6.0
anyio==4.6.2.post1
# via
# httpx
# jupyter-server
Expand All @@ -24,9 +24,9 @@ babel==2.16.0
# via jupyterlab-server
beautifulsoup4==4.12.3
# via nbconvert
bleach==6.1.0
bleach==6.2.0
# via nbconvert
blinker==1.8.2
blinker==1.9.0
# via flask
certifi==2024.8.30
# via
Expand All @@ -43,11 +43,11 @@ comm==0.2.2
# via
# ipykernel
# ipywidgets
contourpy==1.3.0
contourpy==1.3.1
# via matplotlib
cycler==0.12.1
# via matplotlib
debugpy==1.8.6
debugpy==1.8.8
# via ipykernel
decorator==5.1.1
# via ipython
Expand Down Expand Up @@ -77,7 +77,7 @@ idna==3.10
# requests
ipykernel==6.29.5
# via jupyterlab
ipython==8.28.0
ipython==8.29.0
# via
# ipykernel
# ipywidgets
Expand All @@ -87,7 +87,7 @@ isoduration==20.11.0
# via jsonschema
itsdangerous==2.2.0
# via flask
jedi==0.19.1
jedi==0.19.2
# via ipython
jinja2==3.1.4
# via
Expand All @@ -96,7 +96,7 @@ jinja2==3.1.4
# jupyterlab
# jupyterlab-server
# nbconvert
json5==0.9.25
json5==0.9.28
# via jupyterlab-server
jsonpointer==3.0.0
# via jsonschema
Expand Down Expand Up @@ -146,7 +146,7 @@ jupyterlab-widgets==3.0.13
# via ipywidgets
kiwisolver==1.4.7
# via matplotlib
markupsafe==3.0.1
markupsafe==3.0.2
# via
# jinja2
# nbconvert
Expand Down Expand Up @@ -176,13 +176,13 @@ notebook-shim==0.2.4
# via
# jupyterlab
# notebook
numpy==2.1.2
numpy==2.1.3
# via
# contourpy
# matplotlib
overrides==7.7.0
# via jupyter-server
packaging==24.1
packaging==24.2
# via
# ipykernel
# jupyter-server
Expand All @@ -196,7 +196,7 @@ parso==0.8.4
# via jedi
pexpect==4.9.0
# via ipython
pillow==10.4.0
pillow==11.0.0
# via
# -r ../binary_distribution/requirements.txt
# matplotlib
Expand All @@ -206,7 +206,7 @@ prometheus-client==0.21.0
# via jupyter-server
prompt-toolkit==3.0.48
# via ipython
psutil==6.0.0
psutil==6.1.0
# via ipykernel
ptyprocess==0.7.0
# via
Expand All @@ -222,7 +222,7 @@ pygments==2.18.0
# via
# ipython
# nbconvert
pyparsing==3.1.4
pyparsing==3.2.0
# via
# matplotlib
# pydot
Expand Down Expand Up @@ -257,7 +257,7 @@ rfc3986-validator==0.1.1
# via
# jsonschema
# jupyter-events
rpds-py==0.20.0
rpds-py==0.21.0
# via
# jsonschema
# referencing
Expand All @@ -267,7 +267,6 @@ six==1.16.0
# via
# -r requirements-test.in
# asttokens
# bleach
# python-dateutil
# rfc3339-validator
sniffio==1.3.1
Expand All @@ -282,7 +281,7 @@ terminado==0.18.1
# via
# jupyter-server
# jupyter-server-terminals
tinycss2==1.3.0
tinycss2==1.4.0
# via nbconvert
tornado==6.4.1
# via
Expand Down Expand Up @@ -317,17 +316,17 @@ urllib3==2.2.3
# via requests
wcwidth==0.2.13
# via prompt-toolkit
webcolors==24.8.0
webcolors==24.11.1
# via jsonschema
webencodings==0.5.1
# via
# bleach
# tinycss2
websocket-client==1.8.0
# via jupyter-server
websockets==13.1
websockets==14.0
# via -r requirements-test.in
werkzeug==3.0.4
werkzeug==3.1.3
# via flask
widgetsnbextension==4.0.13
# via ipywidgets
Expand Down