From 0768b2c2803cfa042802713512b52d95f4616e4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 18:49:46 +0000 Subject: [PATCH] chore(deps): bump mongomock-motor from 0.0.34 to 0.0.36 in /backend Bumps [mongomock-motor](https://github.com/michaelkryukov/mongomock_motor) from 0.0.34 to 0.0.36. - [Release notes](https://github.com/michaelkryukov/mongomock_motor/releases) - [Commits](https://github.com/michaelkryukov/mongomock_motor/compare/v0.0.34...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] --- backend/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index 545cc96..035c1a1 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -3,7 +3,7 @@ pytest==8.3.4 pytest-asyncio==0.24.0 pytest-cov==6.0.0 httpx==0.28.1 -mongomock-motor==0.0.34 +mongomock-motor==0.0.36 bandit==1.8.0 pip-audit==2.7.3 ruff==0.8.4