From 4a4530cb45b2c47239f30225aa44f6fcc53c243b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 15:24:46 +0000 Subject: [PATCH] build(deps): bump pymongo-migrate from 0.11.0 to 1.0.0 Bumps [pymongo-migrate](https://github.com/stxnext/pymongo-migrate) from 0.11.0 to 1.0.0. - [Release notes](https://github.com/stxnext/pymongo-migrate/releases) - [Changelog](https://github.com/stxnext/pymongo-migrate/blob/main/CHANGELOG.md) - [Commits](https://github.com/stxnext/pymongo-migrate/commits) --- updated-dependencies: - dependency-name: pymongo-migrate dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9ac468ec..17f100d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "pymongo == 4.16.0", "passlib == 1.7.4", "pydantic == 2.9.2", - "pymongo-migrate == 0.11.0", + "pymongo-migrate == 1.0.0", "python-jose[cryptography] == 3.5.0", "redis == 7.4.0", "uvicorn[standard] == 0.44.0",