From 4536e952050cb5ab8661d5385474d1cd55af7920 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 10:27:16 +0100 Subject: [PATCH 1/5] RSS - Update feedgen requirement from ~=0.9 to ~=1.0 (#3554) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7ea98e14d..f768b32b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # eventlet>=0.38.0 # Removed - replaced with threading mode for better Python 3.12+ compatibility -feedgen~=0.9 +feedgen~=1.0 feedparser~=6.0 # For parsing RSS/Atom feeds flask-compress # 0.6.3 included compatibility fix for werkzeug 3.x (2.x had deprecation of url handlers) From df945ad74330d3803a7edc2474bd0809f0e649a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 10:27:36 +0100 Subject: [PATCH 2/5] Update python-socketio requirement from ~=5.13.0 to ~=5.14.2 (#3552) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f768b32b9..6f7c6f526 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ janus # Thread-safe async/sync queue bridge flask_wtf~=1.2 flask~=3.1 flask-socketio~=5.5.1 -python-socketio~=5.13.0 +python-socketio~=5.14.2 python-engineio~=4.12.3 inscriptis~=2.2 pytz From a7573b10ec2e83be3da185ee3f42b5a507b04c08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 10:27:54 +0100 Subject: [PATCH 3/5] Build - Actions / Bump the all group with 2 updates (#3550) --- .github/workflows/pypi-release.yml | 6 +++--- .github/workflows/test-stack-reusable-workflow.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 8d9632c2b..24a2230bf 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -21,7 +21,7 @@ jobs: - name: Build a binary wheel and a source tarball run: python3 -m build - name: Store the distribution packages - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: python-package-distributions path: dist/ @@ -34,7 +34,7 @@ jobs: - build steps: - name: Download all the dists - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: python-package-distributions path: dist/ @@ -93,7 +93,7 @@ jobs: steps: - name: Download all the dists - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: python-package-distributions path: dist/ diff --git a/.github/workflows/test-stack-reusable-workflow.yml b/.github/workflows/test-stack-reusable-workflow.yml index 26340a310..f5de50920 100644 --- a/.github/workflows/test-stack-reusable-workflow.yml +++ b/.github/workflows/test-stack-reusable-workflow.yml @@ -282,7 +282,7 @@ jobs: - name: Store everything including test-datastore if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: test-cdio-basic-tests-output-py${{ env.PYTHON_VERSION }} path: . From 33352706923b088dd2e42febde18aa1edbaf388b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 10:28:37 +0100 Subject: [PATCH 4/5] Update wtforms requirement from ~=3.0 to ~=3.2 (#3551) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6f7c6f526..336c185ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ requests-file # If specific version needed for security, use urllib3>=1.26.19,<3.0 chardet>2.3.0 -wtforms~=3.0 +wtforms~=3.2 jsonpath-ng~=1.5.3 # dnspython - Used by paho-mqtt for MQTT broker resolution From 3ffa0805e9fd4d9624146afc8d4b63b8a9a94fa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 10:29:28 +0100 Subject: [PATCH 5/5] Update brotli requirement from ~=1.0 to ~=1.1 (#3553) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 336c185ea..c17d3546b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ validators~=0.35 # Set these versions together to avoid a RequestsDependencyWarning # >= 2.26 also adds Brotli support if brotli is installed -brotli~=1.0 +brotli~=1.1 requests[socks] requests-file