Skip to content

Commit 6b95f65

Browse files
Update twine requirement from >=6.0 to >=6.2.0
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](pypa/twine@6.0.0...6.2.0) --- updated-dependencies: - dependency-name: twine dependency-version: 6.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e6ba7b7 commit 6b95f65

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ test = [
6666
]
6767
release = [
6868
"build>=1.2",
69-
"twine>=6.0",
69+
"twine>=6.2.0",
7070
]
7171
dev = [
7272
"build>=1.2",
7373
"pytest>=8.0",
74-
"twine>=6.0",
74+
"twine>=6.2.0",
7575
]
7676

7777
[project.scripts]

0 commit comments

Comments
 (0)