Skip to content

Bump tinytag from 1.4.0 to 2.2.1#2

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/tinytag-2.2.1
Open

Bump tinytag from 1.4.0 to 2.2.1#2
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/tinytag-2.2.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 19, 2026

Bumps tinytag from 1.4.0 to 2.2.1.

Release notes

Sourced from tinytag's releases.

2.2.1

  • ID3: Prevent infinite loop due to malformed SYLT strings

2.2.0

  • Add support for movement, work and grouping fields
  • ID3: Make synced lyrics available in 'other.lyrics' (LRC format)
  • ID3: Continue reading after encountering empty frame
  • ID3: Fix frame reading when image parsing is disabled
  • ID3: Exclude more frames containing binary data
  • ID3: Avoid unnecessary string decoding
  • M4A: Support extended atom sizes
  • M4A: Ensure all field names are lowercase
  • OGG: Stop reading after reaching EOS page
  • Vorbis: Map UNSYNCEDLYRICS field to other.lyrics

2.1.2

  • M4A: Add a few missing additional metadata fields
  • M4A: Support '©com' composer atom
  • M4A: Fix reading of multi-value custom fields
  • M4A: Use correct encoding when reading data names
  • ID3: Don't read entire file to determine duration
  • ID3: Skip stray null byte before image data
  • Add missing __version__ attribute
  • Avoid some unnecessary work in hot code paths
  • Improve a few incomplete type hints

2.1.1

  • ID3: Stop removing 'b' character from strings
  • Port unit tests from pytest to built-in unittest module

2.1.0

  • Opus: Calculate audio bitrate
  • Opus: Take pre-skip into account when calculating the duration

2.0.0

  • BREAKING: Store 'disc', 'disc_total', 'track' and 'track_total' values as int instead of str
  • BREAKING: 'as_dict()' method (previously undocumented) returns tag field values in list form
  • BREAKING: TinyTagException no longer inherits LookupError
  • BREAKING: TinyTag subclasses are now private
  • BREAKING: Remove function to use custom audio file samples in tests
  • BREAKING: Remove support for Python 2
  • DEPRECATION: Mark 'ignore_errors' parameter for TinyTag.get() as obsolete
  • DEPRECATION: Mark 'audio_offset' attribute as obsolete
  • DEPRECATION: Deprecate 'extra' dict in favor of 'other' dict with values in list form
  • DEPRECATION: Deprecate 'get_image()' method in favor of 'images.any' property
  • Add type hints to codebase
  • Provide access to custom metadata fields through the 'other' dict
  • Provide access to all available images
  • Add more standard 'other' fields
  • Use Flit as Python build backend instead of Setuptools

... (truncated)

Commits
  • 7bd4e39 Release 2.2.1 (#282)
  • f14138e Bump copyright year
  • 27eb449 Merge pull request #281 from mathiascode/id3-sylt-no-terminator-fix
  • 44e4963 ID3: Bail out if SYLT offset exceeds content length
  • 5cd3215 ID3: Ensure string end position is never smaller than start position
  • 1d23f6f Bump actions/download-artifact from 7 to 8 (#280)
  • 96568d0 Bump actions/upload-artifact from 6 to 7 (#279)
  • f832e5b Bump actions/cache from 4 to 5 (#278)
  • bd91f5f Bump actions/upload-artifact from 5 to 6 (#277)
  • 487c48b Bump actions/download-artifact from 5 to 7 (#276)
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [tinytag](https://github.com/tinytag/tinytag) from 1.4.0 to 2.2.1.
- [Release notes](https://github.com/tinytag/tinytag/releases)
- [Commits](tinytag/tinytag@1.4.0...2.2.1)

---
updated-dependencies:
- dependency-name: tinytag
  dependency-version: 2.2.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 19, 2026
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.

0 participants