From cf04cf5eb259bf9a417a44e9f7186faad51df4b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Feb 2022 10:02:38 +0000 Subject: [PATCH] Update mongoengine requirement from ~=0.23.1 to ~=0.24.0 Updates the requirements on [mongoengine](https://github.com/MongoEngine/mongoengine) to permit the latest version. - [Release notes](https://github.com/MongoEngine/mongoengine/releases) - [Changelog](https://github.com/MongoEngine/mongoengine/blob/master/docs/changelog.rst) - [Commits](https://github.com/MongoEngine/mongoengine/compare/v0.23.1...v0.24.0) --- updated-dependencies: - dependency-name: mongoengine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5fc5dca..a16316a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ archetypal==2.1.3 -mongoengine~=0.23.1 +mongoengine~=0.24.0 pycountry~=20.7.3 pytest~=6.2.4 geojson~=2.5.0