From 443688fbc5ead1c40f247eec56dbc2d36fff913b Mon Sep 17 00:00:00 2001 From: "Nicole C." <48625123+nicolecheetham@users.noreply.github.com> Date: Thu, 14 Nov 2024 16:46:48 -0500 Subject: [PATCH] [setup] Upgrade Python venv (mac) to latest (#22165) Co-Authored-By: nicole.cheetham Co-Authored-By: Rick Poyner --- geometry/test/meshcat_websocket_client.py | 3 +- .../requirements-build.txt | 33 ++++++++-------- .../source_distribution/requirements-test.txt | 39 +++++++++---------- 3 files changed, 37 insertions(+), 38 deletions(-) diff --git a/geometry/test/meshcat_websocket_client.py b/geometry/test/meshcat_websocket_client.py index 94e6b8daae18..13b518e64ba3 100644 --- a/geometry/test/meshcat_websocket_client.py +++ b/geometry/test/meshcat_websocket_client.py @@ -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...") diff --git a/setup/mac/source_distribution/requirements-build.txt b/setup/mac/source_distribution/requirements-build.txt index 08f8e50eea2c..8f8536221f24 100644 --- a/setup/mac/source_distribution/requirements-build.txt +++ b/setup/mac/source_distribution/requirements-build.txt @@ -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 @@ -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 @@ -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 @@ -71,7 +71,7 @@ idna==3.10 # requests ipykernel==6.29.5 # via jupyterlab -ipython==8.28.0 +ipython==8.29.0 # via # ipykernel # ipywidgets @@ -79,7 +79,7 @@ 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 @@ -87,7 +87,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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -212,7 +212,7 @@ pygments==2.18.0 # via # ipython # nbconvert -pyparsing==3.1.4 +pyparsing==3.2.0 # via # matplotlib # pydot @@ -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 @@ -256,7 +256,6 @@ send2trash==1.8.3 six==1.16.0 # via # asttokens - # bleach # python-dateutil # rfc3339-validator sniffio==1.3.1 @@ -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 @@ -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 diff --git a/setup/mac/source_distribution/requirements-test.txt b/setup/mac/source_distribution/requirements-test.txt index 7b92dcb8b3c1..e39b87cd9f90 100644 --- a/setup/mac/source_distribution/requirements-test.txt +++ b/setup/mac/source_distribution/requirements-test.txt @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -222,7 +222,7 @@ pygments==2.18.0 # via # ipython # nbconvert -pyparsing==3.1.4 +pyparsing==3.2.0 # via # matplotlib # pydot @@ -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 @@ -267,7 +267,6 @@ six==1.16.0 # via # -r requirements-test.in # asttokens - # bleach # python-dateutil # rfc3339-validator sniffio==1.3.1 @@ -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 @@ -317,7 +316,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 @@ -325,9 +324,9 @@ webencodings==0.5.1 # 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