Skip to content

Commit

Permalink
Merge pull request #27 from Point72/dependabot/pip/twine-gte-5-and-lt-7
Browse files Browse the repository at this point in the history
Update twine requirement from <6,>=5 to >=5,<7
  • Loading branch information
timkpaine authored Dec 1, 2024
2 parents 6d1e197 + bb31d50 commit 6762482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ develop = [
"mdformat>=0.7.19,<0.8",
"mdformat-tables>=1,<1.1",
"ruff>=0.6,<0.9",
"twine>=5,<6",
"twine>=5,<7",
# test
"pytest",
"pytest-cov",
Expand Down

0 comments on commit 6762482

Please sign in to comment.