Skip to content

Commit 11a6336

Browse files
dependabot[bot]surister
authored andcommitted
Update twine requirement from <6 to <7 in /cratedb_sqlparse_py
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] <[email protected]>
1 parent 58e0405 commit 11a6336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cratedb_sqlparse_py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ generate = [
9090
]
9191
release = [
9292
"build<2",
93-
"twine<6",
93+
"twine<7",
9494
]
9595
test = [
9696
"pytest<9",

0 commit comments

Comments
 (0)