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.28.2 to 0.29.1 #170

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps mongoengine from 0.28.2 to 0.29.1.

Release notes

Sourced from mongoengine's releases.

v0.29.1

What's Changed

  • bump checkout and python github actions (fix nodejs deprecation warnings)
  • Add support for pymongo 4.9

Full Changelog: MongoEngine/mongoengine@v0.29.0...v0.29.1

v0.29.0

No release notes provided.

Changelog

Sourced from mongoengine's changelog.

Changes in 0.29.1

  • Add support for freshly released pymongo 4.9 #2849

Changes in 0.29.0

  • Fix weakref in EmbeddedDocumentListField (causing brief mem leak in certain circumstances) #2827
  • Fix pillow deprecation warning related with LANCZOS filter #2824
  • Allow gt/gte/lt/lte/ne operators to be used with a list as value on ListField #2813
  • Switch tox to use pytest instead of legacy python setup.py test #2804
  • Add support for timeseries collection #2661
  • Add support in tests for MongoDB 7.0, pymongo 4.7 and pymongo 4.8 in the CI #2826
  • Add support for array_filters in Queryset.modify #2811
  • Integrate a docker-compose setup for local testing #2555
  • improve ReferenceField wrong usage detection
  • Fix no_dereference thread-safetyness #2830
  • BREAKING CHANGE: max_length in ListField is now keyword only on ListField signature
  • BREAKING CHANGE: Force field argument of ListField/DictField to be a field instance (e.g ListField(StringField()) instead of ListField(StringField)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [mongoengine](https://github.com/MongoEngine/mongoengine) from 0.28.2 to 0.29.1.
- [Release notes](https://github.com/MongoEngine/mongoengine/releases)
- [Changelog](https://github.com/MongoEngine/mongoengine/blob/v0.29.1/docs/changelog.rst)
- [Commits](MongoEngine/mongoengine@v0.28.2...v0.29.1)

---
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 added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 23, 2024
Copy link

korbit-ai bot commented Sep 23, 2024

By default, I don't review pull requests opened by bots. If you would like me to review this pull request anyway, you can request a review via the /korbit-review command in a comment.

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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants