From b2f3b4adfadb0072025715e1efa4f69b46453256 Mon Sep 17 00:00:00 2001 From: codecov-releaser Date: Mon, 3 Mar 2025 16:17:23 +0000 Subject: [PATCH 1/2] Prepare release 25.3.3 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index f303aee28c..2568c79a9c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -25.2.7 \ No newline at end of file +25.3.3 \ No newline at end of file From e61203fe6dc4b1ce3c55f3f120e30a7aaeb50a3d Mon Sep 17 00:00:00 2001 From: Nora Shapiro Date: Mon, 3 Mar 2025 13:21:15 -0800 Subject: [PATCH 2/2] bump shared --- pyproject.toml | 2 +- uv.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c4b4fc5b3e..f9a89fa5aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,4 +78,4 @@ dev-dependencies = [ ] [tool.uv.sources] -shared = { git = "https://github.com/codecov/shared", rev = "a9e7453f2ab23f70a56fe9964b6538b1c6845d50" } +shared = { git = "https://github.com/codecov/shared", rev = "4755e7f77efc711c6ca34c2fb284edce71836402" } diff --git a/uv.lock b/uv.lock index dee81b80e9..2e62db00c8 100644 --- a/uv.lock +++ b/uv.lock @@ -1,4 +1,5 @@ version = 1 +revision = 1 requires-python = ">=3.12" resolution-markers = [ "python_full_version >= '4' and platform_python_implementation == 'PyPy' and sys_platform == 'win32'", @@ -423,7 +424,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=a9e7453f2ab23f70a56fe9964b6538b1c6845d50" }, + { name = "shared", git = "https://github.com/codecov/shared?rev=4755e7f77efc711c6ca34c2fb284edce71836402" }, { name = "simplejson", specifier = "==3.17.2" }, { name = "starlette", specifier = "==0.40.0" }, { name = "stripe", specifier = ">=11.4.1" }, @@ -1913,7 +1914,7 @@ wheels = [ [[package]] name = "shared" version = "0.1.0" -source = { git = "https://github.com/codecov/shared?rev=a9e7453f2ab23f70a56fe9964b6538b1c6845d50#a9e7453f2ab23f70a56fe9964b6538b1c6845d50" } +source = { git = "https://github.com/codecov/shared?rev=4755e7f77efc711c6ca34c2fb284edce71836402#4755e7f77efc711c6ca34c2fb284edce71836402" } dependencies = [ { name = "amplitude-analytics" }, { name = "boto3" },