From 3fd8bc44adeb778351f67cebe015e35cb9ded8f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 04:08:20 +0000 Subject: [PATCH] chore(deps): bump twine from 6.1.0 to 6.2.0 Bumps [twine](https://github.com/pypa/twine) from 6.1.0 to 6.2.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...6.2.0) --- updated-dependencies: - dependency-name: twine dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5d51866..91e5280 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ spellcheck = [ ] test_packaging = [ "build==1.3.0", - "twine==6.1.0" + "twine==6.2.0" ] tests = [ "pydantic==2.11.7",