From d05a44afabee361dadef88c5dad4825bb01a302e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 11:17:57 +0000 Subject: [PATCH] chore(deps): bump the pip-backend-majors group across 1 directory with 6 updates Bumps the pip-backend-majors group with 6 updates in the /dashboard/backend directory: | Package | From | To | | --- | --- | --- | | [aiofiles](https://github.com/Tinche/aiofiles) | `24.1.0` | `25.1.0` | | [websockets](https://github.com/python-websockets/websockets) | `15.0.1` | `17.1` | | [redis](https://github.com/redis/redis-py) | `5.2.0` | `8.1.0` | | [rq](https://github.com/rq/rq) | `1.16.2` | `2.12.0` | | [structlog](https://github.com/hynek/structlog) | `24.4.0` | `26.1.0` | | [qrcode](https://github.com/lincolnloop/python-qrcode) | `7.4.2` | `8.2` | Updates `aiofiles` from 24.1.0 to 25.1.0 - [Release notes](https://github.com/Tinche/aiofiles/releases) - [Changelog](https://github.com/Tinche/aiofiles/blob/main/CHANGELOG.md) - [Commits](https://github.com/Tinche/aiofiles/compare/v24.1.0...v25.1.0) Updates `websockets` from 15.0.1 to 17.1 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/15.0.1...17.1) Updates `redis` from 5.2.0 to 8.1.0 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v5.2.0...v8.1.0) Updates `rq` from 1.16.2 to 2.12.0 - [Release notes](https://github.com/rq/rq/releases) - [Changelog](https://github.com/rq/rq/blob/master/CHANGES.md) - [Commits](https://github.com/rq/rq/compare/v1.16.2...v2.12) Updates `structlog` from 24.4.0 to 26.1.0 - [Release notes](https://github.com/hynek/structlog/releases) - [Changelog](https://github.com/hynek/structlog/blob/main/CHANGELOG.md) - [Commits](https://github.com/hynek/structlog/compare/24.4.0...26.1.0) Updates `qrcode` from 7.4.2 to 8.2 - [Changelog](https://github.com/lincolnloop/python-qrcode/blob/main/CHANGES.rst) - [Commits](https://github.com/lincolnloop/python-qrcode/compare/v7.4.2...v8.2) --- updated-dependencies: - dependency-name: aiofiles dependency-version: 25.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-backend-majors - dependency-name: qrcode dependency-version: '8.2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-backend-majors - dependency-name: redis dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-backend-majors - dependency-name: rq dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-backend-majors - dependency-name: structlog dependency-version: 26.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-backend-majors - dependency-name: websockets dependency-version: 17.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-backend-majors ... Signed-off-by: dependabot[bot] --- dashboard/backend/requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dashboard/backend/requirements.txt b/dashboard/backend/requirements.txt index b5aecd3..2c87396 100644 --- a/dashboard/backend/requirements.txt +++ b/dashboard/backend/requirements.txt @@ -10,10 +10,10 @@ alembic==1.19.1 python-jose[cryptography]>=3.5.0 bcrypt==5.* python-multipart>=0.0.32 -aiofiles==24.1.0 -websockets==15.0.1 -redis==5.2.0 -rq==1.16.2 +aiofiles==25.1.0 +websockets==17.1 +redis==8.1.0 +rq==2.12.0 celery==5.6.3 flower==2.1.0 pytest==9.1.1 @@ -25,13 +25,13 @@ httpx==0.28.1 allure-pytest==2.16.0 psycopg2-binary==2.9.12 python-dotenv==1.2.2 -structlog==24.4.0 +structlog==26.1.0 locust==2.46.4 stripe==15.6.1 email-validator==2.3.0 bleach==6.4.0 prometheus-client==0.26.0 pyotp==2.9.0 -qrcode[pil]==7.4.2 +qrcode[pil]==8.2 aiohttp>=3.14.3 browser-use==0.13.*