Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mongoengine from 0.26.0 to 0.27.0 #81

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2023

Bumps mongoengine from 0.26.0 to 0.27.0.

Changelog

Sourced from mongoengine's changelog.

Changes in 0.27.0

  • Update uuidRepresentation warnings with "unspecified" as the future default (instead of 'standard' previously advertised) #2739
  • Added mongo_client_class optional parameter to connect() to allow to use an alternative mongo client than pymongo.MongoClient. Typically to support mock mongo libraries like mongomock, montydb, mongita #2729
  • BREAKING CHANGE: connecting MongoEngine with mongomock should now use the new mongo_client_class For more info, check https://docs.mongoengine.org/guide/mongomock.html
  • Fix DictField that always gets marked as changed #2606
  • fix for Queryset.none() that has no effect on update/aggregate / first #2669
Commits
  • ac8ba50 Merge pull request #2740 from bagerard/prepare_0_27
  • aaf0a53 update version
  • ceb7415 update changelog for 0.27.0
  • 4c55088 Merge pull request #2739 from ShaneHarvey/uuidRepr-deprecation-warning
  • 9b879d1 Update uuidRepresentation warnings with "unspecified" as the future default
  • d0e7564 Merge pull request #2738 from bagerard/Document_string_operator_on_ListField
  • 6a7a279 Document_string_operator_on_ListField
  • 22fa33e Merge pull request #2737 from bagerard/idoshr-fix_none_queryset_run_on_all_co...
  • 24136df Fix none() no-match condition for aggregation + update changelog
  • 0767033 Merge branch 'fix_none_queryset_run_on_all_collection' of github.com:idoshr/m...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 6, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/mongoengine-0.27.0 branch 2 times, most recently from 47e428e to 77cbcb6 Compare March 12, 2023 00:27
@dependabot dependabot bot force-pushed the dependabot/pip/mongoengine-0.27.0 branch 3 times, most recently from 7f4b52e to f0ab920 Compare March 26, 2023 00:25
@dependabot dependabot bot force-pushed the dependabot/pip/mongoengine-0.27.0 branch 3 times, most recently from 4367f4d to bd6d269 Compare April 2, 2023 00:26
@dependabot dependabot bot force-pushed the dependabot/pip/mongoengine-0.27.0 branch from bd6d269 to 905bca1 Compare April 2, 2023 01:38
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>
@dependabot dependabot bot force-pushed the dependabot/pip/mongoengine-0.27.0 branch from 905bca1 to 916cf4a Compare April 2, 2023 01:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant