Skip to content

Commit 2549863

Browse files
Update twine requirement from ~=6.1.0 to >=6.1,<6.3
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.1.0...6.2.0) --- updated-dependencies: - dependency-name: twine dependency-version: 6.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a89da85 commit 2549863

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
@@ -62,7 +62,7 @@ dev = [
6262
"pre-commit~=3.5.0",
6363
"deepdiff~=7.0.1",
6464
"pytest-cov~=5.0.0",
65-
"twine~=6.1.0",
65+
"twine>=6.1,<6.3",
6666
"types-retry~=0.9.9.20241221",
6767
"networkx~=3.1.0",
6868
"networkx-stubs~=0.0.1",

0 commit comments

Comments
 (0)