Fix dependency requirement for CI cancel (#36041)

Co-authored-by: Andrei Litvin <andreilitvin@google.com>
diff --git a/.github/workflows/cancel_workflows_for_pr.yaml b/.github/workflows/cancel_workflows_for_pr.yaml
index 45b7624..caba07b 100644
--- a/.github/workflows/cancel_workflows_for_pr.yaml
+++ b/.github/workflows/cancel_workflows_for_pr.yaml
@@ -35,10 +35,11 @@
                 python-version: '3.12'
             - name: Setup pip modules we use
               run: |
-                  pip install     \
-                      click       \
-                      coloredlogs \
-                      pygithub    \
+                  pip install         \
+                      click           \
+                      coloredlogs     \
+                      python-dateutil \
+                      pygithub        \
                       && echo "DONE installint python prerequisites"
             - name: Cancel runs
               run: |