From 5d8214942b7d89be8247d4e0e5596eeade6993ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 22:28:36 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20[backend-deps]:=20Bump=20motor=20fr?= =?UTF-8?q?om=203.4.0=20to=203.7.1=20in=20/backend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [motor](https://github.com/mongodb/motor) from 3.4.0 to 3.7.1. - [Release notes](https://github.com/mongodb/motor/releases) - [Changelog](https://github.com/mongodb/motor/blob/master/doc/changelog.rst) - [Commits](https://github.com/mongodb/motor/compare/3.4.0...3.7.1) --- updated-dependencies: - dependency-name: motor dependency-version: 3.7.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 80646f2..c740bea 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ "markdown-it-py==3.0.0", "markupsafe==3.0.2", "mdurl==0.1.2", - "motor==3.4.0", + "motor==3.7.1", "msgpack==1.1.0", "orjson==3.10.5", "packaging==24.2", diff --git a/backend/requirements.txt b/backend/requirements.txt index fb2640e..d22ca31 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -40,7 +40,7 @@ Jinja2==3.1.5 markdown-it-py==3.0.0 MarkupSafe==3.0.2 mdurl==0.1.2 -motor==3.4.0 +motor==3.7.1 msgpack==1.1.0 orjson==3.10.5 packaging==24.2