fincubator / tellerbot

Telegram Bot for over-the-counter trading
https://t.me/TellerBot
GNU Affero General Public License v3.0
23 stars 10 forks source link

Bump pymongo from 3.9.0 to 3.10.0 #26

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps pymongo from 3.9.0 to 3.10.0.

Changelog *Sourced from [pymongo's changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst).* > Changes in Version 3.10.0 > ========================= > > Version 3.10 includes a number of improvements and bug fixes. Highlights include: > > - Support for Client-Side Field Level Encryption with MongoDB 4.2. See examples/encryption for examples. > - Support for Python 3.8. > - Added pymongo.client\_session.ClientSession.in\_transaction. > - Do not hold the Topology lock while creating connections in a MongoClient's background thread. This change fixes a bug where application operations would block while the background thread ensures that all server pools have minPoolSize connections. > - Fix a UnicodeDecodeError bug when coercing a PyMongoError with a non-ascii error message to unicode on Python 2. > - Fix an edge case bug where PyMongo could exceed the server's maxMessageSizeBytes when generating a compressed bulk write command. > > Issues Resolved > --------------- > > See the [PyMongo 3.10 release notes in JIRA](https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=23944) for the list of resolved issues in this release.
Commits - [`25a9b98`](https://github.com/mongodb/mongo-python-driver/commit/25a9b98cb31fad17ceb338161e5555793e6b3641) BUMP 3.10.0 - [`2e36161`](https://github.com/mongodb/mongo-python-driver/commit/2e36161e38c65b1c01588da928b46f393395cea8) Fix simple typo: overidden -> overridden ([#432](https://github-redirect.dependabot.com/mongodb/mongo-python-driver/issues/432)) - [`1d71968`](https://github.com/mongodb/mongo-python-driver/commit/1d71968c76c1c029c4296f7315d4fb17e006048e) PYTHON-2064 Collect crash dumps from mongo-orchestration ([#431](https://github-redirect.dependabot.com/mongodb/mongo-python-driver/issues/431)) - [`a7c3738`](https://github.com/mongodb/mongo-python-driver/commit/a7c37387852c5d754a42df794d1f48acec0c0212) Update changelog for 3.10 release - [`04a51ed`](https://github.com/mongodb/mongo-python-driver/commit/04a51ed57aa273dcf784b71ffbbe34dd8ab8f683) PYTHON-2074 Correctly mock the MonitorBase API - [`ed4204f`](https://github.com/mongodb/mongo-python-driver/commit/ed4204f237b6c781e94dbe18454681b2e28a804f) PYTHON-1954 Stop holding the topology lock while creating new connections - [`228f716`](https://github.com/mongodb/mongo-python-driver/commit/228f7165703526b1b0da94f30769c2e3b29c0961) PYTHON-2059 Do not send readPreference with OP_MSG getMore commands - [`895b662`](https://github.com/mongodb/mongo-python-driver/commit/895b66272eecf8518d755f71c2c72f4955e8c001) PYTHON-2070 Migrate MongoDB 4.3+ Windows testing to Windows 2016+ - [`23a6243`](https://github.com/mongodb/mongo-python-driver/commit/23a62433b6de244dba55095a948578530e44209e) PYTHON-1660 Clear MongoClient session pool after a fork - [`94cb6ac`](https://github.com/mongodb/mongo-python-driver/commit/94cb6acc09da11d34888e55284c162c7192f707f) PYTHON-1966 Test with custom default encoding on Python 2 - Additional commits viewable in [compare view](https://github.com/mongodb/mongo-python-driver/compare/3.9.0...3.10.0)


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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.