From 51939da05195ca04823735e2b2f5b29716e72b82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 06:18:35 +0000 Subject: [PATCH] chore(deps-dev): bump the python-minor-patch group across 1 directory with 2 updates Bumps the python-minor-patch group with 2 updates in the /apps/backend directory: [ruff](https://github.com/astral-sh/ruff) and [mypy](https://github.com/python/mypy). Updates `ruff` from 0.15.7 to 0.15.9 - [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.7...0.15.9) Updates `mypy` from 1.19.1 to 1.20.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.19.1...v1.20.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: mypy dependency-version: 1.20.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-minor-patch ... Signed-off-by: dependabot[bot] --- apps/backend/requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/backend/requirements-dev.txt b/apps/backend/requirements-dev.txt index 1804da3..cbc43cd 100644 --- a/apps/backend/requirements-dev.txt +++ b/apps/backend/requirements-dev.txt @@ -7,8 +7,8 @@ pytest-xdist==3.8.0 httpx==0.28.1 respx==0.22.0 black==26.3.1 -ruff==0.15.7 -mypy==1.19.1 +ruff==0.15.9 +mypy==1.20.0 bandit==1.9.4 safety==3.7.0 pre-commit==4.5.1