Skip to content

Update pysubs2 requirement from >=0.2.4 to >=1.8.1#157

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/pysubs2-gte-1.8.1
Open

Update pysubs2 requirement from >=0.2.4 to >=1.8.1#157
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/pysubs2-gte-1.8.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 22, 2026

Updates the requirements on pysubs2 to permit the latest version.

Changelog

Sourced from pysubs2's changelog.

Release Notes

1.8.1 --- released on 2026-03-19

1.8.0 --- released on 2024-12-24

  • Added reader and writer for TTML subtitle format
  • Added reader for SAMI subtitle format (Issue #80)
  • Added reader for transcriptions from OpenAI Whisper JAX (Issue #73)
  • Added py.typed file to allow MyPy to check types for code using this library, patch by eggplants (https://github.com/eggplants)
  • Minor improvements to pysubs2.formats.substation.parse_tags() - now supports the \fn<fontname> tag, can optionally skip empty fragments
  • Added support for Python 3.13, removed support for Python 3.8

1.7.3 --- released on 2024-07-27

  • Fixed problem with multiprocessing.Pool crashing due to FormatAutodetectionError (Issue #97)

1.7.2 --- released on 2024-05-25

  • Fixed problem with JSON format autodetection (Issue #94)

1.7.1 --- released on 2024-05-19

  • Fixed missing pysubs2.formats subpackage in PyPI distributions (Issue #92)
  • Test sdist and wheel distributions in CI

1.7.0 --- released on 2024-05-19 (yanked)

  • Added errors option for :meth:pysubs2.load(), :meth:pysubs2.SSAFile.save() and related methods, exposing the encoding handling option of builtin function open(). By default, this option uses value None which is consistent with behaviour of previous versions of the library. However, it's possible to use "surrogateescape" to bypass the need to specify correct character encoding in some cases (see the tutorial). In the CLI, surrogateescape is now the default behaviour.
  • SubStation writer now correctly handles timestamps which are not rounded to centiseconds, for example 00:36:48,998 from a SRT file no longer produces the invalid ASS timestamp 0:36:48.100 (Issue #83), patch by moi15moi (https://github.com/moi15moi)
  • MicroDVD parser now only uses FPS declaration from the first subtitle if the line starts with {1}{1}, matching VLC Player behaviour; the old behaviour is available under the strict_fps_inference reader option (Issue #71)

... (truncated)

Commits
  • a425d60 version: 1.8.1
  • 637cd13 feat: Support Apple Music TTML format (#108)
  • 98646ef chore: Update contributor docs and license year
  • 703b5b4 chore: Switch from Setuptools to uv + hatchling, update Sphinx
  • 72344de chore: Use tmp_path PyTest fixture instead of tempfile
  • 84a9263 chore: Code cleanup
  • cfaf66d Merge pull request #103 from RafaelMuijsert/type-annotations-refactor
  • ae6ba6e Merge branch 'master' into type-annotations-refactor
  • e664086 Merge pull request #107 from CK-Explorer/fix-newline-in-tmp-format
  • a16bf28 Add support for pathlib.Path module (#110)
  • 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 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)

Updates the requirements on [pysubs2](https://github.com/tkarabela/pysubs2) to permit the latest version.
- [Changelog](https://github.com/tkarabela/pysubs2/blob/master/docs/release-notes.rst)
- [Commits](tkarabela/pysubs2@0.2.4...1.8.1)

---
updated-dependencies:
- dependency-name: pysubs2
  dependency-version: 1.8.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 Apr 22, 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