diff --git a/bazel/notebook_requirements.in b/bazel/notebook_requirements.in index d1c56d4459..40914e5bbe 100644 --- a/bazel/notebook_requirements.in +++ b/bazel/notebook_requirements.in @@ -1,11 +1,11 @@ # OR-Tools code dependencies absl-py==2.2.2 -immutabledict==4.2.1 -numpy==2.2.0 +immutabledict==4.2.2 +numpy==2.3.5 protobuf==6.32.0 requests==2.32.4 -scipy==1.14.1 -typing-extensions==4.13.1 +scipy==1.16.3 +typing-extensions==4.15.0 # OR-Tools build dependencies mypy==1.6.1 @@ -14,7 +14,7 @@ virtualenv==20.28.1 black==24.8.0 # Example dependencies -pandas==2.2.3 +pandas==2.3.3 # Visualization dependencies svgwrite==1.4.3 diff --git a/bazel/notebook_requirements.txt b/bazel/notebook_requirements.txt index 4f44c1c124..7307754dba 100644 --- a/bazel/notebook_requirements.txt +++ b/bazel/notebook_requirements.txt @@ -73,7 +73,7 @@ idna==3.10 # httpx # jsonschema # requests -immutabledict==4.2.1 +immutabledict==4.2.2 # via -r bazel/notebook_requirements.in ipykernel==6.30.1 # via jupyterlab @@ -177,7 +177,7 @@ notebook-shim==0.2.4 # via # jupyterlab # notebook -numpy==2.2.0 +numpy==2.3.5 # via # -r bazel/notebook_requirements.in # pandas @@ -194,7 +194,7 @@ packaging==25.0 # jupyterlab-server # nbconvert # plotly -pandas==2.2.3 +pandas==2.3.3 # via -r bazel/notebook_requirements.in pandocfilters==1.5.1 # via nbconvert @@ -272,7 +272,7 @@ rpds-py==0.26.0 # via # jsonschema # referencing -scipy==1.14.1 +scipy==1.16.3 # via -r bazel/notebook_requirements.in send2trash==1.8.3 # via jupyter-server @@ -322,7 +322,7 @@ types-protobuf==6.30.2.20250703 # via mypy-protobuf types-python-dateutil==2.9.0.20250708 # via arrow -typing-extensions==4.13.1 +typing-extensions==4.15.0 # via # -r bazel/notebook_requirements.in # anyio diff --git a/bazel/ortools_requirements.in b/bazel/ortools_requirements.in index 115af98e15..1d0889df0a 100644 --- a/bazel/ortools_requirements.in +++ b/bazel/ortools_requirements.in @@ -1,11 +1,11 @@ # OR-Tools code dependencies absl-py==2.2.2 -immutabledict==4.2.1 -numpy==2.2.0 +immutabledict==4.2.2 +numpy==2.3.5 protobuf==6.32.0 requests==2.32.4 -scipy==1.14.1 -typing-extensions==4.13.1 +scipy==1.16.3 +typing-extensions==4.15.0 # OR-Tools build dependencies mypy==1.6.1 @@ -14,7 +14,7 @@ virtualenv==20.28.1 black==24.8.0 # Example dependencies -pandas==2.2.3 +pandas==2.3.3 # Visualization dependencies svgwrite==1.4.3 diff --git a/bazel/ortools_requirements.txt b/bazel/ortools_requirements.txt index e11a30013e..5d17a52032 100644 --- a/bazel/ortools_requirements.txt +++ b/bazel/ortools_requirements.txt @@ -8,19 +8,19 @@ absl-py==2.2.2 # via -r bazel/ortools_requirements.in black==24.8.0 # via -r bazel/ortools_requirements.in -certifi==2025.8.3 +certifi==2025.11.12 # via requests -charset-normalizer==3.4.2 +charset-normalizer==3.4.4 # via requests -click==8.2.1 +click==8.3.1 # via black distlib==0.4.0 # via virtualenv -filelock==3.18.0 +filelock==3.20.0 # via virtualenv -idna==3.10 +idna==3.11 # via requests -immutabledict==4.2.1 +immutabledict==4.2.2 # via -r bazel/ortools_requirements.in mypy==1.6.1 # via -r bazel/ortools_requirements.in @@ -30,18 +30,18 @@ mypy-extensions==1.1.0 # mypy mypy-protobuf==3.5.0 # via -r bazel/ortools_requirements.in -numpy==2.2.0 +numpy==2.3.5 # via # -r bazel/ortools_requirements.in # pandas # scipy packaging==25.0 # via black -pandas==2.2.3 +pandas==2.3.3 # via -r bazel/ortools_requirements.in pathspec==0.12.1 # via black -platformdirs==4.3.8 +platformdirs==4.5.0 # via # black # virtualenv @@ -55,15 +55,15 @@ pytz==2025.2 # via pandas requests==2.32.4 # via -r bazel/ortools_requirements.in -scipy==1.14.1 +scipy==1.16.3 # via -r bazel/ortools_requirements.in six==1.17.0 # via python-dateutil svgwrite==1.4.3 # via -r bazel/ortools_requirements.in -types-protobuf==6.30.2.20250703 +types-protobuf==6.32.1.20251105 # via mypy-protobuf -typing-extensions==4.13.1 +typing-extensions==4.15.0 # via # -r bazel/ortools_requirements.in # mypy