Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Updates the requirements on tblib to permit the latest version.

Changelog

Sourced from tblib's changelog.

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) <https://github.com/ionelmc/python-tblib/pull/73>_.

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

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.

3.0.0 (2023-10-22)


* Added support for  ``__context__``, ``__suppress_context__`` and ``__notes__``.
  Contributed by Tim Maxwell in `[#72](https://github.com/ionelmc/python-tblib/issues/72) <https://github.com/ionelmc/python-tblib/pull/72>`_.
* Added the ``get_locals`` argument to ``tblib.pickling_support.install()``, ``tblib.Traceback`` and ``tblib.Frame``.
  Fixes `[#41](https://github.com/ionelmc/python-tblib/issues/41) <https://github.com/ionelmc/python-tblib/issues/41>`_.
* Dropped support for now-EOL Python 3.7 and added 3.12 in the test grid.

2.0.0 (2023-06-22)

  • Removed support for legacy Pythons (2.7 and 3.6) and added Python 3.11 in the test grid.
  • Some cleanups and refactors (mostly from ruff).

1.7.0 (2020-07-24)


* Add more attributes to ``Frame`` and ``Code`` objects for pytest compatibility. Contributed by Ivanq in
  `[#58](https://github.com/ionelmc/python-tblib/issues/58) <https://github.com/ionelmc/python-tblib/pull/58>`_.
</tr></table> 

... (truncated)

Commits
  • ebc83e9 Bump version: 3.1.0 → 3.2.0
  • abec37d Update changelog and add one more test.
  • 12c8770 Add a test with native oserror.
  • 5bd4af8 Dont include 32bit envs anymore.
  • 4a09ea1 Add coveralls badge.
  • 97a6aef Lint fix.
  • 615cdb3 Remove debug print.
  • 13802fd Do not set winerror or filenames if they are None.
  • ac82d41 Skip these, they are broken on PyPy.
  • 7e8dba9 Some packaging fixes.
  • 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 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)

Updates the requirements on [tblib](https://github.com/ionelmc/python-tblib) to permit the latest version.
- [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.0)

---
updated-dependencies:
- dependency-name: tblib
  dependency-version: 3.2.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 27, 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