From 474e64a3c2e92a3a57e80d4c112cceef81b40bb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:34:13 +0000 Subject: [PATCH] Bump motor from 3.2.0 to 3.3.1 Bumps [motor](https://github.com/mongodb/motor) from 3.2.0 to 3.3.1. - [Release notes](https://github.com/mongodb/motor/releases) - [Changelog](https://github.com/mongodb/motor/blob/3.3.1/doc/changelog.rst) - [Commits](https://github.com/mongodb/motor/compare/3.2.0...3.3.1) --- 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..3a306e0 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.1 mypy==1.5.0 ruff==0.0.280 black == 23.7.0