From d0f73704cb3ad5373e6dbbc8628f6a3d312df47d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 06:33:33 +0000 Subject: [PATCH] chore(deps): bump the python-minor-patch group Bumps the python-minor-patch group in /apps/backend with 4 updates: [wheel](https://github.com/pypa/wheel), [ruff](https://github.com/astral-sh/ruff), [mypy](https://github.com/python/mypy) and [pre-commit](https://github.com/pre-commit/pre-commit). Updates `wheel` from 0.46.3 to 0.47.0 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.46.3...0.47.0) Updates `ruff` from 0.15.10 to 0.15.12 - [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.10...0.15.12) Updates `mypy` from 1.20.1 to 1.20.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.20.1...v1.20.2) Updates `pre-commit` from 4.5.1 to 4.6.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.5.1...v4.6.0) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.47.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: pre-commit dependency-version: 4.6.0 dependency-type: direct:development update-type: version-update:semver-minor 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 0627327..14421fc 100644 --- a/apps/backend/pyproject.toml +++ b/apps/backend/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "asyncssh>=2.20.0", "starlette>=0.40.0", "jaraco-context==6.1.2", - "wheel==0.46.3", + "wheel==0.47.0", ] [project.optional-dependencies] diff --git a/apps/backend/requirements-dev.txt b/apps/backend/requirements-dev.txt index 55d484e..986ed27 100644 --- a/apps/backend/requirements-dev.txt +++ b/apps/backend/requirements-dev.txt @@ -7,10 +7,10 @@ pytest-xdist==3.8.0 httpx==0.28.1 respx==0.23.1 black==26.3.1 -ruff==0.15.10 -mypy==1.20.1 +ruff==0.15.12 +mypy==1.20.2 bandit==1.9.4 safety==3.7.0 -pre-commit==4.5.1 +pre-commit==4.6.0 commitizen==4.13.10 types-PyYAML==6.0.12.20240917 diff --git a/apps/backend/requirements.txt b/apps/backend/requirements.txt index b4d7f55..6d9e617 100644 --- a/apps/backend/requirements.txt +++ b/apps/backend/requirements.txt @@ -12,4 +12,4 @@ ssdpy>=0.4.1 defusedxml>=0.7.1 asyncssh>=2.20.0 jaraco-context==6.1.2 -wheel==0.46.3 +wheel==0.47.0