-
Notifications
You must be signed in to change notification settings - Fork 0
Update dependency pymongo to v4.15.1 #80
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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/pymongo-4.x-lockfile
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #80 +/- ##
==========================================
- Coverage 85.71% 81.25% -4.47%
==========================================
Files 5 5
Lines 112 112
==========================================
- Hits 96 91 -5
- Misses 16 21 +5 ☔ View full report in Codecov by Sentry. |
420691c
to
0d74af9
Compare
0d74af9
to
9757a1f
Compare
9757a1f
to
297b04c
Compare
297b04c
to
8b613ee
Compare
8b613ee
to
d7f9cf3
Compare
d7f9cf3
to
2877869
Compare
2877869
to
914ac1c
Compare
914ac1c
to
57d5dcf
Compare
57d5dcf
to
c735028
Compare
c735028
to
f7c5036
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
4.7.2
->4.15.1
Release Notes
mongodb/mongo-python-driver (pymongo)
v4.15.1
: PyMongo 4.15.1Compare Source
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-15-1-released/328837
v4.15.0
: PyMongo 4.15.0Compare Source
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-15-released/328574
v4.14.1
: PyMongo 4.14.1Compare Source
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-14-1-released/327511
v4.14.0
: PyMongo 4.14.0Compare Source
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-14-released/326906
v4.13.2
: PyMongo 4.13.2Compare Source
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-13-2-released/323705
v4.13.1
: PyMongo 4.13.1Compare Source
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-13-1-released/323356
v4.13.0
: PyMongo 4.13.0Compare Source
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-13-0-released/321391.
v4.12.1
: PyMongo 4.12.1Compare Source
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-12-1-released/320326
What's Changed
Full Changelog: mongodb/mongo-python-driver@4.12.0...4.12.1
v4.12.0
: PyMongo 4.12.0Compare Source
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-12-released/318187
v4.11.3
: PyMongo 4.11.3Compare Source
What's Changed
New Contributors
Full Changelog: mongodb/mongo-python-driver@4.11.2...4.11.3
v4.11.2
: PyMongo 4.11.2Compare Source
Community notes:
What's Changed
Full Changelog: mongodb/mongo-python-driver@4.11.1...4.11.2
v4.11.1
: PyMongo 4.11.1Compare Source
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-11-1-released/312193
v4.11
: PyMongo 4.11.0Compare Source
Community notes: https://www.mongodb.com/community/forums/t/pymongo-4-11-released/310976
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
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.