From 13a0dc7e8ddd38c071225c8af0b7ca8b99b32326 Mon Sep 17 00:00:00 2001 From: Jason Munro Date: Mon, 25 Sep 2023 10:56:34 -0700 Subject: [PATCH] Bump monty --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4fc035097..2068270db 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ "pydantic>=2.0", "pydantic-settings>=2.0.3", "pymongo>=4.2.0", - "monty>=2023.9.5", + "monty>=2023.9.25", "mongomock>=3.10.0", "pydash>=4.1.0", "jsonschema>=3.1.1",