From 154dcc0746d7458683f09a68cba9afedae701ca9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 19:30:20 +0000 Subject: [PATCH] chore(deps): update dependency pymongo to v4.18.0 --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 1b7b66f..3aa9740 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,7 +7,7 @@ MarkupSafe==3.0.3 # pymongo, celery, and redis are pinned to match the versions used by the # splunk-connect-for-snmp connector (shared Redis/Celery infrastructure) — # bump these only in lockstep with that repo, not to latest independently. -pymongo==4.17.0 +pymongo==4.18.0 six==1.17.0 Werkzeug==3.1.8 pytest~=9.0, >=9.0.3