From 4bb8e9dba0005fccfbf426c07f0a71bea111db09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 09:43:21 +0000 Subject: [PATCH] Bump motor from 3.6.1 to 3.7.0 (#1349) Bumps [motor](https://github.com/mongodb/motor) from 3.6.1 to 3.7.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.6.1...3.7.0) --- updated-dependencies: - dependency-name: motor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- demos/motortwit/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/motortwit/requirements.txt b/demos/motortwit/requirements.txt index dad88c9fc..0733ceb04 100644 --- a/demos/motortwit/requirements.txt +++ b/demos/motortwit/requirements.txt @@ -3,7 +3,7 @@ aiohttp-jinja2==1.6 aiohttp-security==0.5.0 bcrypt==4.2.1 faker==35.0.0 -motor==3.6.1 +motor==3.7.0 pytz==2024.2 pyyaml==6.0.2 trafaret==2.1.1