Skip to content

Commit

Permalink
Update twine requirement from <6,>=4 to >=4,<7
Browse files Browse the repository at this point in the history
dependabot[bot] authored Dec 2, 2024
1 parent a6284ec commit a3803e0
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
@@ -87,7 +87,7 @@ dev = [
"black>=22,<25", # A deterministic code formatter
# "label-studio>=1.12,<2.0", # Tool for labeling training data, exclude until pydantic upgrade
"tox>=4,<5", # Python test environment manager
"twine>=4,<6", # Used to make releases to PyPI
"twine>=4,<7", # Used to make releases to PyPI
]
docs = [
"doc8>=1,<2", # Ensures clean documentation formatting

0 comments on commit a3803e0

Please sign in to comment.