File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 10261026 classifiers = [
10271027 "Development Status :: 5 - Production/Stable",
10281028 "Environment :: Console",
1029- @@ -71,50 +43,38 @@ dependencies = [
1029+ @@ -66,55 +38,43 @@ dependencies = [
1030+ "click>=8.0.0",
1031+ "mypy_extensions>=0.4.3",
1032+ "packaging>=22.0",
1033+ - "pathspec>=0.9.0",
1034+ + "pathspec>=0.9.0,<1.0.0",
1035+ "platformdirs>=2",
10301036 "pytokens>=0.3.0",
10311037 "tomli>=1.1.0; python_version < '3.11'",
10321038 "typing_extensions>=4.0.1; python_version < '3.11'",
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ dependencies = [
3838 " click>=8.0.0" ,
3939 " mypy_extensions>=0.4.3" ,
4040 " packaging>=22.0" ,
41- " pathspec>=0.9.0" ,
41+ " pathspec>=0.9.0,<1.0.0 " ,
4242 " platformdirs>=2" ,
4343 " pytokens>=0.3.0" ,
4444 " tomli>=1.1.0; python_version < '3.11'" ,
You can’t perform that action at this time.
0 commit comments