From 6efdadaeff691e040c4b99246ff9ffbd3de362c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:18:21 +0900 Subject: [PATCH] Update pymongo requirement from ==4.5.* to ==4.6.* in /requirements (#2988) Updates the requirements on [pymongo](https://github.com/mongodb/mongo-python-driver) to permit the latest version. - [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.5.0...4.6.2) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/api.txt b/requirements/api.txt index 4b1f9a8cfb0..0274aacd43e 100644 --- a/requirements/api.txt +++ b/requirements/api.txt @@ -5,7 +5,7 @@ networkx>=2.6,<=2.8.0 numpy>=1.21.0,<=1.23.4 # np.bool was removed in 1.24.0 which was used in openvino runtime omegaconf>=2.1.1 opencv-python>=4.5 -pymongo==4.5.* +pymongo==4.6.* scikit-learn==1.3.* Shapely>=1.7.1,<=1.8.0 imagesize==1.4.1