From 53d906b0f65bd66183d8224457edf344d27323ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 17:10:41 +0000 Subject: [PATCH] Bump thrift from 0.16.0 to 0.24.0 Bumps [thrift](https://github.com/apache/thrift) from 0.16.0 to 0.24.0. - [Release notes](https://github.com/apache/thrift/releases) - [Commits](https://github.com/apache/thrift/compare/v0.16.0...v0.24.0) --- updated-dependencies: - dependency-name: thrift dependency-version: 0.24.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 46b65cf..5940f75 100644 --- a/setup.py +++ b/setup.py @@ -71,7 +71,7 @@ def get_version(): 'bottle', 'humanfriendly', 'networkx<2.8', - 'thrift==0.16.0', + 'thrift==0.24.0', 'redis>=2.10.0', 'pycountry>=17.9.23', 'requests',