From 7cd2c282e4e5b4bde7900f3fa835d2e56f71b129 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 15:24:38 +0000 Subject: [PATCH] build(deps-dev): bump mongomock-motor from 0.0.21 to 0.0.36 Bumps [mongomock-motor](https://github.com/michaelkryukov/mongomock_motor) from 0.0.21 to 0.0.36. - [Release notes](https://github.com/michaelkryukov/mongomock_motor/releases) - [Commits](https://github.com/michaelkryukov/mongomock_motor/compare/v0.0.21...v0.0.36) --- updated-dependencies: - dependency-name: mongomock-motor dependency-version: 0.0.36 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e0562ea0..a560fa01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ tests = [ "pytest-mock == 3.6.1", "pytest-order == 1.0.1", "httpx >= 0.27.0, < 1.0.0", - "mongomock_motor == 0.0.21", + "mongomock_motor == 0.0.36", ] dev = [ "kernelci-api[tests]",