From a0c5a505831305d6a3e91668d3437a45cc42640a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 14:55:01 +0000 Subject: [PATCH] Bump motor from 3.4.0 to 3.7.1 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5494a57..ca14116 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ fastapi>=0.99.1 uvicorn>=0.22.0 -motor==3.4.0 +motor==3.7.1 mypy==1.10.0 ruff==0.4.5 black == 24.4.2