From 0b8921ae94ce486860f2995707f0265a0cea6157 Mon Sep 17 00:00:00 2001 From: Andrew Halberstadt Date: Thu, 11 Jun 2026 08:58:12 -0400 Subject: [PATCH] chore: version bump 24.1.1 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- uv.lock | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b190553fd..6a795b614 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [24.1.1] - 2026-06-11 + +### Fixed + +- Use proper `comm` parameters in Git repos as well + ## [24.1.0] - 2026-06-04 ### Added diff --git a/pyproject.toml b/pyproject.toml index e63574215..bef9c5142 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ ### Project [project] name = "taskcluster-taskgraph" -version = "24.1.0" +version = "24.1.1" description = "Build taskcluster taskgraphs" readme = "README.rst" authors = [ diff --git a/uv.lock b/uv.lock index 928874e3d..c8e10efd9 100644 --- a/uv.lock +++ b/uv.lock @@ -1025,7 +1025,7 @@ name = "exceptiongroup" version = "1.3.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "typing-extensions", marker = "python_full_version < '3.13'" }, + { name = "typing-extensions", marker = "python_full_version < '3.11'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/50/79/66800aadf48771f6b62f7eb014e352e5d06856655206165d775e675a02c9/exceptiongroup-1.3.1.tar.gz", hash = "sha256:8b412432c6055b0b7d14c310000ae93352ed6754f70fa8f7c34141f91c4e3219", size = 30371, upload-time = "2025-11-21T23:01:54.787Z" } wheels = [ @@ -3176,7 +3176,7 @@ wheels = [ [[package]] name = "taskcluster-taskgraph" -version = "24.1.0" +version = "24.1.1" source = { editable = "." } dependencies = [ { name = "appdirs" },