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

chore(deps-dev): bump tblib from 1.7.0 to 3.1.0 #2705

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

Bumps tblib from 1.7.0 to 3.1.0.

Changelog

Sourced from tblib's changelog.

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).
Commits
  • 8b1e1a2 Bump version: 3.0.0 → 3.1.0
  • 5dddd6a Update changelog.
  • be707e9 Switch to furo theme and fix link.
  • 79fea5d Drop support for 3.8 and apply some formatting/skel updates.
  • 67bbe3f Add some perf tests.
  • 10413a2 Remove support for Python 3.7
  • 92df3b2 Add tests and author information
  • e47172d Avoid repeated code compilation
  • 9f6f864 vendore reraise() from six
  • 66e14cd More aggressive location stripping. Ref #74.
  • 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 1.7.0 to 3.1.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@v1.7.0...v3.1.0)

---
updated-dependencies:
- dependency-name: tblib
  dependency-version: 3.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 Apr 1, 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.

0 participants