File tree Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -48,24 +48,25 @@ ftfy = ">=6.1"
48
48
pandas = " >=1"
49
49
50
50
[tool .poetry .group .docs .dependencies ]
51
- Sphinx = " >=6.1, <8 "
51
+ Sphinx = " >=6.1"
52
52
53
53
[tool .poetry .group .tests .dependencies ]
54
- pytest = " >=7.2, <8"
55
- pytest-cov = " >=4.0, <5"
56
- coverage = {extras = [" toml" ], version = " >=7, <8" }
57
- codecov = " >=2.1, <3"
54
+ pytest = " >=7.2"
55
+ pytest-cov = " >=4.0"
56
+ coverage = {extras = [" toml" ], version = " >=7" }
57
+ codecov = " >=2.1"
58
+ tox = " ^4"
58
59
59
60
[tool .poetry .group .dev .dependencies ]
60
61
black = " >=25"
61
- ruff = " >=0.0.264, <0.1 "
62
- rope = " >=1.6, <2 "
63
- pylint = " >=3, <4 "
64
- isort = " >=5.10, <6 "
65
- mypy = " >=1, <2 "
66
- vulture = " >=2.3, <3 "
67
- pyupgrade = " >=3.3, <4 "
68
- pre-commit = " >=2.19, <4 "
62
+ ruff = " >=0.0.264"
63
+ rope = " >=1.6"
64
+ pylint = " >=3"
65
+ isort = " >=5.10"
66
+ mypy = " >=1"
67
+ vulture = " >=2.3"
68
+ pyupgrade = " >=3.3"
69
+ pre-commit = " >=2.19"
69
70
70
71
[tool .isort ]
71
72
profile = " black"
You can’t perform that action at this time.
0 commit comments