dxsooo / VideoDownload

VideoDownload tool for Youtube/BiliBili
Apache License 2.0
14 stars 0 forks source link

Update dependency pymongo to v4.8.0 #80

Open renovate[bot] opened 4 months ago

renovate[bot] commented 4 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pymongo 4.7.2 -> 4.8.0 age adoption passing confidence

Release Notes

mongodb/mongo-python-driver (pymongo) ### [`v4.8.0`](https://togithub.com/mongodb/mongo-python-driver/releases/tag/4.8.0): PyMongo 4.8.0 [Compare Source](https://togithub.com/mongodb/mongo-python-driver/compare/4.7.3...4.8.0) #### Changes in Version 4.8.0 PyMongo 4.8 brings a number of improvements including: - The handshake metadata for "os.name" on Windows has been simplified to "Windows" to improve import time. - The repr of `bson.binary.Binary` is now redacted when the subtype is SENSITIVE_SUBTYPE(8). - Secure Software Development Life Cycle automation for release process. GitHub Releases now include a Software Bill of Materials, and signature files corresponding to the distribution files released on PyPI. - Fixed a bug in change streams where both `startAtOperationTime` and `resumeToken` could be added to a retry attempt, which caused the retry to fail. - Fallback to stdlib `ssl` module when `pyopenssl` import fails with AttributeError. - Improved performance of MongoClient operations, especially when many operations are being run concurrently. #### Unavoidable breaking changes - Since we are now using `hatch` as our build backend, we no longer have a usable `setup.py` file and require installation using `pip`. Attempts to invoke the `setup.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](https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004\&version=37057) for the list of resolved issues in this release. *** **Full Changelog**: https://github.com/mongodb/mongo-python-driver/compare/4.7.1...4.8.0 ### [`v4.7.3`](https://togithub.com/mongodb/mongo-python-driver/releases/tag/4.7.3): PyMongo 4.7.3 [Compare Source](https://togithub.com/mongodb/mongo-python-driver/compare/4.7.2...4.7.3) 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 becomes conflicted, 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.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.39%. Comparing base (c5e2d9a) to head (d7f9cf3).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #80 +/- ## ========================================== + Coverage 85.71% 88.39% +2.67% ========================================== Files 5 5 Lines 112 112 ========================================== + Hits 96 99 +3 + Misses 16 13 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.