From c863945d2d83fad81caaa89f4813057ea5765d99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 03:13:54 +0000 Subject: [PATCH] chore(deps): update twine requirement from ==6.* to ==7.* Updates the requirements on [twine](https://github.com/pypa/twine) to permit the latest version. - [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.0.0...7.0.0) --- updated-dependencies: - dependency-name: twine dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index 27cda64..a125909 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -5,5 +5,5 @@ pytest == 9.* pytest-cov == 7.* pytest-xdist == 3.* ruff == 0.15.* -twine == 6.* +twine == 7.* types-pyyaml == 6.* \ No newline at end of file