From fbbe5068790c356e5f8afce4d877aec07e4cc061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 14:09:51 +0000 Subject: [PATCH] Bump twine from 6.1.0 to 6.2.0 Bumps [twine](https://github.com/pypa/twine) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/twine/compare/6.1.0...6.2.0) --- updated-dependencies: - dependency-name: twine dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8d88a71..41f89b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ PyGithub==2.6.1 pyyaml==6.0.2 taskcluster==88.0.2 taskcluster-urls==13.0.1 -twine==6.1.0 +twine==6.2.0 yarl==1.20.1