From 8836ae24202877214831c8f5419f11f04577e479 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:18:35 +0000 Subject: [PATCH] chore(deps-dev): 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: [respx](https://github.com/lundberg/respx), [ruff](https://github.com/astral-sh/ruff), [mypy](https://github.com/python/mypy) and [commitizen](https://github.com/commitizen-tools/commitizen). Updates `respx` from 0.22.0 to 0.23.1 - [Release notes](https://github.com/lundberg/respx/releases) - [Changelog](https://github.com/lundberg/respx/blob/master/CHANGELOG.md) - [Commits](https://github.com/lundberg/respx/compare/0.22.0...0.23.1) Updates `ruff` from 0.15.7 to 0.15.10 - [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.10) Updates `mypy` from 1.19.1 to 1.20.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.19.1...v1.20.1) Updates `commitizen` from 4.13.9 to 4.13.10 - [Release notes](https://github.com/commitizen-tools/commitizen/releases) - [Changelog](https://github.com/commitizen-tools/commitizen/blob/master/CHANGELOG.md) - [Commits](https://github.com/commitizen-tools/commitizen/compare/v4.13.9...v4.13.10) --- updated-dependencies: - dependency-name: respx dependency-version: 0.23.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: ruff dependency-version: 0.15.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: mypy dependency-version: 1.20.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: commitizen dependency-version: 4.13.10 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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/backend/pyproject.toml b/apps/backend/pyproject.toml index 14972e4..0627327 100644 --- a/apps/backend/pyproject.toml +++ b/apps/backend/pyproject.toml @@ -35,7 +35,7 @@ dev = [ "pytest-cov>=5.0.0", "pytest-timeout>=2.3.0", "pytest-xdist>=3.6.0", - "respx>=0.21.0", + "respx>=0.23.1", ] [tool.setuptools] diff --git a/apps/backend/requirements-dev.txt b/apps/backend/requirements-dev.txt index 1804da3..55d484e 100644 --- a/apps/backend/requirements-dev.txt +++ b/apps/backend/requirements-dev.txt @@ -5,12 +5,12 @@ pytest-cov==7.1.0 pytest-timeout==2.4.0 pytest-xdist==3.8.0 httpx==0.28.1 -respx==0.22.0 +respx==0.23.1 black==26.3.1 -ruff==0.15.7 -mypy==1.19.1 +ruff==0.15.10 +mypy==1.20.1 bandit==1.9.4 safety==3.7.0 pre-commit==4.5.1 -commitizen==4.13.9 +commitizen==4.13.10 types-PyYAML==6.0.12.20240917