Skip to content

Commit

Permalink
Update dependency mongoengine to >=0.29.1,<0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 19, 2024
1 parent 618c5c4 commit 0624e91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ classifiers = [
[tool.poetry.dependencies]
SQLAlchemy = {version = ">=1.4.36,<2.1.0", optional = true}
fastapi = ">=0.100.0,<1.0"
mongoengine = {version = ">=0.24.1,<0.28.0", optional = true}
mongoengine = {version = ">=0.29.1,<0.30.0", optional = true}
pydantic = ">=2.0.0,<3.0.0"
python = ">=3.9,<4.0"

Expand Down

0 comments on commit 0624e91

Please sign in to comment.