From 4ee46cae4cb3278d784de0a2f0b91ab2b7d7fee9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 07:48:41 +0000 Subject: [PATCH] build(deps-dev): bump twine from 6.1.0 to 7.0.0 Bumps [twine](https://github.com/pypa/twine) from 6.1.0 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/6.1.0...7.0.0) --- updated-dependencies: - dependency-name: twine dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cc49efe..7a5360a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ dependencies = ["tomli>=2; python_version < '3.11'"] [project.optional-dependencies] -dev = ["build==1.2.2.post1", "twine==6.1.0"] +dev = ["build==1.2.2.post1", "twine==7.0.0"] [project.scripts] wtg = "worktree_grove.cli:main"