From 182a2913e057d54f83ab720d2311b41d5a48f20c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 11:17:52 +0000 Subject: [PATCH] chore(deps): bump the pip-backend-minors-patch group across 1 directory with 4 updates Bumps the pip-backend-minors-patch group with 4 updates in the /dashboard/backend directory: [pydantic](https://github.com/pydantic/pydantic), [alembic](https://github.com/sqlalchemy/alembic), [python-dotenv](https://github.com/theskumar/python-dotenv) and [pyotp](https://github.com/pyauth/pyotp). Updates `pydantic` from 2.12.5 to 2.13.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.5/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.12.5...v2.13.5) Updates `alembic` from 1.19.1 to 1.19.2 - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) Updates `python-dotenv` from 1.2.2 to 1.2.3 - [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.2.2...v1.2.3) Updates `pyotp` from 2.9.0 to 2.10.0 - [Release notes](https://github.com/pyauth/pyotp/releases) - [Changelog](https://github.com/pyauth/pyotp/blob/main/Changes.rst) - [Commits](https://github.com/pyauth/pyotp/compare/v2.9.0...v2.10.0) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-backend-minors-patch - dependency-name: alembic dependency-version: 1.19.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-backend-minors-patch - dependency-name: python-dotenv dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-backend-minors-patch - dependency-name: pyotp dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-backend-minors-patch ... Signed-off-by: dependabot[bot] --- dashboard/backend/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dashboard/backend/requirements.txt b/dashboard/backend/requirements.txt index b5aecd3..b55c26f 100644 --- a/dashboard/backend/requirements.txt +++ b/dashboard/backend/requirements.txt @@ -4,9 +4,9 @@ uvicorn[standard]==0.52.4 sqlalchemy==2.0.52 asyncpg==0.31.0 aiosqlite==0.22.1 -pydantic==2.12.5 +pydantic==2.13.5 pydantic-settings==2.15.0 -alembic==1.19.1 +alembic==1.19.2 python-jose[cryptography]>=3.5.0 bcrypt==5.* python-multipart>=0.0.32 @@ -24,14 +24,14 @@ playwright==1.62.0 httpx==0.28.1 allure-pytest==2.16.0 psycopg2-binary==2.9.12 -python-dotenv==1.2.2 +python-dotenv==1.2.3 structlog==24.4.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 +pyotp==2.10.0 qrcode[pil]==7.4.2 aiohttp>=3.14.3 browser-use==0.13.*