From 8b6da692db591abe1d2e22c4ba00aab133b2d782 Mon Sep 17 00:00:00 2001 From: getsentry-bot <10587625+getsentry-bot@users.noreply.github.com> Date: Tue, 5 Mar 2024 23:55:13 +0000 Subject: [PATCH 1/2] ref: bump sentry-arroyo to 2.16.4 Co-Authored-By: phacops <336345+phacops@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 56c911ef59..a4c70ec735 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ pytest-watch==4.2.0 python-dateutil==2.8.2 python-rapidjson==1.8 redis==4.3.4 -sentry-arroyo==2.16.2 +sentry-arroyo==2.16.4 sentry-kafka-schemas==0.1.58 sentry-redis-tools==0.3.0 sentry-relay==0.8.44 From 817055607ae997dbcc52ef91cff3300265962b51 Mon Sep 17 00:00:00 2001 From: Pierre Massat Date: Tue, 5 Mar 2024 18:57:48 -0500 Subject: [PATCH 2/2] Update rust_arroyo to v2.16.4 --- rust_snuba/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust_snuba/Cargo.lock b/rust_snuba/Cargo.lock index 7a59ce4e7f..b6ba19098f 100644 --- a/rust_snuba/Cargo.lock +++ b/rust_snuba/Cargo.lock @@ -2061,8 +2061,8 @@ dependencies = [ [[package]] name = "rust_arroyo" -version = "2.16.2" -source = "git+https://github.com/getsentry/arroyo#eb660caedd8c97f76c58ca98cb965ab5cb02e646" +version = "2.16.4" +source = "git+https://github.com/getsentry/arroyo#17dc8fe1af1b320ac483e0ed6110058fb92a98eb" dependencies = [ "chrono", "coarsetime",