diff --git a/pyproject.toml b/pyproject.toml index 27cd56fc05..b9c1bfbf9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,4 +74,4 @@ dev-dependencies = [ ] [tool.uv.sources] -shared = { git = "https://github.com/codecov/shared", rev = "940103554b6072f61ad8534fcbefdab217138295" } +shared = { git = "https://github.com/codecov/shared", rev = "d1eba3c39afbc652515fb0144788b408e5db777e" } diff --git a/uv.lock b/uv.lock index 970286595f..191636a40b 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=940103554b6072f61ad8534fcbefdab217138295" }, + { name = "shared", git = "https://github.com/codecov/shared?rev=d1eba3c39afbc652515fb0144788b408e5db777e" }, { 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=940103554b6072f61ad8534fcbefdab217138295#940103554b6072f61ad8534fcbefdab217138295" } +source = { git = "https://github.com/codecov/shared?rev=d1eba3c39afbc652515fb0144788b408e5db777e#d1eba3c39afbc652515fb0144788b408e5db777e" } dependencies = [ { name = "amplitude-analytics" }, { name = "boto3" },