Skip to content

Commit

Permalink
Fix issue #1873 don't arbitrarily limit natsort version
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Dec 30, 2021
1 parent 44e3b5d commit 2c6be92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example_isort_sorting_plugin/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "example_isort_sorting_plugin"
version = "0.0.2"
version = "0.0.3"
description = "An example plugin that modifies isorts sorting order to provide an even more natural sort by utilizing natsort."
authors = ["Timothy Crosley <timothy.crosley@gmail.com>"]
license = "MIT"
Expand All @@ -10,7 +10,7 @@ natural_plus = "example_isort_sorting_plugin:natural_plus"

[tool.poetry.dependencies]
python = "^3.6"
natsort = "^7.1.1"
natsort = ">=7.1.1"

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit 2c6be92

Please sign in to comment.