pythondotorg
pythondotorg copied to clipboard
Bump tblib from 1.7.0 to 3.0.0
Bumps tblib from 1.7.0 to 3.0.0.
Changelog
Sourced from tblib's changelog.
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).
Commits
1e5a2e6Bump version: 2.0.0 → 3.0.079866a6Manually specify a python.6cd4b05Add missing os field.64a45bdFix test grid for pypy.db64b01Update changelog.20957caAdd some docstrings.8d8bf6eFix link and update.7d43708Add get_locals kw-only argument to pickle_traceback, Frame and Traceback to a...3bbe381Disable granular error positions (pep657) since those don't survive a tblib r...ba23e5fAdd some extra assertions to make sure the roundtrip produces the same traceb...- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)