From cc8ff3a47e53bdec838c6ee0106c17b56c4cd095 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 14:47:06 +0000 Subject: [PATCH] Bump motor from 3.2.0 to 3.3.0 Bumps [motor](https://github.com/mongodb/motor) from 3.2.0 to 3.3.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.2.0...3.3.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 7e31ee2..3c2cb29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ fastapi>=0.99.1 uvicorn>=0.22.0 -motor==3.2.0 +motor==3.3.0 mypy==1.5.0 ruff==0.0.280 black == 23.7.0