From 4bb1c759f0bea9aa0e17801ff6634f0834c1cdb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 16:52:34 +0000 Subject: [PATCH] Bump pymongo from 4.6.1 to 4.6.2 in /stac_fastapi/mongo Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.6.1 to 4.6.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/4.6.1...4.6.2) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- stac_fastapi/mongo/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stac_fastapi/mongo/setup.py b/stac_fastapi/mongo/setup.py index 23aa968..37cbb0a 100644 --- a/stac_fastapi/mongo/setup.py +++ b/stac_fastapi/mongo/setup.py @@ -8,7 +8,7 @@ install_requires = [ "stac-fastapi.core==2.1.0", "motor==3.3.2", - "pymongo==4.6.1", + "pymongo==4.6.2", "uvicorn", "starlette", ]