From 8232a5e552df045d23ec5f3d9901b080110ca60a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 03:49:45 +0000 Subject: [PATCH] Bump pymongo from 3.6.1 to 4.6.3 in /python/applications/UCIS4EQ Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.6.1 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.6.1...4.6.3) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/applications/UCIS4EQ/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/applications/UCIS4EQ/requirements.txt b/python/applications/UCIS4EQ/requirements.txt index f6367233..68bc2a57 100644 --- a/python/applications/UCIS4EQ/requirements.txt +++ b/python/applications/UCIS4EQ/requirements.txt @@ -1,5 +1,5 @@ # RESTful server for event treatment -pymongo==3.6.1 +pymongo==4.6.3 flask==0.12.2 # FDSN-WebService Listener