fix(deps): update dependency pymongo to v4.10.1 - autoclosed #3769
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^4.3.2
->^4.10.1
==4.6.3
->==4.10.1
Release Notes
mongodb/mongo-python-driver (pymongo)
v4.10.1
: PyMongo 4.10.1Compare Source
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-10-1-released/299573
v4.10.0
: PyMongo 4.10.0Compare Source
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-10-0-released/299474
v4.9.2
: PyMongo 4.9.2Compare Source
pymongo.asynchronous.mongo_client.AsyncMongoClient
could deadlock.pymongo.results.UpdateResult.did_upsert
would raise a TypeError.v4.9.1
: PyMongo 4.9.1Compare Source
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-9-released/297833
v4.9
Compare Source
v4.8.0
: PyMongo 4.8.0Compare Source
Changes in Version 4.8.0
PyMongo 4.8 brings a number of improvements including:
bson.binary.Binary
is now redacted when the subtype is SENSITIVE_SUBTYPE(8).GitHub Releases now include a Software Bill of Materials, and signature
files corresponding to the distribution files released on PyPI.
startAtOperationTime
andresumeToken
could be added to a retry attempt, which caused the retry to fail.
ssl
module whenpyopenssl
import fails with AttributeError.Unavoidable breaking changes
hatch
as our build backend, we no longer have a usablesetup.py
fileand require installation using
pip
. Attempts to invoke thesetup.py
file will raise an exception.Additionally,
pip
>= 21.3 is now required for editable installs.Issues Resolved
See the PyMongo 4.8 release notes in JIRA for the list of resolved issues in this release.
Full Changelog: mongodb/mongo-python-driver@4.7.1...4.8.0
v4.7.3
: PyMongo 4.7.3Compare Source
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-7-3-released/283508
v4.7.2
: PyMongo 4.7.2Compare Source
Community Notes: https://www.mongodb.com/community/forums/t/pymongo-4-7-2-released/279584
v4.7.1
: PyMongo 4.7.1Compare Source
Community release note: https://www.mongodb.com/community/forums/t/pymongo-4-7-1-released/278459
v4.7.0
: PyMongo 4.7.0Compare Source
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-7-0-released/277656
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.