Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tblib requirement from ~=2.0.0 to ~=3.0.0 #2052

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2023

Updates the requirements on tblib to permit the latest version.

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).

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>`_.

1.6.0 (2019-12-07)

  • When pickling an Exception, also pickle its traceback and the Exception chain (raise ... from ...). Contributed by Guido Imperiale in [#53](https://github.com/ionelmc/python-tblib/issues/53) <https://github.com/ionelmc/python-tblib/issues/53>_.

1.5.0 (2019-10-23)


* Added support for Python 3.8. Contributed by Victor Stinner in
  `[#42](https://github.com/ionelmc/python-tblib/issues/42) <https://github.com/ionelmc/python-tblib/issues/42>`_.
* Removed support for end of life Python 3.4.
* Few CI improvements and fixes.

1.4.0 (2019-05-02)

  • Removed support for end of life Python 3.3.
  • Fixed tests for Python 3.7. Contributed by Elliott Sales de Andrade in [#36](https://github.com/ionelmc/python-tblib/issues/36) <https://github.com/ionelmc/python-tblib/issues/36>_.
  • Fixed compatibility issue with Twised (twisted.python.failure.Failure expected a co_code attribute).

1.3.2 (2017-04-09)


* Add support for PyPy3.5-5.7.1-beta. Previously ``AttributeError:
  'Frame' object has no attribute 'clear'``  could be raised. See PyPy
  issue `[#2532](https://github.com/ionelmc/python-tblib/issues/2532) <https://foss.heptapod.net/pypy/pypy/-/issues/2532>`_.
</tr></table> 

... (truncated)

Commits
  • 1e5a2e6 Bump version: 2.0.0 → 3.0.0
  • 79866a6 Manually specify a python.
  • 6cd4b05 Add missing os field.
  • 64a45bd Fix test grid for pypy.
  • db64b01 Update changelog.
  • 20957ca Add some docstrings.
  • 8d8bf6e Fix link and update.
  • 7d43708 Add get_locals kw-only argument to pickle_traceback, Frame and Traceback to a...
  • 3bbe381 Disable granular error positions (pep657) since those don't survive a tblib r...
  • ba23e5f Add some extra assertions to make sure the roundtrip produces the same traceb...
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @richardebeling.


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@v2.0.0...v3.0.0)

---
updated-dependencies:
- dependency-name: tblib
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the [T] Dependencies Used by Dependabot label Oct 23, 2023
Copy link
Member

@richardebeling richardebeling left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@dependabot dependabot bot merged commit bad9e78 into main Oct 23, 2023
12 checks passed
@dependabot dependabot bot deleted the dependabot/pip/tblib-approx-eq-3.0.0 branch October 23, 2023 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[T] Dependencies Used by Dependabot
Development

Successfully merging this pull request may close these issues.

1 participant