From 137e4f5568687a7b3d969b9745b979f0752dc739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 15:57:01 +0000 Subject: [PATCH] Bump pymongo in /smartclide-dle/smartclide-smart-assistant Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.12.0 to 4.6.3. - [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/3.12.0...4.6.3) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- smartclide-dle/smartclide-smart-assistant/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartclide-dle/smartclide-smart-assistant/requirements.txt b/smartclide-dle/smartclide-smart-assistant/requirements.txt index 6cb8f37..22b951c 100644 --- a/smartclide-dle/smartclide-smart-assistant/requirements.txt +++ b/smartclide-dle/smartclide-smart-assistant/requirements.txt @@ -8,5 +8,5 @@ setuptools>=41.1.0 requests==2.23.0 pandas>=1.3.0 numpy>=1.16.5 -pymongo==3.12.0 +pymongo==4.6.3 pika==1.2.0