Skip to content

Update dependency puremagic to v2.1.0#1530

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/puremagic-2.x
Open

Update dependency puremagic to v2.1.0#1530
renovate[bot] wants to merge 1 commit intomainfrom
renovate/puremagic-2.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Mar 16, 2026

This PR contains the following updates:

Package Change Age Confidence
puremagic ==2.0.0==2.1.0 age confidence
puremagic <2<3 age confidence

Release Notes

cdgriffith/puremagic (puremagic)

v2.1.0

Compare Source

  • Adding #​6 from_extension() and magic_extension() to look up MIME types by file extension
  • Adding #​119 CFBF/OLE2 scanner to distinguish Word, Excel, PowerPoint, Outlook MSG, Visio, and Publisher files (thanks to Simeon Stoykov and Andy - NebularNerd)
  • Adding #​139 codespell check (thanks to Christian Clauss)
  • Adding -e/--extension CLI flag for extension-based MIME type lookup
  • Fixing #​104 WAV MIME type changed from audio/wave to audio/wav (thanks to Simon Willison and Andy - NebularNerd)

v2.0.2

Compare Source

  • Fixing #​137 passing non-existent filename to from_string()/from_stream() no longer raises FileNotFoundError (thanks to denisw)

v2.0.1

Compare Source

  • Fixing #​126 Python scanner false positives — now uses AST node walking instead of regex to verify real Python constructs (thanks to ahobson)
  • Fixing #​134 UTF-16 LE BOM (FF FE) no longer misidentified as .mp1 audio, added UTF-16 BOM detection to text scanner (thanks to tomazfs)
  • Fixing #​135 from_string(), from_stream(), magic_string(), and magic_stream() now perform deep scan when filename is provided (thanks to denisw)

Configuration

📅 Schedule: Branch creation - "before 6am on monday" (UTC), 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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 16, 2026
@renovate renovate bot requested a review from aw-was-here March 16, 2026 04:45
@renovate renovate bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 16, 2026
@codecov
Copy link

codecov bot commented Mar 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@c2a978f). Learn more about missing BASE report.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1530   +/-   ##
=======================================
  Coverage        ?   61.62%           
=======================================
  Files           ?      118           
  Lines           ?    18798           
  Branches        ?        0           
=======================================
  Hits            ?    11585           
  Misses          ?     7213           
  Partials        ?        0           
Flag Coverage Δ
unittests 61.62% <ø> (?)

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

pillow_avif_plugin==1.5.5
puremagic<2; python_version < "3.12"
puremagic==2.0.0; python_version >= "3.12"
puremagic<3; python_version < "3.12"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You cannot change the version here

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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant