From 2ea2b2e82bf0c5d448abae1760b4c736460fdbf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 17:10:15 +0000 Subject: [PATCH] build(deps): bump thrift Bumps [thrift](https://github.com/apache/thrift) from 0.13.0 to 0.24.0. - [Release notes](https://github.com/apache/thrift/releases) - [Commits](https://github.com/apache/thrift/compare/v0.13.0...v0.24.0) --- updated-dependencies: - dependency-name: thrift dependency-version: 0.24.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../examples/fork-process-model/flask-gunicorn/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/fork-process-model/flask-gunicorn/requirements.txt b/docs/examples/fork-process-model/flask-gunicorn/requirements.txt index de4cc15ee56..a903feadeb2 100644 --- a/docs/examples/fork-process-model/flask-gunicorn/requirements.txt +++ b/docs/examples/fork-process-model/flask-gunicorn/requirements.txt @@ -14,7 +14,7 @@ opentelemetry-instrumentation-wsgi==0.41b0 opentelemetry-sdk==1.20.0 protobuf==3.20.3 six==1.15.0 -thrift==0.13.0 +thrift==0.24.0 uWSGI==2.0.22 Werkzeug==3.1.5 wrapt==1.16.0