From a4de2f0f0811b577020ec76ddec6306627b19be4 Mon Sep 17 00:00:00 2001 From: ajasnosz <139114006+ajasnosz@users.noreply.github.com> Date: Wed, 10 Apr 2024 14:47:34 +0200 Subject: [PATCH] chore: bump pymongo to v4.6.3 (#78) --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 29f2a8d..1e904be 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,7 +4,7 @@ Flask-Cors==3.0.10 itsdangerous==2.1.2 Jinja2==3.1.3 MarkupSafe==2.1.1 -pymongo==4.1.1 +pymongo==4.6.3 six==1.16.0 Werkzeug==2.3.8 pytest~=7.2.0