Skip to content

Bump tblib from 3.0.0 to 3.2.2 - #1551

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/tblib-3.2.2
Open

Bump tblib from 3.0.0 to 3.2.2#1551
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/tblib-3.2.2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps tblib from 3.0.0 to 3.2.2.

Changelog

Sourced from tblib's changelog.

3.2.2 (2025-11-12)


* Fixed regression occurring with ``TimeoutError`` exceptions. They should be represented now exactly as the original when unpickling.
  Contributed by Jacob Tomlinson in `[#85](https://github.com/ionelmc/python-tblib/issues/85) <https://github.com/ionelmc/python-tblib/pull/85>`_.

3.2.1 (2025-10-31)

  • Fixed regression occurring with ExceptionGroup exceptions. That exception type is now handled specifically in the new unpickle_exception_with_attrs function (just like OSError).

3.2.0 (2025-10-21)


* Changed ``tblib.pickling_support.install`` to support exceptions with ``__init__`` that does match the default
  ``BaseException.__reduce__`` (as it expects the positional arguments to ``__init__`` to match the ``args`` attribute).

Special handling for OSError (and subclasses) is also included. The errno, strerror, winerror, filename and filename2 attributes will be added in the reduce structure (if set).

This will support exception subclasses that do this without defining a custom __reduce__:

.. code-block:: python

def __init__(self):
    super().__init__('mistery argument')

def init(self, mistery_argument):
super().init()
self.mistery_argument = mistery_argument

Tests and POC contributed by Oldřich Jedlička in [#73](https://github.com/ionelmc/python-tblib/issues/73) &lt;https://github.com/ionelmc/python-tblib/pull/73&gt;_.

  • Fixed some doctest and coverage config. Contributed by Colin Watson in [#79](https://github.com/ionelmc/python-tblib/issues/79) &lt;https://github.com/ionelmc/python-tblib/pull/79&gt;_.

3.1.0 (2025-03-31)

  • Improved performance of as_traceback by a large factor. Contributed by Haoyu Weng in [#81](https://github.com/ionelmc/python-tblib/issues/81) <https://github.com/ionelmc/python-tblib/pull/81>_.
  • Dropped support for now-EOL Python 3.8 and added 3.13 in the test grid.
Commits
  • d88606a Bump version: 3.2.1 → 3.2.2
  • 530f874 Add test for timeouterror regression. Ref #85.
  • 9c8f2ca Update changelog.
  • df6185d Handle optional OSError attributes
  • b197023 Bump version: 3.2.0 → 3.2.1
  • d71e1ed Update changelog.
  • 74ec645 Specifically handle ExceptionGroup in the new unpickle_exception_with_attrs. ...
  • 580d579 Ooops, forgot to update these.
  • ebc83e9 Bump version: 3.1.0 → 3.2.0
  • abec37d Update changelog and add one more test.
  • 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 [tblib](https://github.com/ionelmc/python-tblib) from 3.0.0 to 3.2.2.
- [Release notes](https://github.com/ionelmc/python-tblib/releases)
- [Changelog](https://github.com/ionelmc/python-tblib/blob/master/CHANGELOG.rst)
- [Commits](ionelmc/python-tblib@v3.0.0...v3.2.2)

---
updated-dependencies:
- dependency-name: tblib
  dependency-version: 3.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Aug 18, 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