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

build(deps): bump mongomock from 4.0.0 to 4.1.2 #747

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 18, 2022

Bumps mongomock from 4.0.0 to 4.1.2.

Release notes

Sourced from mongomock's releases.

4.1.2

Full support (CI) of Python 3.10 and MongoDB v5.

  • Add support for partialFilterExpression to create_index (#784)
  • Handle $ in update operations when it is the last field. (#787)
  • Drop system collections on drop_database calls. (#788)
  • Add support for "number" alias in $type (#757)
  • Allow system vars expressions to generate arrays (#619)
  • Handle $arrayElementAt applied to $filter
  • $pushall $addToSet dollar operand support (#786)
  • Fix handling non existent fields and other errors in arithmetic operators and grouping. (#502)
  • Add support for allow_disk_use (#780)
  • Use class instead of function in patch (#768)
  • Make reading documents more thread safe. #694 (#695)
  • Patch gridfs without using isinstance. (#761)
  • Fix behavior for $type filter on arrays (#756)
  • Fix behavior for $type filter on numeric types (#755)
  • Make find(projection=...) return copies of the values (#753)
  • Add $not as a logic operator (#716)
  • Implement $map operator (#738)
  • Fix aggregation failing if index does not exists, added test (#646)
  • Sublist candidate handling update (#676)
  • Make distinct() work with arrays of dicts (#751)
  • Add let and array_filters args for update_ methods
  • Create the list_collections method on Database
  • Keep a client's server info consistent
  • Get the server info from an env var
  • Keep the server_info value in sync with the CI
Commits
  • 615f92f Silence warning in deploy steps.
  • 97279b2 Fix deployment authentication.
  • 56a2b6f Advertize that python 3.10 is supported.
  • fc8f697 Document the release process.
  • ae36245 Add support for partialFilterExpression to create_index (#784)
  • b48a387 Handle $ in update operations when it is the last field. (#787)
  • 20f9482 Drop system collections on drop_database calls. (#788)
  • b5c397b Document how to run one test only.
  • ecb5fd1 Add support for "number" alias in $type (#757)
  • 0399ae8 Allow system vars expressions to generate arrays (#619)
  • Additional commits viewable in compare view

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 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 [mongomock](https://github.com/mongomock/mongomock) from 4.0.0 to 4.1.2.
- [Release notes](https://github.com/mongomock/mongomock/releases)
- [Commits](mongomock/mongomock@4.0.0...4.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants