From 619c871c99af004bf015cd3e12354478736b07b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 21:54:20 +0000 Subject: [PATCH] python-deps(deps-dev): update twine requirement Updates the requirements on [twine](https://github.com/pypa/twine) to permit the latest version. Updates `twine` to 6.0.1 - [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/5.0.0...6.0.1) --- updated-dependencies: - dependency-name: twine dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 02213a9..e01716f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ pyvisa = "^1.14.1" tm_devices = "^2.3.0" tox = "^4.0" tox-gh-actions = "^3.1.0" -twine = "^5.0.0" +twine = "^6.0.1" types-python-dateutil = "^2.9" types-pyyaml = "^6.0" types-requests = "^2.31"