From 3deb5144ce255bad242798e7f3cf94e298498c37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 02:11:34 +0000 Subject: [PATCH] Bump motor from 3.3.2 to 3.4.0 Bumps [motor](https://github.com/mongodb/motor) from 3.3.2 to 3.4.0. - [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.3.2...3.4.0) --- updated-dependencies: - dependency-name: motor 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 312d5fa..abc66d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ fastapi>=0.99.1 uvicorn>=0.22.0 -motor==3.3.2 +motor==3.4.0 mypy==1.9.0 ruff==0.2.1 black == 24.3.0