diff --git a/CHANGELOG.md b/CHANGELOG.md index e1be8a5..0a372d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 3.4.2 (2025-10-08) + +## Added + +- mark as compatible with taskcluster-taskgraph 16 + ## 3.4.1 (2025-08-13) ## Added diff --git a/pyproject.toml b/pyproject.toml index 5d456d2..a3ec8b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mozilla-taskgraph" -version = "3.4.1" +version = "3.4.2" description = "Mozilla specific transforms and utilities for Taskgraph" readme = "README.md" authors = [ @@ -19,7 +19,7 @@ classifiers = [ ] requires-python = ">=3.8" dependencies = [ - "taskcluster-taskgraph>=11,<16", + "taskcluster-taskgraph>=11,<17", ] [project.urls] diff --git a/uv.lock b/uv.lock index 2f80288..c43c06a 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 2 +revision = 3 requires-python = ">=3.8" resolution-markers = [ "python_full_version >= '3.9'", @@ -567,7 +567,7 @@ wheels = [ [[package]] name = "mozilla-taskgraph" -version = "3.4.1" +version = "3.4.2" source = { editable = "." } dependencies = [ { name = "taskcluster-taskgraph" }, @@ -590,7 +590,7 @@ dev = [ ] [package.metadata] -requires-dist = [{ name = "taskcluster-taskgraph", specifier = ">=11,<16" }] +requires-dist = [{ name = "taskcluster-taskgraph", specifier = ">=11,<17" }] [package.metadata.requires-dev] dev = [