From 9a2af634ddb8507518345767f1bab4a4a9413980 Mon Sep 17 00:00:00 2001 From: alya Date: Wed, 1 Apr 2026 14:39:56 +0200 Subject: [PATCH 1/2] drop the code docs generation with doxygen --- .github/workflows/update-code-docs.yml | 34 -------------------------- 1 file changed, 34 deletions(-) delete mode 100644 .github/workflows/update-code-docs.yml diff --git a/.github/workflows/update-code-docs.yml b/.github/workflows/update-code-docs.yml deleted file mode 100644 index 69b724fd9b..0000000000 --- a/.github/workflows/update-code-docs.yml +++ /dev/null @@ -1,34 +0,0 @@ -name: CI-production-update-code-docs - -on: - push: - branches: - - 'master' - - '!develop' - -jobs: - update_code_docs: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v5 - with: - ref: 'code-docs-branch' - fetch-depth: 0 # otherwise, you will fail to push refs to the dest repo - - - name: install doxygen and python - run: | - sudo apt update - sudo apt install python3 doxygen - - # deletes old docs, generates new ones, and adds all new files to git - - name: update docs - run: python3 docs/generate_docs.py - - # commit and push to code docs branch - - name: Commit & Push changes - uses: actions-js/push@master - with: - github_token: ${{ secrets.GH_TOKEN_FOR_COMMITTING_AND_PUSHING_CODE_DOCS }} - message: '[Github actions] Update code docs' - branch: 'code-docs-branch' From 275828191a7323016fb306a4d25acd2a4832be80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 01:44:08 +0000 Subject: [PATCH 2/2] build(deps): bump pytest from 8.4.2 to 9.0.3 in /install Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.0.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.4.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- install/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/requirements.txt b/install/requirements.txt index 98410b37c3..ca28d3e927 100644 --- a/install/requirements.txt +++ b/install/requirements.txt @@ -21,7 +21,7 @@ scikit_learn slackclient==2.9.4 psutil==7.1.3 six==1.17.0 -pytest==8.4.2 +pytest==9.0.3 pytest-mock==3.15.1 pytest-xdist==3.8.0 scipy==1.15.1