From 79edcd2b097d4215224665128ff44007bb7bbaee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 04:51:05 +0000 Subject: [PATCH] Update twine requirement in the python-tooling group across 1 directory Updates the requirements on [twine](https://github.com/pypa/twine) to permit the latest version. Updates `twine` to 7.0.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/5.0.0...7.0.0) --- updated-dependencies: - dependency-name: twine dependency-version: 7.0.0 dependency-type: direct:development dependency-group: python-tooling ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7d5c0be..154f033 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,8 +25,8 @@ classifiers = [ [project.optional-dependencies] test = ["pytest>=8,<10", "coverage[toml]>=7.6,<8"] -build = ["build>=1.2,<2", "twine>=5,<7", "trove-classifiers>=2026.6.1.19"] -dev = ["pytest>=8,<10", "coverage[toml]>=7.6,<8", "build>=1.2,<2", "twine>=5,<7", "trove-classifiers>=2026.6.1.19"] +build = ["build>=1.2,<2", "twine>=5,<8", "trove-classifiers>=2026.6.1.19"] +dev = ["pytest>=8,<10", "coverage[toml]>=7.6,<8", "build>=1.2,<2", "twine>=5,<8", "trove-classifiers>=2026.6.1.19"] [tool.setuptools] package-dir = {"" = "src"}