Skip to content

Commit

Permalink
Bump mongoengine from 0.26.0 to 0.27.0
Browse files Browse the repository at this point in the history
Bumps [mongoengine](https://github.com/MongoEngine/mongoengine) from 0.26.0 to 0.27.0.
- [Release notes](https://github.com/MongoEngine/mongoengine/releases)
- [Changelog](https://github.com/MongoEngine/mongoengine/blob/master/docs/changelog.rst)
- [Commits](MongoEngine/mongoengine@v0.26.0...v0.27.0)

---
updated-dependencies:
- dependency-name: mongoengine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 2, 2023
1 parent 1c7ba24 commit 916cf4a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ marshmallow==3.19.0
# via
# -r requirements/pkg.in
# sweetrpg-model-core
mongoengine==0.26.0
mongoengine==0.27.0
# via -r requirements/pkg.in
mypy-extensions==1.0.0
# via black
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ marshmallow==3.19.0
# via
# -r requirements/pkg.in
# sweetrpg-model-core
mongoengine==0.26.0
mongoengine==0.27.0
# via -r requirements/pkg.in
packaging==23.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pkg.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
marshmallow<4.0
mongoengine==0.26.0
mongoengine==0.27.0
sweetrpg-model-core
PyMongo[srv]<5.0
dnspython<3.0
2 changes: 1 addition & 1 deletion requirements/pkg.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ marshmallow==3.19.0
# via
# -r requirements/pkg.in
# sweetrpg-model-core
mongoengine==0.26.0
mongoengine==0.27.0
# via -r requirements/pkg.in
packaging==23.0
# via marshmallow
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ marshmallow==3.19.0
# via
# -r requirements/pkg.in
# sweetrpg-model-core
mongoengine==0.26.0
mongoengine==0.27.0
# via -r requirements/pkg.in
packaging==23.0
# via
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name="sweetrpg-db",
install_requires=[
"marshmallow<4.0",
"mongoengine==0.26.0",
"mongoengine==0.27.0",
"sweetrpg-model-core",
"PyMongo[srv]<5.0",
"dnspython<3.0",
Expand Down

0 comments on commit 916cf4a

Please sign in to comment.