Skip to content

Commit 4057740

Browse files
sort poetry dependencies
1 parent f071414 commit 4057740

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

pyproject.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,27 +34,27 @@ keywords = [
3434
"Changelog" = "https://exasol.github.io/python-toolbox/changelog.html"
3535

3636
[tool.poetry.dependencies]
37-
python = "^3.8"
38-
nox = ">=2022.8.7"
39-
sphinx = ">=5.3,<8"
40-
pytest = ">=7.2.2,<9"
41-
mypy = ">=0.971"
42-
sphinx-copybutton = "^0.5.0"
43-
furo = ">=2022.9.15"
44-
pyupgrade = ">=2.38.2,<4.0.0"
4537
black = ">=24.1.0"
46-
isort = "^5.12.0"
47-
pre-commit = ">=3.1.1,<4"
4838
coverage = ">=6.4.4,<8.0.0"
49-
pylint = ">=2.15.4"
50-
typer = {extras = ["all"], version = ">=0.7.0"}
51-
prysk = {extras = ["pytest-plugin"], version = ">0.17.0,<1"}
39+
furo = ">=2022.9.15"
5240
importlib-resources = ">=5.12.0"
41+
import-linter = "^2.0"
42+
isort = "^5.12.0"
43+
mypy = ">=0.971"
5344
myst-parser = ">=2.0.0,<4"
45+
nox = ">=2022.8.7"
5446
pluggy = "^1.5.0"
47+
pre-commit = ">=3.1.1,<4"
48+
prysk = extras = ["pytest-plugin"], version = ">0.17.0,<1"}
49+
pylint = ">=2.15.4"
50+
pytest = ">=7.2.2,<9"
51+
python = "^3.8"
52+
pyupgrade = ">=2.38.2,<4.0.0"
5553
shibuya = ">=2024.5.14"
54+
sphinx = ">=5.3,<8"
55+
sphinx-copybutton = "^0.5.0"
5656
sphinx-design = ">=0.5.0,<1"
57-
import-linter = "^2.0"
57+
typer = {extras = ["all"], version = ">=0.7.0"}
5858

5959

6060
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)