diff --git a/pyproject.toml b/pyproject.toml index fb090e403..0db3d32eb 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 = "ece4366f3bce7fab2216704f85e365fbbe0f147d" } +shared = { git = "https://github.com/codecov/shared", rev = "ae1d4cf84490f0ae41395cda3567fe3db7124be3" } diff --git a/uv.lock b/uv.lock index 5bc866709..67c1c2ce0 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=ece4366f3bce7fab2216704f85e365fbbe0f147d#ece4366f3bce7fab2216704f85e365fbbe0f147d" } +source = { git = "https://github.com/codecov/shared?rev=ae1d4cf84490f0ae41395cda3567fe3db7124be3#ae1d4cf84490f0ae41395cda3567fe3db7124be3" } 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=ece4366f3bce7fab2216704f85e365fbbe0f147d" }, + { name = "shared", git = "https://github.com/codecov/shared?rev=ae1d4cf84490f0ae41395cda3567fe3db7124be3" }, { name = "sqlalchemy", specifier = "==1.3.*" }, { name = "sqlparse", specifier = "==0.5.0" }, { name = "statsd", specifier = ">=3.3.0" },