EduuRobot
EduuRobot copied to clipboard
build(deps): bump the dev-dependencies group across 1 directory with 2 updates
Updates the requirements on pillow and yt-dlp to permit the latest version.
Updates pillow to 11.0.0
Release notes
Sourced from pillow's releases.
11.0.0
https://pillow.readthedocs.io/en/stable/releasenotes/11.0.0.html
Changes
- Do not create core image in TIFF seek() #8392 [
@radarhere]- Removed custom build_openjpeg #8365 [
@radarhere]- Support writing LONG8 offsets in AppendingTiffWriter #8417 [
@radarhere]- Use ImageFile.MAXBLOCK when saving TIFF images #8461 [
@radarhere]- Always raise warnings for deprecated feature checks #8459 [
@radarhere]- Do not close provided file handles with libtiff when saving #8458 [
@radarhere]- Revert "Skip QEMU-emulated wheels on workflow dispatch event" #8455 [
@radarhere]- Support ImageFilter.BuiltinFilter for I;16* images #8438 [
@radarhere]- [pre-commit.ci] pre-commit autoupdate #8448 [
@pre-commit-ci]- Use ImagingCore.ptr instead of ImagingCore.id #8341 [
@homm]- Simplified code #8445 [
@radarhere]- Removed unused code #8447 [
@radarhere]- Updated EPS mode when opening images without transparency #8281 [
@Yay295]- Use transparency when combining P frames from APNGs #8443 [
@radarhere]- Generate and upload attestations to PyPI #8441 [
@hugovk]- Do not convert images unnecessarily in ImageEnhance #8431 [
@radarhere]- Raise an error if path is compacted during mapping #8416 [
@radarhere]- Support all resampling filters when resizing I;16* images #8422 [
@radarhere]- Free memory on early return #8413 [
@radarhere]- Cast int before potentially exceeding INT_MAX #8402 [
@radarhere]- Prevent division by zero #8408 [
@radarhere]- Check image value before use #8400 [
@radarhere]- Use ruff check #8423 [
@radarhere]- Change harfbuzz versions in wheels #8421 [
@radarhere]- Use Capsule for WebP saving #8386 [
@homm]- Fixed writing multiple StripOffsets to TIFF #8317 [
@Yay295]- Updated macOS deployment target for PyPy on Intel to 10.15 #8414 [
@radarhere]- Fix dereference before checking for NULL in ImagingTransformAffine #8398 [
@PavlNekrasov]- Use transposed size after opening for TIFF images #8390 [
@radarhere]- Improve ImageFont error messages #8338 [
@yngvem]- Mention MAX_TEXT_CHUNK limit in PNG error message #8391 [
@radarhere]- Cast Dib handle to int #8385 [
@radarhere]- Updated macOS deployment target for Python >= 3.12 on Intel to 10.13 #8379 [
@radarhere]- Removed unused ImagePath variable #8377 [
@radarhere]- Change macos-14 to macos-latest #8376 [
@radarhere]- Accept float stroke widths #8369 [
@radarhere]- Remove comments #8370 [
@radarhere]- Removed libffi-dev #8368 [
@radarhere]- Improved handling of RGBA palettes when saving GIF images #8366 [
@radarhere]- Support converting more modes to LAB by converting to RGBA first #8358 [
@radarhere]- Optimize getbbox() and getextrema() routines #8194 [
@homm]- Removed unused TiffImagePlugin IFD_LEGACY_API #8355 [
@radarhere]- Handle duplicate EXIF header #8350 [
@zakajd]- Use (void) for empty function parameters #8002 [
@Yay295]- Return early from BoxBlur if either width or height is zero #8347 [
@radarhere]
... (truncated)
Changelog
Sourced from pillow's changelog.
11.0.0 (2024-10-15)
Update licence to MIT-CMU #8460 [hugovk]
Conditionally define ImageCms type hint to avoid requiring core #8197 [radarhere]
Support writing LONG8 offsets in AppendingTiffWriter #8417 [radarhere]
Use ImageFile.MAXBLOCK when saving TIFF images #8461 [radarhere]
Do not close provided file handles with libtiff when saving #8458 [radarhere]
Support ImageFilter.BuiltinFilter for I;16* images #8438 [radarhere]
Use ImagingCore.ptr instead of ImagingCore.id #8341 [homm, radarhere, hugovk]
Updated EPS mode when opening images without transparency #8281 [Yay295, radarhere]
Use transparency when combining P frames from APNGs #8443 [radarhere]
Support all resampling filters when resizing I;16* images #8422 [radarhere]
Free memory on early return #8413 [radarhere]
Cast int before potentially exceeding INT_MAX #8402 [radarhere]
Check image value before use #8400 [radarhere]
Improved copying imagequant libraries #8420 [radarhere]
Use Capsule for WebP saving #8386 [homm, radarhere]
Fixed writing multiple StripOffsets to TIFF #8317 [Yay295, radarhere]
... (truncated)
Commits
204aae611.0.0 version bumpf2cc87bUpdate CHANGES.rst [ci skip]c855e8eMerge pull request #8464 from radarhere/imagemath_type_hintdc37515Merge pull request #8463 from hugovk/update-3.13-datec3d81d6Update Python 3.13 release datea60610cAdded type hintsa5c58f2Merge pull request #8460 from hugovk/mit-cmue74994eUpdate licence to MIT-CMUb5e1115Update CHANGES.rst [ci skip]686b5e2Merge pull request #8392 from radarhere/tiff_seek- Additional commits viewable in compare view
Updates yt-dlp from 2024.5.27 to 2024.10.7
Release notes
Sourced from yt-dlp's releases.
yt-dlp 2024.10.07
A description of the various files is in the README
Core changes
- cookies: Fix cookie load error handling (#11140) by Grub4K
Extractor changes
- applepodcasts: Fix extractor (#10903) by coreywright
- cwtv: Fix extractor (#11135) by kclauhk
- noodlemagazine: Fix extractor (#11144) by BallzCrasher
- patreon: Extract all m3u8 formats for locked posts (#11138) by bashonly
- youtube: Change default player clients to
ios,mweb(#11190) by seproDevPostprocessor changes
- xattrmetadata: Try to write each attribute (#11115) by eric321
Misc. changes
- ci: Rerun failed tests (#11143) by Grub4K
- cleanup: Miscellaneous: 1a176d8 by bashonly
yt-dlp 2024.09.27
A description of the various files is in the README
Important changes
- The minimum recommended Python version has been raised to 3.9 Since Python 3.8 will reach end-of-life in October 2024, support for it will be dropped soon. Read more
Core changes
- Allow
nonearg to negate--convert-subsand--convert-thumbnails(#11066) by kieraneglin- Fix format sorting bug with vp9.2 vcodec (#10884) by rakslice
- Raise minimum recommended Python version to 3.9 (#11098) by bashonly
- cookies: Improve error message for Windows
--cookies-from-browser chromeissue (#11090) by seproDev- utils:
mimetype2ext: Recognizeaacpasaac(#10860) by bashonly
... (truncated)
Changelog
Sourced from yt-dlp's changelog.
Changelog
2024.10.07
Core changes
- cookies: Fix cookie load error handling (#11140) by Grub4K
Extractor changes
- applepodcasts: Fix extractor (#10903) by coreywright
- cwtv: Fix extractor (#11135) by kclauhk
- noodlemagazine: Fix extractor (#11144) by BallzCrasher
- patreon: Extract all m3u8 formats for locked posts (#11138) by bashonly
- youtube: Change default player clients to
ios,mweb(#11190) by seproDevPostprocessor changes
- xattrmetadata: Try to write each attribute (#11115) by eric321
Misc. changes
- ci: Rerun failed tests (#11143) by Grub4K
- cleanup: Miscellaneous: 1a176d8 by bashonly
2024.09.27
Important changes
- The minimum recommended Python version has been raised to 3.9 Since Python 3.8 will reach end-of-life in October 2024, support for it will be dropped soon. Read more
Core changes
- Allow
nonearg to negate--convert-subsand--convert-thumbnails(#11066) by kieraneglin- Fix format sorting bug with vp9.2 vcodec (#10884) by rakslice
- Raise minimum recommended Python version to 3.9 (#11098) by bashonly
- cookies: Improve error message for Windows
--cookies-from-browser chromeissue (#11090) by seproDev- utils:
mimetype2ext: Recognizeaacpasaac(#10860) by bashonlyExtractor changes
- Fix JW Player format parsing (#10956) by seproDev
- Handle decode errors when reading responses (#10868) by bashonly
- abc.net.au: iview, showseries: Fix extraction (#11101) by bashonly
- adn: Fix extractors (#10749) by infanf
- asobistage: Support redirected URLs (#10768) by pzhlkj6612
- bandcamp: user: Fix extraction (#10328) by bashonly, quad
- beacon: Add extractor (#9901) by Deukhoofd
- bilibili
... (truncated)
Commits
983c58fRelease 2024.10.071a176d8[cleanup] Misc079a7bc[ie/instagram] Do not hardcode user-agent (#11155)cf85cba[ie/instagram] Fix extractor (#11156)4b7bec6[ie/cwtv] Fix extractor (#11135)ccb23e1[ie/noodlemagazine] Fix extractor (#11144)3a19334[pp/XAttrMetadata] Try to write each attribute (#11115)de20627[ie/youtube] Change default player clients toios,mweb(#11190)e59c82a[cookies] Fix cookie load error handling (#11140)f91645a[ie/patreon] Extract all m3u8 formats for locked posts (#11138)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 conditions