From 96c4a13c93e90d548e32e725a23ec60d4f398384 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 08:40:51 +0000 Subject: [PATCH] build(deps): bump pymongo from 4.10.1 to 4.11.3 in /application Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.10.1 to 4.11.3. - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/4.11.3/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.10.1...4.11.3) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- application/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/requirements.txt b/application/requirements.txt index 5323fe85..c3140d6a 100644 --- a/application/requirements.txt +++ b/application/requirements.txt @@ -65,7 +65,7 @@ py==1.11.0 pydantic==2.10.6 pydantic-core==2.27.2 pydantic-settings==2.7.1 -pymongo==4.10.1 +pymongo==4.11.3 pypdf==5.2.0 python-dateutil==2.9.0.post0 python-dotenv==1.0.1