diff --git a/pyproject.toml b/pyproject.toml index bb7194285d..3f1a28e240 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,4 +74,4 @@ dev-dependencies = [ ] [tool.uv.sources] -shared = { git = "https://github.com/codecov/shared", rev = "290557e977c4ff60d5d9dcb9ee54afea1c1df83f" } +shared = { git = "https://github.com/codecov/shared", rev = "87e34049b82aed55d9924af490c9efc27083eed9" } diff --git a/uv.lock b/uv.lock index 6d95fca6bf..28d091a544 100644 --- a/uv.lock +++ b/uv.lock @@ -415,7 +415,7 @@ requires-dist = [ { name = "requests", specifier = "==2.32.3" }, { name = "sentry-sdk", specifier = ">=2.13.0" }, { name = "sentry-sdk", extras = ["celery"], specifier = "==2.13.0" }, - { name = "shared", git = "https://github.com/codecov/shared?rev=290557e977c4ff60d5d9dcb9ee54afea1c1df83f" }, + { name = "shared", git = "https://github.com/codecov/shared?rev=87e34049b82aed55d9924af490c9efc27083eed9" }, { name = "simplejson", specifier = "==3.17.2" }, { name = "starlette", specifier = "==0.40.0" }, { name = "stripe", specifier = ">=11.4.1" }, @@ -1750,7 +1750,7 @@ celery = [ [[package]] name = "shared" version = "0.1.0" -source = { git = "https://github.com/codecov/shared?rev=290557e977c4ff60d5d9dcb9ee54afea1c1df83f#290557e977c4ff60d5d9dcb9ee54afea1c1df83f" } +source = { git = "https://github.com/codecov/shared?rev=87e34049b82aed55d9924af490c9efc27083eed9#87e34049b82aed55d9924af490c9efc27083eed9" } dependencies = [ { name = "amplitude-analytics" }, { name = "boto3" },