nebula-orchestrator / reporter

The optional reporter container which reads nebula reports from Kafka into the backend DB
https://nebula-orchestrator.github.io/
GNU General Public License v3.0
3 stars 1 forks source link

Bump pymongo from 4.0.1 to 4.0.2 #112

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps pymongo from 4.0.1 to 4.0.2.

Release notes

Sourced from pymongo's releases.

PyMongo 4.0.2

Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-0-2-released/150457

Changelog

Sourced from pymongo's changelog.

Changes in Version 4.0.2

Issues Resolved ...............

Version 4.0.2 fixes a number of bugs:

  • Fixed a bug :meth:pymongo.collection.Collection.bulk_write did not apply the collection's CodecOptions to upserted_ids result (PYTHON-3075_).
  • Fixes the :doc:/examples/high_availability example for initializing a replica set (PYTHON-3041_).

See the PyMongo 4.0.2 release notes in JIRA_ for the list of resolved issues in this release.

.. _PYTHON-3041: https://jira.mongodb.org/browse/PYTHON-3027 .. _PYTHON-3075: https://jira.mongodb.org/browse/PYTHON-3075 .. _PyMongo 4.0.2 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=32522

Commits
  • e2dcb86 BUMP 4.0.2 (#891)
  • 2a36f89 PYTHON-3142 Stop using $where in test_maxConnecting (#886)
  • 542766e PYTHON-3088 [4.0] Test rapid releases with load balancers (#880)
  • cbae04f PYTHON-2147 Use verified peer cert chain in OCSP when available (#877)
  • 22e84f0 PYTHON-3109 Test against latest rapid releases (#862)
  • c761c1f PYTHON-3088 Update load balancer tests to support dedicated load balancer por...
  • 358e158 PYTHON-1834 [v4.0] Use a code formatter 2 (#856)
  • b1d76c8 PYTHON-1834 [v4.0] Use a code formatter (#854)
  • 146d16b PYTHON-3110 [v4.0] Remove use of example.com in CSFLE tests (#849)
  • 43a8a6a PYTHON-3075 [v4.0] bulk_write does not apply CodecOptions to upserted_ids res...
  • 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)