From 4957afecf81cc9a740d6ec4c246db3a71a3511a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 15:17:01 +0000 Subject: [PATCH] chore(deps): bump the backend-minor-and-patch group across 1 directory with 9 updates Bumps the backend-minor-and-patch group with 9 updates in the /backend directory: | Package | From | To | | --- | --- | --- | | [httpx2](https://github.com/pydantic/httpx2) | `2.10.0` | `2.12.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.16.3` | `0.16.5` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.52.3` | `0.52.4` | | [grpcio](https://github.com/grpc/grpc) | `1.83.0` | `1.83.1` | | [protobuf](https://github.com/protocolbuffers/protobuf) | `7.35.1` | `7.36.0` | | [idna](https://github.com/kjd/idna) | `3.18` | `3.19` | | [cryptography](https://github.com/pyca/cryptography) | `50.0.0` | `50.0.1` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.2.2` | `1.2.3` | | [websockets](https://github.com/python-websockets/websockets) | `17.0.1` | `17.1` | Updates `httpx2` from 2.10.0 to 2.12.0 - [Release notes](https://github.com/pydantic/httpx2/releases) - [Changelog](https://github.com/pydantic/httpx2/blob/main/src/httpx2/CHANGELOG.md) - [Commits](https://github.com/pydantic/httpx2/compare/v2.10.0...v2.12.0) Updates `ruff` from 0.16.3 to 0.16.5 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.16.3...0.16.5) Updates `uvicorn` from 0.52.3 to 0.52.4 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.52.3...0.52.4) Updates `grpcio` from 1.83.0 to 1.83.1 - [Release notes](https://github.com/grpc/grpc/releases) - [Commits](https://github.com/grpc/grpc/compare/v1.83.0...v1.83.1) Updates `protobuf` from 7.35.1 to 7.36.0 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `idna` from 3.18 to 3.19 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.18...v3.19) Updates `cryptography` from 50.0.0 to 50.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/50.0.0...50.0.1) 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 `websockets` from 17.0.1 to 17.1 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/17.0.1...17.1) --- updated-dependencies: - dependency-name: httpx2 dependency-version: 2.12.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: backend-minor-and-patch - dependency-name: ruff dependency-version: 0.16.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: backend-minor-and-patch - dependency-name: uvicorn dependency-version: 0.52.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-minor-and-patch - dependency-name: grpcio dependency-version: 1.83.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-minor-and-patch - dependency-name: protobuf dependency-version: 7.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-minor-and-patch - dependency-name: idna dependency-version: '3.19' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-minor-and-patch - dependency-name: cryptography dependency-version: 50.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-minor-and-patch - dependency-name: python-dotenv dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: backend-minor-and-patch - dependency-name: websockets dependency-version: '17.1' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: backend-minor-and-patch ... Signed-off-by: dependabot[bot] --- backend/requirements-dev.txt | 4 ++-- backend/requirements.txt | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index 7f1968a..cedef4d 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,5 +1,5 @@ pytest==9.1.1 PyYAML==6.0.3 -httpx2==2.10.0 -ruff==0.16.3 +httpx2==2.12.0 +ruff==0.16.5 pip-audit==2.10.1 diff --git a/backend/requirements.txt b/backend/requirements.txt index eb0719d..7bf63ce 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,10 +1,10 @@ fastapi==0.141.1 -uvicorn[standard]==0.52.3 -grpcio==1.83.0 -protobuf==7.35.1 +uvicorn[standard]==0.52.4 +grpcio==1.83.1 +protobuf==7.36.0 httpx==0.28.1 -idna==3.18 -cryptography==50.0.0 -python-dotenv==1.2.2 +idna==3.19 +cryptography==50.0.1 +python-dotenv==1.2.3 pydantic-settings==2.15.0 -websockets==17.0.1 +websockets==17.1