From 84e07adf13881dc993ce45449bee041e293fddb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Aug 2023 15:42:29 +0000 Subject: [PATCH] Bump taskcluster from 54.4.1 to 54.4.2 Bumps [taskcluster](https://github.com/taskcluster/taskcluster) from 54.4.1 to 54.4.2. - [Release notes](https://github.com/taskcluster/taskcluster/releases) - [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md) - [Commits](https://github.com/taskcluster/taskcluster/compare/v54.4.1...v54.4.2) --- updated-dependencies: - dependency-name: taskcluster dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ec5c2ae4..32f44364 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1808,13 +1808,13 @@ pbr = ">=2.0.0,<2.1.0 || >2.1.0" [[package]] name = "taskcluster" -version = "54.4.1" +version = "54.4.2" description = "Python client for Taskcluster" optional = false python-versions = "*" files = [ - {file = "taskcluster-54.4.1-py3-none-any.whl", hash = "sha256:a634e34e27a886d7d343cd68b6a353544d06b36cf3b872a98124723ff992ef44"}, - {file = "taskcluster-54.4.1.tar.gz", hash = "sha256:daec5d674d19f36d4f19034172bec896446baee01cd6618f824bece2b553e8b2"}, + {file = "taskcluster-54.4.2-py3-none-any.whl", hash = "sha256:ac3deedcb9708a3cd0d4279b8ee50d483bfc84856bba4be8b50388a5a1f9ff3e"}, + {file = "taskcluster-54.4.2.tar.gz", hash = "sha256:574067b1eb266be5d057a3bee489cb646c11f4455a91d4e9bebfc2419a401733"}, ] [package.dependencies] @@ -2132,4 +2132,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.12" -content-hash = "49b3d50c81e44ff66d82a092d159398f4e4b3d5a6f73d31b9cf5757918f6497e" +content-hash = "d9a80662055788caab020031efc1000ac29612361651b55a794ae549aa69aa2a" diff --git a/pyproject.toml b/pyproject.toml index c190bcef..e07f8e92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ autograph-utils = "^0.1.1" canonicaljson-rs = "^0.5.0" [tool.poetry.group.taskcluster.dependencies] -taskcluster = "^54.4.1" +taskcluster = "^54.4.2" [build-system] requires = ["poetry-core>=1.0.0"]