From d85dd1bd0e461ed247294c157f08117569ceba82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 22:56:59 +0000 Subject: [PATCH] Update motor requirement in /python Updates the requirements on [motor](https://github.com/mongodb/motor) to permit the latest version. - [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.6.0) --- updated-dependencies: - dependency-name: motor dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index afd5efec78831..40263707d82da 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -74,7 +74,7 @@ hugging_face = [ ] mongo = [ "pymongo >= 4.8.0, < 4.9", - "motor >= 3.3.2,< 3.6.0" + "motor >= 3.3.2,< 3.7.0" ] notebooks = [ "ipykernel ~= 6.29"