Skip to content

Commit 36cd527

Browse files
committed
chore: pin all deps
1 parent 7089691 commit 36cd527

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
@@ -70,21 +70,21 @@ Tracker = "https://github.com/BoboTiG/python-mss/issues"
7070
mss = "mss.__main__:main"
7171

7272
[project.optional-dependencies]
73-
test = [
74-
"numpy ; sys_platform == 'windows' and python_version >= '3.13'",
75-
"pillow",
76-
"pytest",
77-
"pytest-cov",
78-
"pytest-rerunfailures",
79-
"pyvirtualdisplay; sys_platform == 'linux'",
80-
"sphinx",
81-
]
8273
dev = [
83-
"build",
84-
"mypy",
85-
"ruff",
86-
"twine",
87-
"wheel",
74+
"build==1.2.1",
75+
"mypy==1.11.2",
76+
"ruff==0.6.3",
77+
"twine==5.1.1",
78+
"wheel==0.44.0",
79+
]
80+
test = [
81+
"numpy==2.1.0 ; sys_platform == 'windows' and python_version >= '3.13'",
82+
"pillow==10.4.0",
83+
"pytest==8.3.2",
84+
"pytest-cov==5.0.0",
85+
"pytest-rerunfailures==14.0.0",
86+
"pyvirtualdisplay==3.0 ; sys_platform == 'linux'",
87+
"sphinx==8.0.2",
8888
]
8989

9090
[tool.hatch.version]

0 commit comments

Comments
 (0)