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 ming from 0.9.2 to 0.12.2 in /ksweb #186

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 16, 2022

Bumps ming from 0.9.2 to 0.12.2.

Changelog

Sourced from ming's changelog.

0.12.2 (Nov 15, 2022)

  • MIM: add support for UUID types
  • improve type hints

0.12.1 (Sep 13, 2022)

  • allow Field(bytes) to work like Field(S.Binary)
  • handle rare race condition exception
  • MIM: support cursor/find as context manager
  • MIM: handle bytes & Binary in queries
  • MIM: handle queries given as RawBSONDocument
  • improve type hints
  • run tests on 3.10 and 3.11
  • test fix for python 3.11
  • test suite can be run in parallel (tox -p auto)

0.12.0 (Jun 2, 2022)

  • Remove support for python < 3.6

0.11.2 (Oct 15, 2021)

  • MIM: support distinct() usage on fields that are lists
  • improve a few type hints

0.11.1 (Sep 9, 2021)

  • Include py.typed and .pyi files in distribution

0.11.0 (Sep 9, 2021)

  • Drop support for Python 2.7, 3.3, and 3.4
  • Support for Python 3.9
  • MIM: support sparse unique indexes
  • propagate return values from various update/delete/insert operations
  • Support init_subclass arguments
  • validate() may not have been validating sub-documents
  • Add some type annotations

0.10.2 (Jun 19, 2020)

  • Fix error using save() and no _id
  • MIM: Avoid errors from _ensure_orig_key when positional $ is used

0.10.1 (Jun 17, 2020)

  • fix situation with gridfs indexes and MIM
  • fix validate=False and update some MIM params to match pymongo closer

... (truncated)

Commits
  • 1641ed9 version 0.12.2
  • de9a057 MIM: add support for UUID types
  • 6b4bfcd few more type hints; docstring update
  • 5db8046 update == to "is"
  • 0af6ce1 version 0.12.1
  • eeab08b handle rare race condition exception
  • 2adbf3a typing improvements
  • 3853256 mim: handle queries given as RawBSONDocument
  • 56f2d05 mim: handle bytes & Binary in queries
  • 66fb296 allow Field(bytes) to work like Field(S.Binary)
  • 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 [ming](https://github.com/TurboGears/Ming) from 0.9.2 to 0.12.2.
- [Release notes](https://github.com/TurboGears/Ming/releases)
- [Changelog](https://github.com/TurboGears/Ming/blob/master/docs/news.rst)
- [Commits](TurboGears/Ming@0.9.2...0.12.2)

---
updated-dependencies:
- dependency-name: ming
  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.

0 participants