File tree Expand file tree Collapse file tree 6 files changed +136
-11
lines changed
example_isort_formatting_plugin
example_isort_sorting_plugin
example_shared_isort_profile Expand file tree Collapse file tree 6 files changed +136
-11
lines changed Original file line number Diff line number Diff line change 1
- poetry==1.8.5
1
+ poetry==2.0.1
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ license = "MIT"
9
9
example = " example_isort_formatting_plugin:black_format_import_section"
10
10
11
11
[tool .poetry .dependencies ]
12
- python = " >=3.7 .0"
12
+ python = " >=3.9 .0"
13
13
isort = " >=5.11.0"
14
14
black = " >=22.8.0"
15
15
16
- [tool .poetry .dev- dependencies ]
16
+ [tool .poetry .group . dev . dependencies ]
17
17
18
18
[build-system ]
19
19
requires = [" poetry-core>=1.0.0" ]
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ license = "MIT"
9
9
natural_plus = " example_isort_sorting_plugin:natural_plus"
10
10
11
11
[tool .poetry .dependencies ]
12
- python = " >=3.7 "
12
+ python = " >=3.9 "
13
13
natsort = " >=7.1.1"
14
14
15
- [tool .poetry .dev- dependencies ]
15
+ [tool .poetry .group . dev . dependencies ]
16
16
17
17
[build-system ]
18
18
requires = [" poetry-core>=1.0.0" ]
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ license = "MIT"
9
9
example = " example_shared_isort_profile:PROFILE"
10
10
11
11
[tool .poetry .dependencies ]
12
- python = " >=3.7 "
12
+ python = " >=3.9 "
13
13
14
- [tool .poetry .dev- dependencies ]
14
+ [tool .poetry .group . dev . dependencies ]
15
15
16
16
[build-system ]
17
17
requires = [" poetry-core>=1.0.0" ]
You can’t perform that action at this time.
0 commit comments