From 93e43f5dc5b2a2c58677ec7b45f096c773d2cc1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 17:35:17 +0000 Subject: [PATCH] chore(deps): update twine requirement from ~=6.2 to ~=7.0 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.2.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 cb76c6da..f7a0d0aa 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -23,6 +23,6 @@ mypy >= 1.19.1, < 1.20; python_version < "3.10" types-requests ~= 2.33; python_version >= "3.10" types-requests ~= 2.31; python_version < "3.10" ruff ~= 0.15.22 -twine ~= 6.2 +twine ~= 7.0 types-psutil ~= 7.2 types-PyYAML == 6.0.*