From d3dcd86442c4409394221d49dc3de96b178e80ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 12:31:43 +0000 Subject: [PATCH] build(deps): update tblib requirement from ~=3.0.0 to ~=3.1.0 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](https://github.com/ionelmc/python-tblib/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: tblib dependency-version: 3.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 1371abd3..f2adbfd6 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,7 +2,7 @@ mysqlclient~=2.2.5 psycopg2-binary~=2.9.9 sqlparse~=0.5.1 python-dateutil~=2.9.0 -tblib~=3.0.0 +tblib~=3.1.0 openapi-core~=0.19.2 jsonschema-path~=0.3.3 termcolor~=2.5.0