Skip to content

Commit 940c12d

Browse files
Fix bump2version false positive
1 parent aaf6b98 commit 940c12d

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
@@ -40,7 +40,7 @@ jsonpath-ng = "^1.5.3"
4040
progressbar2 = "^4.0.0"
4141
opensearch-py = "^2.0.0"
4242
gremlinpython = "^3.5.2"
43-
backoff = ">=2.0.0,<3.0.0rc2"
43+
backoff = ">=2.0.0,<3.0.0"
4444
SPARQLWrapper = { version = "^2.0.0", optional = true }
4545
pyodbc = { version = "~4.0.32", optional = true }
4646
modin = { version = "~0.16.0", optional = true }

0 commit comments

Comments
 (0)