jupyter-naas / naas

Low-code Python library to safely use notebooks in production: schedule workflows, generate assets, trigger webhooks, send notifications, build pipelines, manage secrets (Cloud-only)
https://app.naas.ai/
GNU Affero General Public License v3.0
286 stars 25 forks source link

build(deps): bump pymongo[srv] from 3.11.3 to 4.0.2 #307

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps pymongo[srv] from 3.11.3 to 4.0.2.

Release notes

Sourced from pymongo[srv]'s releases.

PyMongo 4.0.2

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

PyMongo 4.0.1

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

PyMongo 4.0

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

PyMongo 3.12.3

Release notes: https://www.mongodb.com/community/forums/t/pymongo-3-12-3-released/135978

PyMongo 3.12.0b1 - Beta support for MongoDB Versioned API

No release notes provided.

PyMongo 3.12.0b0 - Beta support for MongoDB Versioned API

No release notes provided.

PyMongo 3.11.4

https://developer.mongodb.com/community/forums/t/pymongo-3-11-4-released/105609

Changelog

Sourced from pymongo[srv]'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

Changes in Version 4.0.1

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

Version 4.0.1 fixes a number of bugs:

  • Fixed a bug that prevented :meth:bson.json_util.loads from decoding a document with a non-string "$regex" field (PYTHON-3028_).
  • Fixed a bug where a client may select a hidden/ghost or not yet initialized replica set member leading to unexpected "connection pool paused" errors (PYTHON-3027_).

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

.. _PYTHON-3027: https://jira.mongodb.org/browse/PYTHON-3027 .. _PYTHON-3028: https://jira.mongodb.org/browse/PYTHON-3028 .. _PyMongo 4.0.1 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=32504

Changes in Version 4.0

.. warning:: PyMongo 4.0 drops support for Python 2.7, 3.4, and 3.5.

.. warning:: PyMongo 4.0 drops support for MongoDB 2.6, 3.0, 3.2, and 3.4.

PyMongo 4.0 brings a number of improvements as well as some backward breaking changes. For example, all APIs deprecated in PyMongo 3.X have been removed.

... (truncated)

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)
sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

dependabot[bot] commented 2 years ago

Superseded by #310.