From 75dbe274e2adb9122fe3b0ebcba72d47435e11b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 09:29:42 +0000 Subject: [PATCH] Bump tblib from 3.1.0 to 3.2.2 Bumps [tblib](https://github.com/ionelmc/python-tblib) from 3.1.0 to 3.2.2. - [Release notes](https://github.com/ionelmc/python-tblib/releases) - [Changelog](https://github.com/ionelmc/python-tblib/blob/master/CHANGELOG.rst) - [Commits](https://github.com/ionelmc/python-tblib/compare/v3.1.0...v3.2.2) --- updated-dependencies: - dependency-name: tblib dependency-version: 3.2.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a99ade8d3..5dea13da6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ test = [ "coverage==7.13.0", "hypothesis==6.148.7", "unittest-xml-reporting==3.2.0", - "tblib==3.1.0", # used to see backtraces in unit tests + "tblib==3.2.2", # used to see backtraces in unit tests ] [project.urls]