Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps tblib from 3.1.0 to 3.2.0.

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>_.
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 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.0.
- [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.0)

---
updated-dependencies:
- dependency-name: tblib
  dependency-version: 3.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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
@codecov
Copy link

codecov bot commented Oct 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.47%. Comparing base (b7474b8) to head (cd7ce06).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #120   +/-   ##
=======================================
  Coverage   96.47%   96.47%           
=======================================
  Files           9        9           
  Lines         142      142           
=======================================
  Hits          137      137           
  Misses          5        5           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@submarcos submarcos merged commit b5a9071 into main Oct 29, 2025
5 checks passed
@submarcos submarcos deleted the dependabot/pip/tblib-3.2.0 branch October 29, 2025 09:34
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.

2 participants