From 37a79fdb7c47bc7fe8eaf4e156e4e6aad3ccbf17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 20:46:48 -0600 Subject: [PATCH] chore(deps): bump motor from 3.6.1 to 3.7.0 (#572) 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> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 19599bb..91bffd2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ idna==3.10; python_full_version >= "3.6.2" and python_version >= "3.7" and pytho itsdangerous==2.2.0; python_full_version >= "3.6.2" and python_version >= "3.6" and python_full_version < "4.0.0" jinja2==3.1.5; python_full_version >= "3.6.2" and python_version >= "3.6" and python_full_version < "4.0.0" markupsafe==3.0.2; python_full_version >= "3.6.1" and python_version >= "3.6" -motor==3.6.1; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.5.2" +motor==3.7.0; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.5.2" multidict==6.1.0; python_version >= "3.7" and python_version < "4.0" orjson==3.10.15; python_full_version >= "3.6.2" and python_version >= "3.7" and python_full_version < "4.0.0" passlib==1.7.4