From a3ee2cc6f1d437338334af81d559f08272af300b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 09:23:21 +0000 Subject: [PATCH] build(deps): bump pymongo from 4.18.0 to 4.18.1 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.18.0 to 4.18.1. - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/main/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.18.0...4.18.1) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.18.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7ccad2087a..3959de98fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "paramiko==5.0.0", "pydantic==2.13.5", "pyelftools==0.33", - "pymongo==4.18.0", + "pymongo==4.18.1", "pytest==9.1.1", "pyyaml==6.0.3", "requests==2.34.2", diff --git a/requirements.txt b/requirements.txt index 39e7067a68..de8395d15a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ kubernetes==36.0.3 paramiko==5.0.0 pydantic==2.13.5 pyelftools==0.33 -pymongo==4.18.0 +pymongo==4.18.1 pytest==9.1.1 pyyaml==6.0.3 requests==2.34.2