From 79ffeb1ba4750c86b996c4f2820458d9a5b4fc6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 18:06:55 +0000 Subject: [PATCH] Bump avro from 1.10.2 to 1.11.3 in /infra/python/deps Bumps [avro](https://github.com/apache/avro) from 1.10.2 to 1.11.3. - [Release notes](https://github.com/apache/avro/releases) - [Commits](https://github.com/apache/avro/compare/release-1.10.2...release-1.11.3) --- updated-dependencies: - dependency-name: avro dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- infra/python/deps/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/python/deps/requirements.txt b/infra/python/deps/requirements.txt index fe61de14b..d4de4deb9 100644 --- a/infra/python/deps/requirements.txt +++ b/infra/python/deps/requirements.txt @@ -63,7 +63,7 @@ six == 1.14.0 sqlparse == 0.3.1 texttable == 0.8.3 virtualenv == 16.7.10 -avro==1.10.2 +avro==1.11.3 # Required for Kudu: Cython == 0.29.14