From 10d54c851a9305c811353339e5a9eff9ee741e46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 04:15:50 +0000 Subject: [PATCH] Bump pymongo from 4.8.0 to 4.9.1 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.8.0 to 4.9.1. - [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/4.8.0...4.9.1) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 64134da..dd8d098 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ name = "pypi" pytest = "==8.3.3" mirakuru = "==2.5.2" port-for = "==0.7.3" -pymongo = "==4.8.0" +pymongo = "==4.9.1" [dev-packages] towncrier = "==24.8.0"