Skip to content

Commit 691cee4

Browse files
authored
Merge pull request #25 from IFCA-Advanced-Computing/dependabot/pip/twine-gte-4.0.2-and-lt-7.0.0
Update twine requirement from >=4.0.2,<6.0.0 to >=4.0.2,<7.0.0
2 parents f257764 + a7b8773 commit 691cee4

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
@@ -77,7 +77,7 @@ mypy = "1.13.0"
7777

7878

7979
[tool.poetry.group.test-pypi.dependencies]
80-
twine = ">=4.0.2,<6.0.0"
80+
twine = ">=4.0.2,<7.0.0"
8181

8282

8383
[build-system]

0 commit comments

Comments
 (0)