René's URL Explorer Experiment


Title: Bump pillow from 9.4.0 to 10.2.0 in /util/trello-analysis/music-proc by dependabot[bot] · Pull Request #3 · robotenique/pythonDev · GitHub

Open Graph Title: Bump pillow from 9.4.0 to 10.2.0 in /util/trello-analysis/music-proc by dependabot[bot] · Pull Request #3 · robotenique/pythonDev

X Title: Bump pillow from 9.4.0 to 10.2.0 in /util/trello-analysis/music-proc by dependabot[bot] · Pull Request #3 · robotenique/pythonDev

Description: Bumps pillow from 9.4.0 to 10.2.0. Release notes Sourced from pillow's releases. 10.2.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.2.0.html Changes Add keep_rgb option when saving JPEG to prevent conversion of RGB colorspace #7553 [@​bgilbert] Trim negative glyph offsets in ImageFont.getmask() #7672 [@​nulano] Removed unnecessary "pragma: no cover" #7668 [@​radarhere] Trim glyph size in ImageFont.getmask() #7669 [@​radarhere] Fix loading IPTC images and update test #7667 [@​nulano] Allow uncompressed TIFF images to be saved in chunks #7650 [@​radarhere] Concatenate multiple JPEG EXIF markers #7496 [@​radarhere] Changed IPTC tile tuple to match other plugins #7661 [@​radarhere] Do not assign new fp attribute when exiting context manager #7566 [@​radarhere] Support arbitrary masks for uncompressed RGB DDS images #7589 [@​radarhere] Support setting ROWSPERSTRIP tag #7654 [@​radarhere] Apply ImageFont.MAX_STRING_LENGTH to ImageFont.getmask() #7662 [@​radarhere] Optimise ImageColor using functools.lru_cache #7657 [@​hugovk] Restricted environment keys for ImageMath.eval() #7655 [@​radarhere] Optimise ImageMode.getmode using functools.lru_cache #7641 [@​hugovk] Added trusted PyPI publishing #7616 [@​radarhere] Compile FriBiDi for Windows ARM64 #7629 [@​nulano] Fix incorrect color blending for overlapping glyphs #7497 [@​ZachNagengast] Add .git-blame-ignore-revs file #7528 [@​akx] Attempt memory mapping when tile args is a string #7565 [@​radarhere] Fill identical pixels with transparency in subsequent frames when saving GIF #7568 [@​radarhere] Removed unnecessary string length check #7560 [@​radarhere] Determine mask mode in Python instead of C #7548 [@​radarhere] Corrected duration when combining multiple GIF frames into single frame #7521 [@​radarhere] Handle disposing GIF background from outside palette #7515 [@​radarhere] Seek past the data when skipping a PSD layer #7483 [@​radarhere] ImageMath: Inline isinstance check #7623 [@​hugovk] Update actions/upload-artifact action to v4 #7619 [@​radarhere] Import plugins relative to the module #7576 [@​deliangyang] Translate encoder error codes to strings; deprecate ImageFile.raise_oserror() #7609 [@​bgilbert] Updated readthedocs to latest version of Python #7611 [@​radarhere] Support reading BC4U and DX10 BC1 images #6486 [@​REDxEYE] Optimize ImageStat.Stat.extrema #7593 [@​florath] Handle pathlib.Path in FreeTypeFont #7578 [@​radarhere] Use list comprehensions to create transformed lists #7597 [@​hugovk] Added support for reading DX10 BC4 DDS images #7603 [@​sambvfx] Optimized ImageStat.Stat.count #7599 [@​florath] Moved error from truetype() to FreeTypeFont #7587 [@​radarhere] Correct PDF palette size when saving #7555 [@​radarhere] Fixed closing file pointer with olefile 0.47 #7594 [@​radarhere] ruff: Minor optimizations of list comprehensions, x in set, etc. #7524 [@​cclauss] Build Windows wheels using cibuildwheel #7580 [@​nulano] Raise ValueError when TrueType font size is zero or less #7584 [@​akx] Install cibuildwheel from requirements file #7581 [@​hugovk] ... (truncated) Changelog Sourced from pillow's changelog. 10.2.0 (2024-01-02) Add keep_rgb option when saving JPEG to prevent conversion of RGB colorspace #7553 [bgilbert, radarhere] Trim glyph size in ImageFont.getmask() #7669, #7672 [radarhere, nulano] Deprecate IptcImagePlugin helpers #7664 [nulano, hugovk, radarhere] Allow uncompressed TIFF images to be saved in chunks #7650 [radarhere] Concatenate multiple JPEG EXIF markers #7496 [radarhere] Changed IPTC tile tuple to match other plugins #7661 [radarhere] Do not assign new fp attribute when exiting context manager #7566 [radarhere] Support arbitrary masks for uncompressed RGB DDS images #7589 [radarhere, akx] Support setting ROWSPERSTRIP tag #7654 [radarhere] Apply ImageFont.MAX_STRING_LENGTH to ImageFont.getmask() #7662 [radarhere] Optimise ImageColor using functools.lru_cache #7657 [hugovk] Restricted environment keys for ImageMath.eval() #7655 [wiredfool, radarhere] Optimise ImageMode.getmode using functools.lru_cache #7641 [hugovk, radarhere] Fix incorrect color blending for overlapping glyphs #7497 [ZachNagengast, nulano, radarhere] Attempt memory mapping when tile args is a string #7565 [radarhere] Fill identical pixels with transparency in subsequent frames when saving GIF #7568 [radarhere] ... (truncated) Commits 6956d0b 10.2.0 version bump 31c8dac Merge pull request #7675 from python-pillow/pre-commit-ci-update-config 40a3f91 Merge pull request #7674 from nulano/url-example cb41b0c [pre-commit.ci] pre-commit autoupdate de62b25 fix image url in "Reading from URL" example 7c526a6 Update CHANGES.rst [ci skip] d93a5ad Merge pull request #7553 from bgilbert/jpeg-rgb aed764f Update CHANGES.rst [ci skip] f8df530 Merge pull request #7672 from nulano/imagefont-negative-crop 24e9485 Merge pull request #7671 from radarhere/imagetransform 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 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 ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.

