From 0bd7755c6f1f85f30d05026d7e99aec207c0e711 Mon Sep 17 00:00:00 2001 From: getsentry-bot <10587625+getsentry-bot@users.noreply.github.com> Date: Tue, 28 Apr 2026 19:12:14 +0000 Subject: [PATCH] ref: bump sentry-arroyo to 2.39.1 Co-Authored-By: george-sentry <249834052+george-sentry@users.noreply.github.com> --- pyproject.toml | 2 +- rust_snuba/Cargo.lock | 4 ++-- rust_snuba/Cargo.toml | 2 +- uv.lock | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 59979a4617..794f3be982 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "python-rapidjson>=1.8", "pyyaml>=6.0", "redis>=4.5.4", - "sentry-arroyo>=2.38.7", + "sentry-arroyo>=2.39.1", "sentry-conventions>=0.5.0", "sentry-kafka-schemas>=2.1.24", "sentry-protos>=0.8.14", diff --git a/rust_snuba/Cargo.lock b/rust_snuba/Cargo.lock index 452dea174e..9a05ea20c0 100644 --- a/rust_snuba/Cargo.lock +++ b/rust_snuba/Cargo.lock @@ -4359,9 +4359,9 @@ dependencies = [ [[package]] name = "sentry_arroyo" -version = "2.38.7" +version = "2.39.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ec82d51631c9f4b7105912c97d74a4616969221a7207628f411325110b4c7a3" +checksum = "a486039f96398e2dc4d51ac198590b8b7503233309dc038002ab1f83878b43d2" dependencies = [ "chrono", "coarsetime", diff --git a/rust_snuba/Cargo.toml b/rust_snuba/Cargo.toml index 08cac3aa9e..cb50efcf37 100644 --- a/rust_snuba/Cargo.toml +++ b/rust_snuba/Cargo.toml @@ -56,7 +56,7 @@ sentry = { version = "0.41.0", default-features = false, features = [ sentry-kafka-schemas = "2.1.24" sentry-options = "1.0.5" sentry_protos = "0.7.0" -sentry_arroyo = { version = "2.38.7", features = ["ssl"] } +sentry_arroyo = { version = "2.39.1", features = ["ssl"] } sentry_usage_accountant = { version = "0.1.2", features = ["kafka"] } seq-macro = "0.3" serde = { version = "1.0", features = ["derive"] } diff --git a/uv.lock b/uv.lock index 117e6add27..051d0e62d9 100644 --- a/uv.lock +++ b/uv.lock @@ -903,13 +903,13 @@ source = { editable = "rust_snuba" } [[package]] name = "sentry-arroyo" -version = "2.38.7" +version = "2.39.1" source = { registry = "https://pypi.devinfra.sentry.io/simple" } dependencies = [ { name = "confluent-kafka", marker = "sys_platform == 'darwin' or sys_platform == 'linux'" }, ] wheels = [ - { url = "https://pypi.devinfra.sentry.io/wheels/sentry_arroyo-2.38.7-py3-none-any.whl", hash = "sha256:088f8620e1fa6af950d588e4ddae259b849fb799af9a78dd5b9912ccedd19a4a" }, + { url = "https://pypi.devinfra.sentry.io/wheels/sentry_arroyo-2.39.1-py3-none-any.whl", hash = "sha256:aa6c83c52345872f856da555edb54487be8e1a29d9000b7fc9964aface21f2d4" }, ] [[package]] @@ -1155,7 +1155,7 @@ requires-dist = [ { name = "pyyaml", specifier = ">=6.0" }, { name = "redis", specifier = ">=4.5.4" }, { name = "rust-snuba", editable = "rust_snuba" }, - { name = "sentry-arroyo", specifier = ">=2.38.7" }, + { name = "sentry-arroyo", specifier = ">=2.39.1" }, { name = "sentry-conventions", specifier = ">=0.5.0" }, { name = "sentry-kafka-schemas", specifier = ">=2.1.24" }, { name = "sentry-protos", specifier = ">=0.8.14" },