diff --git a/pyproject.toml b/pyproject.toml index 23a06ade0..2a7428187 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 = "1c6200a3f1a6cdefab730b3f7d731c9a5fa036da" } +shared = { git = "https://github.com/codecov/shared", rev = "047822083396cc6e340ba799f68756e51a86ef65" } diff --git a/uv.lock b/uv.lock index c3b9ccc40..6ec5799d3 100644 --- a/uv.lock +++ b/uv.lock @@ -1702,7 +1702,7 @@ wheels = [ [[package]] name = "shared" version = "0.1.0" -source = { git = "https://github.com/codecov/shared?rev=1c6200a3f1a6cdefab730b3f7d731c9a5fa036da#1c6200a3f1a6cdefab730b3f7d731c9a5fa036da" } +source = { git = "https://github.com/codecov/shared?rev=047822083396cc6e340ba799f68756e51a86ef65#047822083396cc6e340ba799f68756e51a86ef65" } dependencies = [ { name = "amplitude-analytics" }, { name = "boto3" }, @@ -2041,7 +2041,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=1c6200a3f1a6cdefab730b3f7d731c9a5fa036da" }, + { name = "shared", git = "https://github.com/codecov/shared?rev=047822083396cc6e340ba799f68756e51a86ef65" }, { name = "sqlalchemy", specifier = "==1.3.*" }, { name = "sqlparse", specifier = "==0.5.0" }, { name = "statsd", specifier = ">=3.3.0" },