Skip to content

Bump imagesize from 2.0.0 to 2.0.1 - #13567

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/pip/imagesize-2.0.1
Aug 28, 2026
Merged

Bump imagesize from 2.0.0 to 2.0.1#13567
github-actions[bot] merged 1 commit into
masterfrom
dependabot/pip/imagesize-2.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor

Bumps imagesize from 2.0.0 to 2.0.1.

Release notes

Sourced from imagesize's releases.

Bug fix

  • Optimize metadata parsing and HTTP range reads.
  • Fix JPEG2000 box parsing.
  • Accept single-quoted SVG dimensions.
  • Return positive heights for top-down BMP images.
  • Remove the upper Python version cap, migrate packaging to pyproject.toml, and add Python 3.15 CI coverage.
  • Bump the package version to 2.0.1 and add recent feedback contributors to the README.

Related issues: shibukawa/imagesize_py#64 shibukawa/imagesize_py#83 shibukawa/imagesize_py#84

Related pull requests: shibukawa/imagesize_py#86 shibukawa/imagesize_py#87 shibukawa/imagesize_py#88 shibukawa/imagesize_py#89 shibukawa/imagesize_py#90 shibukawa/imagesize_py#91 shibukawa/imagesize_py#92

Commits
  • cf87fc0 Prepare release 2.0.1
  • 24992f6 Merge pull request #92 from shibukawa/feature/add-test-python315
  • cda8b07 Add Python 3.15 test coverage
  • a42d408 Merge pull request #91 from shibukawa/feature/fix-issue83
  • a83b14f Merge remote-tracking branch 'origin/master' into feature/fix-issue84
  • a1374b1 Optimize metadata parsing and HTTP range reads
  • d088634 Merge pull request #90 from shibukawa/feature/fix-issue84
  • fde3b5e Fix JPEG2000 box parsing for issue 84
  • 7d5c748 Merge pull request #87 from stephenfin/pyproject
  • efe3db1 Merge pull request #89 from jdillard/fix-64-svg-single-quotes
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> 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)

Bumps [imagesize](https://github.com/shibukawa/imagesize_py) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/shibukawa/imagesize_py/releases)
- [Commits](shibukawa/imagesize_py@2.0.0...2.0.1)

---
updated-dependencies:
- dependency-name: imagesize
  dependency-version: 2.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 28, 2026
@dependabot
dependabot Bot requested review from asvetlov and webknjaz as code owners August 28, 2026 10:35
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 28, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) August 28, 2026 10:35
@codecov

codecov Bot commented Aug 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.02%. Comparing base (c52fe79) to head (9dd2d4f).
⚠️ Report is 1 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #13567   +/-   ##
=======================================
  Coverage   99.02%   99.02%           
=======================================
  Files         135      135           
  Lines       50486    50486           
  Branches     2650     2650           
=======================================
  Hits        49993    49993           
  Misses        370      370           
  Partials      123      123           
Flag Coverage Δ
Autobahn 22.03% <ø> (ø)
CI-GHA 98.91% <ø> (ø)
OS-Linux 98.69% <ø> (+<0.01%) ⬆️
OS-Windows 97.09% <ø> (ø)
OS-macOS 97.97% <ø> (ø)
Py-3.10 98.12% <ø> (ø)
Py-3.11 98.35% <ø> (ø)
Py-3.12 98.43% <ø> (ø)
Py-3.13 98.42% <ø> (ø)
Py-3.14 98.46% <ø> (ø)
Py-3.14t 97.61% <ø> (-0.01%) ⬇️
Py-pypy-3.11 97.40% <ø> (-0.01%) ⬇️
VM-macos 97.97% <ø> (ø)
VM-ubuntu 98.69% <ø> (+<0.01%) ⬆️
VM-windows 97.09% <ø> (ø)
cython-coverage 83.09% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

@codspeed-hq

codspeed-hq Bot commented Aug 28, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 96 untouched benchmarks
⏩ 83 skipped benchmarks1


Comparing dependabot/pip/imagesize-2.0.1 (9dd2d4f) with master (c52fe79)

Open in CodSpeed

Footnotes

  1. 83 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@github-actions
github-actions Bot merged commit 73783f9 into master Aug 28, 2026
54 checks passed
@github-actions
github-actions Bot deleted the dependabot/pip/imagesize-2.0.1 branch August 28, 2026 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants