Skip to content

Commit b156958

Browse files
chore(deps): update beanie requirement in the python-dependencies group
Updates the requirements on [beanie](https://github.com/roman-right/beanie) to permit the latest version. Updates `beanie` to 2.0.0 - [Release notes](https://github.com/roman-right/beanie/releases) - [Changelog](https://github.com/BeanieODM/beanie/blob/main/docs/changelog.md) - [Commits](BeanieODM/beanie@1.26.0...2.0.0) --- updated-dependencies: - dependency-name: beanie dependency-version: 2.0.0 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4d68365 commit b156958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232

3333
[dependency-groups]
3434
dev = ["pytest>=8.3.5"]
35-
mongo = ["beanie>=1.30.0,<2", "motor>=3.6.0,<4"]
35+
mongo = ["beanie>=1.30.0,<3", "motor>=3.6.0,<4"]
3636

3737
[tool.uv]
3838
default-groups = ["mongo"]

0 commit comments

Comments
 (0)