From 5ca4e49da45635342450423160537270da4eacec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 04:45:09 +0000 Subject: [PATCH] Update motor requirement from <3.0.0,>=2.5.1 to >=3.5.1,<4.0.0 Updates the requirements on [motor](https://github.com/mongodb/motor) to permit the latest version. - [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/2.5.1...3.5.1) --- updated-dependencies: - dependency-name: motor dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 66c7c42..1355482 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ fastapi-users >= 9.1.0 -motor >=2.5.1,<3.0.0 +motor >=3.5.1,<4.0.0