From e44aa173874ff972dad29d4b201c512df0fa32fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 20:03:11 +0000 Subject: [PATCH] chore(deps): bump the python-minor-patch group across 1 directory with 4 updates Bumps the python-minor-patch group with 4 updates in the /apps/backend directory: [jaraco-context](https://github.com/jaraco/jaraco.context), [black](https://github.com/psf/black), [ruff](https://github.com/astral-sh/ruff) and [bandit](https://github.com/PyCQA/bandit). Updates `jaraco-context` from 6.1.0 to 6.1.1 - [Release notes](https://github.com/jaraco/jaraco.context/releases) - [Changelog](https://github.com/jaraco/jaraco.context/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/jaraco.context/compare/v6.1.0...v6.1.1) Updates `black` from 26.1.0 to 26.3.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/26.1.0...26.3.0) Updates `ruff` from 0.15.1 to 0.15.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.15.1...0.15.5) Updates `bandit` from 1.9.3 to 1.9.4 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.9.3...1.9.4) --- updated-dependencies: - dependency-name: jaraco-context dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: black dependency-version: 26.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: ruff dependency-version: 0.15.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: bandit dependency-version: 1.9.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-minor-patch ... Signed-off-by: dependabot[bot] --- apps/backend/pyproject.toml | 2 +- apps/backend/requirements-dev.txt | 6 +++--- apps/backend/requirements.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/backend/pyproject.toml b/apps/backend/pyproject.toml index 880d38bc..1c95c7f2 100644 --- a/apps/backend/pyproject.toml +++ b/apps/backend/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "ssdpy>=0.4.1", "asyncssh>=2.20.0", "starlette>=0.40.0", - "jaraco-context==6.1.0", + "jaraco-context==6.1.1", "wheel==0.46.3", ] diff --git a/apps/backend/requirements-dev.txt b/apps/backend/requirements-dev.txt index 64881179..d5b6c73e 100644 --- a/apps/backend/requirements-dev.txt +++ b/apps/backend/requirements-dev.txt @@ -6,10 +6,10 @@ pytest-timeout==2.4.0 pytest-xdist==3.8.0 httpx==0.28.1 respx==0.22.0 -black==26.1.0 -ruff==0.15.1 +black==26.3.0 +ruff==0.15.5 mypy==1.19.1 -bandit==1.9.3 +bandit==1.9.4 safety==3.7.0 pre-commit==4.5.1 commitizen==3.29.1 diff --git a/apps/backend/requirements.txt b/apps/backend/requirements.txt index 7ea18b61..3d8ac6ae 100644 --- a/apps/backend/requirements.txt +++ b/apps/backend/requirements.txt @@ -11,5 +11,5 @@ bosesoundtouchapi>=1.0.86 ssdpy>=0.4.1 defusedxml>=0.7.1 asyncssh>=2.20.0 -jaraco-context==6.1.0 +jaraco-context==6.1.1 wheel==0.46.3