From 1d0477a3a7d3da670531b3a712d1f619747f2a14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 15:23:58 +0000 Subject: [PATCH] build(deps): bump beanie from 2.1.0 to 2.2.0 Bumps [beanie](https://github.com/BeanieODM/beanie) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/BeanieODM/beanie/releases) - [Changelog](https://github.com/BeanieODM/beanie/blob/main/docs/changelog.md) - [Commits](https://github.com/BeanieODM/beanie/compare/2.1.0...2.2.0) --- updated-dependencies: - dependency-name: beanie dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f4caf409..63515d59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ readme = "README.md" requires-python = ">=3.10" license = {text = "LGPL-2.1-or-later"} dependencies = [ - "beanie == 2.1.0", + "beanie == 2.2.0", "fastapi[all] == 0.139.2", "fastapi-pagination == 0.15.14", "fastapi-users[beanie, oauth] == 15.0.5",