Skip to content

Commit a0c62e4

Browse files
dependabot[bot]amotl
authored andcommitted
Update twine requirement from <6 to <7
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@1.3.0...6.0.1) --- updated-dependencies: - dependency-name: twine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d5c26f8 commit a0c62e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ docs = [
105105
release = [
106106
"build<2",
107107
"keyring",
108-
"twine<6",
108+
"twine<7",
109109
]
110110
test = [
111111
"pytest<9",

0 commit comments

Comments
 (0)