Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2025

Bumps tblib from 3.1.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;_.
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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.1.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.1.0...v3.2.2)

---
updated-dependencies:
- dependency-name: tblib
  dependency-version: 3.2.2
  dependency-type: direct:development
  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 Dec 23, 2025
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