From 1f160697732d97a3b1469ce8d135265a10aebe18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 18:13:34 +0000 Subject: [PATCH 1/3] Update dependency setuptools to ==75.9.* [SECURITY] --- conda-environment.yml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda-environment.yml b/conda-environment.yml index 789d92b6c..7cf112170 100644 --- a/conda-environment.yml +++ b/conda-environment.yml @@ -13,7 +13,7 @@ dependencies: - numpy=1.26.* - pandas=2.2.* - pip=25.0.* - - setuptools=75.8.* # opentsne uses sklearn.base uses joblib uses distutils missing in Python >= 12 (TODO use native openTSNE?) + - setuptools=75.9.* # opentsne uses sklearn.base uses joblib uses distutils missing in Python >= 12 (TODO use native openTSNE?) - typing-extensions=4.12.* # Also needed for opentsne and Python >= 3.12 - opentsne=1.0.* # to visualize node embeddings in 2D (t-SNE dimensionality reduction) - wordcloud=1.9.* diff --git a/requirements.txt b/requirements.txt index 5a8642692..69c8e0bc3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ nbconvert[webpdf]==7.16.* numpy==1.26.* pandas==2.2.* pip==25.0.* -setuptools==75.8.* # opentsne uses sklearn.base uses joblib uses distutils missing in Python >= 12 (TODO use native openTSNE?) +setuptools==75.9.* # opentsne uses sklearn.base uses joblib uses distutils missing in Python >= 12 (TODO use native openTSNE?) typing-extensions==4.12.* # Needed for opentsne and Python >= 3.12 # --- Visualization --- From 75a83a0634b61be7167997f740d59ad1ff93c57f Mon Sep 17 00:00:00 2001 From: JohT <7671054+JohT@users.noreply.github.com> Date: Wed, 6 Aug 2025 21:55:34 +0200 Subject: [PATCH 2/3] Run the whole pipeline when dependencies change --- .github/workflows/internal-java-code-analysis.yml | 2 ++ .github/workflows/internal-typescript-code-analysis.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/internal-java-code-analysis.yml b/.github/workflows/internal-java-code-analysis.yml index ca61dc01a..66f7ac375 100644 --- a/.github/workflows/internal-java-code-analysis.yml +++ b/.github/workflows/internal-java-code-analysis.yml @@ -8,6 +8,7 @@ on: paths-ignore: - '**/*.md' - '**/*.txt' + - '!requirements.txt' - '**/*.css' - '**/*.html' - '**/*.js' @@ -26,6 +27,7 @@ on: paths-ignore: - '**/*.md' - '**/*.txt' + - '!requirements.txt' - '**/*.css' - '**/*.html' - '**/*.js' diff --git a/.github/workflows/internal-typescript-code-analysis.yml b/.github/workflows/internal-typescript-code-analysis.yml index ebf5d773d..df59feca3 100644 --- a/.github/workflows/internal-typescript-code-analysis.yml +++ b/.github/workflows/internal-typescript-code-analysis.yml @@ -8,6 +8,7 @@ on: paths-ignore: - '**/*.md' - '**/*.txt' + - '!requirements.txt' - '**/*.css' - '**/*.html' - '**/*.js' @@ -26,6 +27,7 @@ on: paths-ignore: - '**/*.md' - '**/*.txt' + - '!requirements.txt' - '**/*.css' - '**/*.html' - '**/*.js' From 04724472c44c0034088ed26685803cf3ea25ca54 Mon Sep 17 00:00:00 2001 From: JohT <7671054+JohT@users.noreply.github.com> Date: Wed, 6 Aug 2025 21:59:31 +0200 Subject: [PATCH 3/3] Check links every week instead of every month --- .github/workflows/internal-check-links-in-documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/internal-check-links-in-documentation.yml b/.github/workflows/internal-check-links-in-documentation.yml index 0aaf08110..ad8246a83 100644 --- a/.github/workflows/internal-check-links-in-documentation.yml +++ b/.github/workflows/internal-check-links-in-documentation.yml @@ -13,7 +13,7 @@ on: - 'CHANGELOG.md' - '.github/workflows/internal-check-links-in-documentation.yml' # also run when this file was changed schedule: - - cron: "15 6 1 * *" # On the first day of each month at 6:15 o'clock + - cron: "40 7 * * 1" # Every week at 07:40 AM on Monday jobs: reports: