From 2ff4bfd71d4662801c49b656ce53f87cc71f9de0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 20:10:21 +0000 Subject: [PATCH] chore(backend-deps)(deps): bump the testing group Bumps the testing group in /backend with 6 updates: | Package | From | To | | --- | --- | --- | | [httpx](https://github.com/encode/httpx) | `0.24.1` | `0.28.1` | | [pytest](https://github.com/pytest-dev/pytest) | `7.4.0` | `9.0.1` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.21.1` | `1.3.0` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `4.1.0` | `7.0.0` | | [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.11.1` | `3.15.1` | | [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) | `3.3.1` | `3.8.0` | Updates `httpx` from 0.24.1 to 0.28.1 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.24.1...0.28.1) Updates `pytest` from 7.4.0 to 9.0.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.4.0...9.0.1) Updates `pytest-asyncio` from 0.21.1 to 1.3.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.21.1...v1.3.0) Updates `pytest-cov` from 4.1.0 to 7.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.1.0...v7.0.0) Updates `pytest-mock` from 3.11.1 to 3.15.1 - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.11.1...v3.15.1) Updates `pytest-xdist` from 3.3.1 to 3.8.0 - [Release notes](https://github.com/pytest-dev/pytest-xdist/releases) - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.3.1...v3.8.0) --- updated-dependencies: - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: testing - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testing - dependency-name: pytest-xdist dependency-version: 3.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: testing ... Signed-off-by: dependabot[bot] --- backend/requirements-dev.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index 4275eae..96d0699 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,12 +1,12 @@ # Development dependencies for OpsSight Backend # Testing -pytest==7.4.0 -pytest-asyncio==0.21.1 -pytest-cov==4.1.0 -pytest-xdist==3.3.1 -pytest-mock==3.11.1 -httpx==0.24.1 +pytest==9.0.1 +pytest-asyncio==1.3.0 +pytest-cov==7.0.0 +pytest-xdist==3.8.0 +pytest-mock==3.15.1 +httpx==0.28.1 factory-boy==3.3.0 # Code Quality