From 7e87f76e0d3a878c93c921ea7ba654fd58a0cac3 Mon Sep 17 00:00:00 2001 From: Archana-Shinde1 Date: Thu, 19 Sep 2024 13:14:21 +0000 Subject: [PATCH] Relax pymongo pin to use CVE fixed version --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index a9d33e4..2f65d8a 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -56,7 +56,7 @@ outputs: - pyarrow {{ arrow }} - pydot >=1.2.0,<2 - python-dateutil >=2.8.0,<3 - - pymongo >=3.8.0,<4.0.0 + - pymongo >=3.8.0,<5.0.0 - pytz >=2018.3 - regex {{ regex }} - requests {{ requests }}