From 8b3f720bbe47d08fb9d9c98d2a9ab3cc7a08c5ca Mon Sep 17 00:00:00 2001 From: Rohit Date: Thu, 24 Apr 2025 12:40:29 -0400 Subject: [PATCH] bump shared --- pyproject.toml | 2 +- uv.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a5432e9dec..4e57626bec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,4 +74,4 @@ dev-dependencies = [ ] [tool.uv.sources] -shared = { git = "https://github.com/codecov/shared", rev = "d1eba3c39afbc652515fb0144788b408e5db777e" } +shared = { git = "https://github.com/codecov/shared", rev = "a47acf6a3a914e57e31d39ffed8ad60cad731638" } diff --git a/uv.lock b/uv.lock index e004f6a1d8..328424a30d 100644 --- a/uv.lock +++ b/uv.lock @@ -391,7 +391,7 @@ requires-dist = [ { name = "requests", specifier = "==2.32.3" }, { name = "sentry-sdk", specifier = ">=2.25.1" }, { name = "sentry-sdk", extras = ["celery"], specifier = ">=2.25.1" }, - { name = "shared", git = "https://github.com/codecov/shared?rev=d1eba3c39afbc652515fb0144788b408e5db777e" }, + { name = "shared", git = "https://github.com/codecov/shared?rev=a47acf6a3a914e57e31d39ffed8ad60cad731638" }, { name = "simplejson", specifier = "==3.17.2" }, { name = "starlette", specifier = "==0.40.0" }, { name = "stripe", specifier = ">=11.4.1" }, @@ -1599,7 +1599,7 @@ celery = [ [[package]] name = "shared" version = "0.1.0" -source = { git = "https://github.com/codecov/shared?rev=d1eba3c39afbc652515fb0144788b408e5db777e#d1eba3c39afbc652515fb0144788b408e5db777e" } +source = { git = "https://github.com/codecov/shared?rev=a47acf6a3a914e57e31d39ffed8ad60cad731638#a47acf6a3a914e57e31d39ffed8ad60cad731638" } dependencies = [ { name = "amplitude-analytics" }, { name = "boto3" },