From 4e97dd228d7772731602f3492c4e9529e7ec2588 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 07:27:25 +0000 Subject: [PATCH] Bump pymongo from 2.4.1 to 2.5.2 in /examples/tinymongo Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 2.4.1 to 2.5.2. - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/2.4.1...2.5.2) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/tinymongo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tinymongo/requirements.txt b/examples/tinymongo/requirements.txt index 67cf0d814..000ae24cf 100644 --- a/examples/tinymongo/requirements.txt +++ b/examples/tinymongo/requirements.txt @@ -1,4 +1,4 @@ Flask Flask-Admin -pymongo==2.4.1 +pymongo==2.5.2 git+https://github.com/schapman1974/tinymongo.git#egg=tinymongo