Open Graph Description: Bumps pillow from 9.4.0 to 10.2.0. Release notes Sourced from pillow's releases. 10.2.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.2.0.html Changes Add keep_rgb option when savi...

X Description: Bumps pillow from 9.4.0 to 10.2.0. Release notes Sourced from pillow's releases. 10.2.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.2.0.html Changes Add keep_rgb option when ...

Opengraph URL: https://github.com/robotenique/pythonDev/pull/3

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:12ed7c24-199a-b728-7d87-d381d03b776a
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idAAFA:3D32FE:6DA571B:9536735:698D1D26
html-safe-nonce2083786056a7bc651d57143723f0a2bb7ad1ebb074dd188c4add6abcf1e32f2f
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBQUZBOjNEMzJGRTo2REE1NzFCOjk1MzY3MzU6Njk4RDFEMjYiLCJ2aXNpdG9yX2lkIjoiMzc4NTA1ODIzNjI0NTAyNDAzOCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac0807814d47db136752bef71f883d87be2901fffc1b4e0528fd34a7db3758756b
hovercard-subject-tagpull_request:1690927804
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/robotenique/pythonDev/pull/3/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps pillow from 9.4.0 to 10.2.0. Release notes Sourced from pillow's releases. 10.2.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.2.0.html Changes Add keep_rgb option when savi...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonec25395580e1e3bf82d705e0982a1b24255366088720fef945f1493d5e3e67954
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/robotenique/pythonDev git https://github.com/robotenique/pythonDev.git
octolytics-dimension-user_id8999467
octolytics-dimension-user_loginrobotenique
octolytics-dimension-repository_id103697436
octolytics-dimension-repository_nworobotenique/pythonDev
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id103697436
octolytics-dimension-repository_network_root_nworobotenique/pythonDev
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release94219dcb9c044792ec271fd5b23c73419858bef7
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/robotenique/pythonDev/pull/3/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Frobotenique%2FpythonDev%2Fpull%2F3%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Frobotenique%2FpythonDev%2Fpull%2F3%2Ffiles
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=robotenique%2FpythonDev
Reloadhttps://patch-diff.githubusercontent.com/robotenique/pythonDev/pull/3/files
Reloadhttps://patch-diff.githubusercontent.com/robotenique/pythonDev/pull/3/files
Reloadhttps://patch-diff.githubusercontent.com/robotenique/pythonDev/pull/3/files
robotenique https://patch-diff.githubusercontent.com/robotenique
pythonDevhttps://patch-diff.githubusercontent.com/robotenique/pythonDev
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Frobotenique%2FpythonDev
Fork 1 https://patch-diff.githubusercontent.com/login?return_to=%2Frobotenique%2FpythonDev
Star 7 https://patch-diff.githubusercontent.com/login?return_to=%2Frobotenique%2FpythonDev
Code https://patch-diff.githubusercontent.com/robotenique/pythonDev
Issues 0 https://patch-diff.githubusercontent.com/robotenique/pythonDev/issues
Pull requests 2 https://patch-diff.githubusercontent.com/robotenique/pythonDev/pulls
Actions https://patch-diff.githubusercontent.com/robotenique/pythonDev/actions
Projects 0 https://patch-diff.githubusercontent.com/robotenique/pythonDev/projects
Security 0 https://patch-diff.githubusercontent.com/robotenique/pythonDev/security
Insights https://patch-diff.githubusercontent.com/robotenique/pythonDev/pulse
Code https://patch-diff.githubusercontent.com/robotenique/pythonDev
Issues https://patch-diff.githubusercontent.com/robotenique/pythonDev/issues
Pull requests https://patch-diff.githubusercontent.com/robotenique/pythonDev/pulls
Actions https://patch-diff.githubusercontent.com/robotenique/pythonDev/actions
Projects https://patch-diff.githubusercontent.com/robotenique/pythonDev/projects
Security https://patch-diff.githubusercontent.com/robotenique/pythonDev/security
Insights https://patch-diff.githubusercontent.com/robotenique/pythonDev/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Frobotenique%2FpythonDev%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Frobotenique%2FpythonDev%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
masterhttps://patch-diff.githubusercontent.com/robotenique/pythonDev/tree/master
dependabot/pip/util/trello-analysis/music-proc/pillow-10.2.0https://patch-diff.githubusercontent.com/robotenique/pythonDev/tree/dependabot/pip/util/trello-analysis/music-proc/pillow-10.2.0
Conversation 0 https://patch-diff.githubusercontent.com/robotenique/pythonDev/pull/3
Commits 1 https://patch-diff.githubusercontent.com/robotenique/pythonDev/pull/3/commits
Checks 0 https://patch-diff.githubusercontent.com/robotenique/pythonDev/pull/3/checks
Files changed https://patch-diff.githubusercontent.com/robotenique/pythonDev/pull/3/files
Please reload this pagehttps://patch-diff.githubusercontent.com/robotenique/pythonDev/pull/3/files
Bump pillow from 9.4.0 to 10.2.0 in /util/trello-analysis/music-proc https://patch-diff.githubusercontent.com/robotenique/pythonDev/pull/3/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/robotenique/pythonDev/pull/3/files
5f30960 Bump pillow from 9.4.0 to 10.2.0 in /util/trello-analysis/music-proc dependabot[bot] Jan 23, 2024 https://patch-diff.githubusercontent.com/robotenique/pythonDev/pull/3/commits/5f30960eabd1a61bfdd47b0eb18762cfe1caae52
Clear filters https://patch-diff.githubusercontent.com/robotenique/pythonDev/pull/3/files
Please reload this pagehttps://patch-diff.githubusercontent.com/robotenique/pythonDev/pull/3/files
Please reload this pagehttps://patch-diff.githubusercontent.com/robotenique/pythonDev/pull/3/files
util/trello-analysis/music-proc/requirements.txthttps://patch-diff.githubusercontent.com/robotenique/pythonDev/pull/3/files#diff-0ca39ac7b3f34b2524886b37bc0f5a6fe3d7706581456380caf81845e42fd7b3
View file https://patch-diff.githubusercontent.com/robotenique/pythonDev/blob/5f30960eabd1a61bfdd47b0eb18762cfe1caae52/util/trello-analysis/music-proc/requirements.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/robotenique/pythonDev/pull/3/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/robotenique/pythonDev/pull/3/files#diff-0ca39ac7b3f34b2524886b37bc0f5a6fe3d7706581456380caf81845e42fd7b3
https://patch-diff.githubusercontent.com/robotenique/pythonDev/pull/3/files#diff-0ca39ac7b3f34b2524886b37bc0f5a6fe3d7706581456380caf81845e42fd7b3
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.