Skip to content

Commit 184fd57

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] <[email protected]>
1 parent e8746d9 commit 184fd57

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
@@ -35,7 +35,7 @@ dependencies = [
3535

3636
[dependency-groups]
3737
dev = ["pytest>=8.3.5"]
38-
mongo = ["beanie>=1.30.0,<2", "motor>=3.6.0,<4"]
38+
mongo = ["beanie>=1.30.0,<3", "motor>=3.6.0,<4"]
3939

4040
[tool.uv]
4141
default-groups = ["mongo"]

0 commit comments

Comments
 (0)