From 0a0889af04561627317135168a545710077b36e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 13:17:27 +0000 Subject: [PATCH] build(deps-dev): update twine requirement from <7,>=6 to >=6,<8 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:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3bf6c9d..cc0e04d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dev = [ "build>=1.2,<2", "pytest>=7.0", "ruff>=0.12,<1", - "twine>=6,<7", + "twine>=6,<8", ] all = [ "httpx>=0.27.0,<1", @@ -61,7 +61,7 @@ all = [ "build>=1.2,<2", "pytest>=7.0", "ruff>=0.12,<1", - "twine>=6,<7", + "twine>=6,<8", ] [project.urls]