From f2cbc6c71142b6cf6cae53ec65310d913cd4b7a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Apr 2022 00:10:25 +0000 Subject: [PATCH] Update motor requirement from ~=2.5.1 to ~=3.0.0 in /api 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/2.5.1...3.0.0) --- updated-dependencies: - dependency-name: motor dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- api/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/requirements.txt b/api/requirements.txt index 9d637e7..f81f130 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -4,7 +4,7 @@ oic~=1.3.0 sanic-session~=0.8.0 sanic-cors~=2.0.1 python-slugify~=5.0.2 -motor~=2.5.1 +motor~=3.0.0 pyyaml<6 -e git+https://github.com/openmaptiles/openmaptiles-tools#egg=openmaptiles-tools sqlparse~=0.4.2 diff --git a/api/setup.py b/api/setup.py index e99ae64..6beb1c4 100644 --- a/api/setup.py +++ b/api/setup.py @@ -16,7 +16,7 @@ setup( "sanic-session~=0.8.0", "sanic-cors~=2.0.1", "python-slugify~=5.0.2", - "motor~=2.5.1", + "motor>=2.5.1,<3.1.0", "pyyaml<6", "sqlparse~=0.4.2", "openmaptiles-tools", # install from git