From d8a1e126d14229ebe3a6b65ca2980f1a220f4eb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 09:30:38 +0000 Subject: [PATCH] Bump the npm-minor-and-patch group with 2 updates Bumps the npm-minor-and-patch group with 2 updates: [pymongo](https://github.com/mongodb/mongo-python-driver) and [ruff](https://github.com/astral-sh/ruff). Updates `pymongo` from 4.15.5 to 4.16.0 - [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/4.15.5...4.16.0) Updates `ruff` from 0.14.10 to 0.14.11 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.14.10...0.14.11) --- updated-dependencies: - dependency-name: pymongo dependency-version: 4.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-and-patch - dependency-name: ruff dependency-version: 0.14.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-and-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- tests/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 06a7de1..fb6ed1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ flask[async]==3.1.2 gunicorn==23.0.0 opengsq==3.6.0 psycopg2-binary==2.9.11 -pymongo==4.15.5 +pymongo==4.16.0 python-dotenv==1.2.1 pywin32==311;platform_system=="Windows" typing-extensions==4.15.0 diff --git a/tests/requirements.txt b/tests/requirements.txt index 792348d..ddf6490 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,2 +1,2 @@ pytest==9.0.2 -ruff==0.14.10 +ruff==0.14.14