From b87994b78ac8021b99ab4109b274fdc262df4198 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 15:20:13 +0000 Subject: [PATCH 01/14] chore(deps): bump openai from 2.0.0 to 2.4.0 in /requirements/in Bumps [openai](https://github.com/openai/openai-python) from 2.0.0 to 2.4.0. - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-python/compare/v2.0.0...v2.4.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/in/base.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/in/base.in b/requirements/in/base.in index e242e33..e5ca433 100644 --- a/requirements/in/base.in +++ b/requirements/in/base.in @@ -10,6 +10,6 @@ -r constraints.in python-dotenv==1.1.1 -openai==2.0.0 +openai==2.4.0 PyMySQL==1.1.2 pydantic==2.11.9 From 7377b6d9eee8dcfed048abb5c2ba2b52b34e31c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 14:51:25 +0000 Subject: [PATCH 02/14] chore(deps): bump actions/setup-node from 5 to 6 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/precommitVersionBumps.yml | 2 +- .github/workflows/semanticVersionBump.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/precommitVersionBumps.yml b/.github/workflows/precommitVersionBumps.yml index cf75fb2..e43ecb5 100644 --- a/.github/workflows/precommitVersionBumps.yml +++ b/.github/workflows/precommitVersionBumps.yml @@ -72,7 +72,7 @@ jobs: SITE_PACKAGES_PATH: ${{ env.SITE_PACKAGES_PATH }} - name: Setup Node.js environment - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: "20.9.0" diff --git a/.github/workflows/semanticVersionBump.yml b/.github/workflows/semanticVersionBump.yml index 07cc04c..dbfe3a3 100644 --- a/.github/workflows/semanticVersionBump.yml +++ b/.github/workflows/semanticVersionBump.yml @@ -42,7 +42,7 @@ jobs: python-version: "3.13" - name: Setup Node.js environment - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: "20.9.0" From c1c4c23c4319fb15930bf0038f9456f6e0893f1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 03:20:44 +0000 Subject: [PATCH 03/14] chore(deps): bump python-dotenv from 1.1.1 to 1.2.1 in /requirements/in Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.1.1 to 1.2.1. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.1.1...v1.2.1) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/in/base.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/in/base.in b/requirements/in/base.in index bc89d32..97585f9 100644 --- a/requirements/in/base.in +++ b/requirements/in/base.in @@ -9,7 +9,7 @@ -r constraints.in -python-dotenv==1.1.1 +python-dotenv==1.2.1 openai==2.4.0 PyMySQL==1.1.2 pydantic==2.12.2 From 25bf58eb310dfe5b0ee5584ff84e0799eaa2b59a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 03:21:29 +0000 Subject: [PATCH 04/14] chore(deps): bump isort from 6.0.1 to 7.0.0 in /requirements/in Bumps [isort](https://github.com/PyCQA/isort) from 6.0.1 to 7.0.0. - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyCQA/isort/compare/6.0.1...7.0.0) --- updated-dependencies: - dependency-name: isort dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/in/local.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/in/local.in b/requirements/in/local.in index 6294b95..2b1777e 100644 --- a/requirements/in/local.in +++ b/requirements/in/local.in @@ -20,7 +20,7 @@ black==25.9.0 flake8==7.3.0 flake8-coding==1.3.2 pre-commit==4.3.0 -isort==6.0.1 +isort==7.0.0 mypy==1.18.2 pylint==4.0.1 bandit==1.8.6 From 7a3c3e0d04bd616d569cc914fadad39c122949cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 03:22:08 +0000 Subject: [PATCH 05/14] chore(deps): bump tox from 4.31.0 to 4.32.0 in /requirements/in Bumps [tox](https://github.com/tox-dev/tox) from 4.31.0 to 4.32.0. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.31.0...4.32.0) --- updated-dependencies: - dependency-name: tox dependency-version: 4.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/in/local.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/in/local.in b/requirements/in/local.in index 6294b95..2492540 100644 --- a/requirements/in/local.in +++ b/requirements/in/local.in @@ -25,6 +25,6 @@ mypy==1.18.2 pylint==4.0.1 bandit==1.8.6 pydocstringformatter==0.7.5 -tox==4.31.0 +tox==4.32.0 codespell==2.4.1 coverage==7.11.0 From bc4ec012393bc667584c5f12f37a29306a8c76fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 03:23:46 +0000 Subject: [PATCH 06/14] chore(deps): bump openai from 2.4.0 to 2.6.1 in /requirements/in Bumps [openai](https://github.com/openai/openai-python) from 2.4.0 to 2.6.1. - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-python/compare/v2.4.0...v2.6.1) --- updated-dependencies: - dependency-name: openai dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/in/base.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/in/base.in b/requirements/in/base.in index bc89d32..eac97ba 100644 --- a/requirements/in/base.in +++ b/requirements/in/base.in @@ -10,6 +10,6 @@ -r constraints.in python-dotenv==1.1.1 -openai==2.4.0 +openai==2.6.1 PyMySQL==1.1.2 pydantic==2.12.2 From 4607a4eec94fb2c23a4921a91937cf6438a7b46a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 03:56:43 +0000 Subject: [PATCH 07/14] chore(deps): bump openai from 2.6.1 to 2.8.1 in /requirements/in Bumps [openai](https://github.com/openai/openai-python) from 2.6.1 to 2.8.1. - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-python/compare/v2.6.1...v2.8.1) --- updated-dependencies: - dependency-name: openai dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/in/base.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/in/base.in b/requirements/in/base.in index 5be72fa..dbbad68 100644 --- a/requirements/in/base.in +++ b/requirements/in/base.in @@ -9,7 +9,7 @@ -r constraints.in -openai==2.6.1 +openai==2.8.1 python-dotenv==1.2.1 PyMySQL==1.1.2 pydantic==2.12.2 From 221d3585deb3c06e4b9aefb36baa8d0c8c64a6c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 03:57:28 +0000 Subject: [PATCH 08/14] chore(deps): bump bandit from 1.8.6 to 1.9.2 in /requirements/in Bumps [bandit](https://github.com/PyCQA/bandit) from 1.8.6 to 1.9.2. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.8.6...1.9.2) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/in/local.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/in/local.in b/requirements/in/local.in index 881d69a..a9cb86b 100644 --- a/requirements/in/local.in +++ b/requirements/in/local.in @@ -23,7 +23,7 @@ pre-commit==4.3.0 isort==7.0.0 mypy==1.18.2 pylint==4.0.1 -bandit==1.8.6 +bandit==1.9.2 pydocstringformatter==0.7.5 tox==4.32.0 codespell==2.4.1 From daf291ee11a184eabec13da5624599507749f223 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 03:57:58 +0000 Subject: [PATCH 09/14] chore(deps): bump pre-commit from 4.3.0 to 4.5.0 in /requirements/in Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 4.3.0 to 4.5.0. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.3.0...v4.5.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/in/local.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/in/local.in b/requirements/in/local.in index 881d69a..78b8164 100644 --- a/requirements/in/local.in +++ b/requirements/in/local.in @@ -19,7 +19,7 @@ pip-tools==7.5.0 black==25.9.0 flake8==7.3.0 flake8-coding==1.3.2 -pre-commit==4.3.0 +pre-commit==4.5.0 isort==7.0.0 mypy==1.18.2 pylint==4.0.1 From c6f324a934ccc928fdd8cab044a8018f3381cbda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 03:58:36 +0000 Subject: [PATCH 10/14] chore(deps): bump coverage from 7.11.0 to 7.12.0 in /requirements/in Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.11.0 to 7.12.0. - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.11.0...7.12.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/in/local.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/in/local.in b/requirements/in/local.in index 881d69a..532e4ad 100644 --- a/requirements/in/local.in +++ b/requirements/in/local.in @@ -27,4 +27,4 @@ bandit==1.8.6 pydocstringformatter==0.7.5 tox==4.32.0 codespell==2.4.1 -coverage==7.11.0 +coverage==7.12.0 From da198737f8a638a473084ddf56b37b871f2e3ec1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 03:59:34 +0000 Subject: [PATCH 11/14] chore(deps): bump mypy from 1.18.2 to 1.19.0 in /requirements/in Bumps [mypy](https://github.com/python/mypy) from 1.18.2 to 1.19.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.18.2...v1.19.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/in/local.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/in/local.in b/requirements/in/local.in index 881d69a..16df733 100644 --- a/requirements/in/local.in +++ b/requirements/in/local.in @@ -21,7 +21,7 @@ flake8==7.3.0 flake8-coding==1.3.2 pre-commit==4.3.0 isort==7.0.0 -mypy==1.18.2 +mypy==1.19.0 pylint==4.0.1 bandit==1.8.6 pydocstringformatter==0.7.5 From e5b4e3935210ebca16997b15a1dcb16767c8343e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 04:04:15 +0000 Subject: [PATCH 12/14] chore(deps): bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/precommitVersionBumps.yml | 2 +- .github/workflows/pullRequestController.yml | 4 ++-- .github/workflows/pushMain.yml | 4 ++-- .github/workflows/semanticVersionBump.yml | 2 +- .github/workflows/testsPython.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/precommitVersionBumps.yml b/.github/workflows/precommitVersionBumps.yml index e43ecb5..9f3e0ea 100644 --- a/.github/workflows/precommitVersionBumps.yml +++ b/.github/workflows/precommitVersionBumps.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false diff --git a/.github/workflows/pullRequestController.yml b/.github/workflows/pullRequestController.yml index 600a430..2b64491 100644 --- a/.github/workflows/pullRequestController.yml +++ b/.github/workflows/pullRequestController.yml @@ -60,7 +60,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Semantic Release uses: cycjimmy/semantic-release-action@v5 @@ -104,7 +104,7 @@ jobs: steps: - name: Checkout code id: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Check for changed files id: file_changes diff --git a/.github/workflows/pushMain.yml b/.github/workflows/pushMain.yml index f936ce2..3406fb2 100644 --- a/.github/workflows/pushMain.yml +++ b/.github/workflows/pushMain.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout code id: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Merge main into next uses: ./.github/actions/merge-branch @@ -56,7 +56,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.PAT }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 id: checkout with: persist-credentials: false diff --git a/.github/workflows/semanticVersionBump.yml b/.github/workflows/semanticVersionBump.yml index dbfe3a3..3ada302 100644 --- a/.github/workflows/semanticVersionBump.yml +++ b/.github/workflows/semanticVersionBump.yml @@ -24,7 +24,7 @@ jobs: PACKAGE_PATH: ${{ github.workspace }}/app/ steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false diff --git a/.github/workflows/testsPython.yml b/.github/workflows/testsPython.yml index 91b87bf..1e5bce7 100644 --- a/.github/workflows/testsPython.yml +++ b/.github/workflows/testsPython.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout code id: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Run Python tests uses: ./.github/actions/tests/python From 10e24adfb1abf3341e1f3cea8a6fa26296322823 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 04:04:18 +0000 Subject: [PATCH 13/14] chore(deps): bump cycjimmy/semantic-release-action from 5 to 6 Bumps [cycjimmy/semantic-release-action](https://github.com/cycjimmy/semantic-release-action) from 5 to 6. - [Release notes](https://github.com/cycjimmy/semantic-release-action/releases) - [Changelog](https://github.com/cycjimmy/semantic-release-action/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/cycjimmy/semantic-release-action/compare/v5...v6) --- updated-dependencies: - dependency-name: cycjimmy/semantic-release-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pullRequestController.yml | 2 +- .github/workflows/pushMain.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pullRequestController.yml b/.github/workflows/pullRequestController.yml index 600a430..0829332 100644 --- a/.github/workflows/pullRequestController.yml +++ b/.github/workflows/pullRequestController.yml @@ -63,7 +63,7 @@ jobs: uses: actions/checkout@v5 - name: Semantic Release - uses: cycjimmy/semantic-release-action@v5 + uses: cycjimmy/semantic-release-action@v6 id: semantic with: dry_run: true diff --git a/.github/workflows/pushMain.yml b/.github/workflows/pushMain.yml index f936ce2..c2d9991 100644 --- a/.github/workflows/pushMain.yml +++ b/.github/workflows/pushMain.yml @@ -62,7 +62,7 @@ jobs: persist-credentials: false - name: Semantic Release - uses: cycjimmy/semantic-release-action@v5 + uses: cycjimmy/semantic-release-action@v6 id: semantic with: branches: | From edbcfef321abf735730b97032a441974af4e8d39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 03:18:14 +0000 Subject: [PATCH 14/14] chore(deps): bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/precommitVersionBumps.yml | 4 ++-- .github/workflows/semanticVersionBump.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/precommitVersionBumps.yml b/.github/workflows/precommitVersionBumps.yml index e43ecb5..ed49d4d 100644 --- a/.github/workflows/precommitVersionBumps.yml +++ b/.github/workflows/precommitVersionBumps.yml @@ -33,7 +33,7 @@ jobs: git pull origin next - name: Cache NPM dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} @@ -41,7 +41,7 @@ jobs: ${{ runner.os }}-node - name: Cache Python dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements/**') }} diff --git a/.github/workflows/semanticVersionBump.yml b/.github/workflows/semanticVersionBump.yml index dbfe3a3..cdd47b0 100644 --- a/.github/workflows/semanticVersionBump.yml +++ b/.github/workflows/semanticVersionBump.yml @@ -29,7 +29,7 @@ jobs: persist-credentials: false - name: Cache NPM dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}