From 7f5347edce60fb4389bea69b1b963e1b584005d3 Mon Sep 17 00:00:00 2001 From: Arpad Borsos Date: Thu, 13 Mar 2025 11:25:27 +0100 Subject: [PATCH] Do the update `shared` dance --- pyproject.toml | 2 +- uv.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1eefe10e4..900eb5803 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,4 +83,4 @@ dev-dependencies = [ [tool.uv.sources] timestring = { git = "https://github.com/codecov/timestring", rev = "d37ceacc5954dff3b5bd2f887936a98a668dda42" } test-results-parser = { git = "https://github.com/codecov/test-results-parser", rev = "190bbc8a911099749928e13d5fe57f6027ca1e74" } -shared = { git = "https://github.com/codecov/shared", rev = "82e98e56baee294be3e183a4411161fec8b67928" } +shared = { git = "https://github.com/codecov/shared", rev = "284b92c74f0bc7ca5c4f6f139f3b26fe64fe9c1a" } diff --git a/uv.lock b/uv.lock index 66d7c47fe..3f652f367 100644 --- a/uv.lock +++ b/uv.lock @@ -1701,7 +1701,7 @@ wheels = [ [[package]] name = "shared" version = "0.1.0" -source = { git = "https://github.com/codecov/shared?rev=82e98e56baee294be3e183a4411161fec8b67928#82e98e56baee294be3e183a4411161fec8b67928" } +source = { git = "https://github.com/codecov/shared?rev=284b92c74f0bc7ca5c4f6f139f3b26fe64fe9c1a#284b92c74f0bc7ca5c4f6f139f3b26fe64fe9c1a" } dependencies = [ { name = "amplitude-analytics" }, { name = "boto3" }, @@ -2040,7 +2040,7 @@ requires-dist = [ { name = "regex", specifier = ">=2023.12.25" }, { name = "requests", specifier = ">=2.32.0" }, { name = "sentry-sdk", specifier = ">=2.13.0" }, - { name = "shared", git = "https://github.com/codecov/shared?rev=82e98e56baee294be3e183a4411161fec8b67928" }, + { name = "shared", git = "https://github.com/codecov/shared?rev=284b92c74f0bc7ca5c4f6f139f3b26fe64fe9c1a" }, { name = "sqlalchemy", specifier = "==1.3.*" }, { name = "sqlparse", specifier = "==0.5.0" }, { name = "statsd", specifier = ">=3.3.0" },