-
-
Notifications
You must be signed in to change notification settings - Fork 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
build(deps): bump the dev-dependencies group across 1 directory with 2 updates #398
base: master
Are you sure you want to change the base?
Conversation
…2 updates Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) and [yt-dlp](https://github.com/yt-dlp/yt-dlp) to permit the latest version. Updates `pillow` to 11.0.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@10.3.0...11.0.0) Updates `yt-dlp` from 2024.5.27 to 2024.11.18 - [Release notes](https://github.com/yt-dlp/yt-dlp/releases) - [Changelog](https://github.com/yt-dlp/yt-dlp/blob/master/Changelog.md) - [Commits](yt-dlp/yt-dlp@2024.05.27...2024.11.18) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: yt-dlp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Reviewer's Guide by SourceryThis PR updates two development dependencies: Pillow and yt-dlp. The Pillow update allows versions up to 12.0.0 (previously limited to <11.0.0), and yt-dlp is updated from 2024.5.27 to 2024.11.18. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. Here's why:
- It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
- We don't review packaging changes - Let us know if you'd like us to change this.
Updates the requirements on pillow and yt-dlp to permit the latest version.
Updates
pillow
to 11.0.0Release notes
Sourced from pillow's releases.
... (truncated)
Changelog
Sourced from pillow's changelog.
... (truncated)
Commits
204aae6
11.0.0 version bumpf2cc87b
Update CHANGES.rst [ci skip]c855e8e
Merge pull request #8464 from radarhere/imagemath_type_hintdc37515
Merge pull request #8463 from hugovk/update-3.13-datec3d81d6
Update Python 3.13 release datea60610c
Added type hintsa5c58f2
Merge pull request #8460 from hugovk/mit-cmue74994e
Update licence to MIT-CMUb5e1115
Update CHANGES.rst [ci skip]686b5e2
Merge pull request #8392 from radarhere/tiff_seekUpdates
yt-dlp
from 2024.5.27 to 2024.11.18Release notes
Sourced from yt-dlp's releases.
... (truncated)
Changelog
Sourced from yt-dlp's changelog.
... (truncated)
Commits
f919729
Release 2024.11.187ea2787
[ie/reddit] Improve error handling (#11573)f725758
[ie/digitalconcerthall] Support login with access/refresh tokens (#11571)da252d9
[cleanup] Misc (#11554)e079ffb
[ie/litv] Fix extractor (#11071)2009cb2
[ie/SonyLIVSeries] Addsort_order
extractor-arg (#11569)f351440
[ie/ctvnews] Fix extractor (#11534)f9d9850
[ie/ctvnews] Fix playlist ID extraction (#8892)37cd766
[ie/youtube:tab] Fix podcasts tab extraction (#11567)d867f99
[ie/PiaLive] Add extractor (#10811)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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditionsSummary by Sourcery
Bump the versions of Pillow and yt-dlp in the project's dependencies to allow for the latest updates and improvements.
Build: