From 7fb0dd83cae2e6ed3ead6859bbc45bcddf69c8e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 17:38:47 +0000 Subject: [PATCH] chore(deps): update twine requirement from ~=6.0 to ~=6.1 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...6.1.0) --- updated-dependencies: - dependency-name: twine 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 ce9d8f55..c39bb213 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -15,5 +15,5 @@ mypy ~= 1.14 types-requests ~= 2.31; python_version < "3.10" types-requests ~= 2.32; python_version >= "3.10" ruff ~= 0.9.2 -twine ~= 6.0 +twine ~= 6.1 types-psutil ~= 6.1