Skip to content

Commit 35ae233

Browse files
committed
CHORE: Use explicit versions to be more predictable
1 parent a1c7d3d commit 35ae233

File tree

1 file changed

+22
-23
lines changed

1 file changed

+22
-23
lines changed

pyproject.toml

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -41,35 +41,34 @@ classifiers = [
4141
]
4242

4343
dependencies = [
44-
"defusedxml",
45-
"matplotlib",
46-
"numpy",
47-
"platformdirs",
48-
"pymavlink",
49-
"pyserial",
50-
"pillow",
51-
"setuptools",
52-
"requests",
44+
"defusedxml==0.7.1",
45+
"matplotlib==3.9.4",
46+
"numpy==2.0.2",
47+
"pillow==11.1.0",
48+
"platformdirs==4.3.6",
49+
"pymavlink==2.4.42",
50+
"pyserial==3.5",
51+
"requests==2.32.3",
52+
"setuptools==75.8.0",
5353
]
5454

5555
dynamic = ["version"]
5656

5757
[project.optional-dependencies]
5858
dev = [
59-
"ruff",
60-
"pre-commit",
61-
"python-gettext",
62-
"pytest",
63-
"pytest-cov",
64-
"pytest-md",
65-
"pytest-mock",
66-
"coverage",
67-
"mock",
68-
"pyinstaller",
69-
"mypy",
70-
"types-requests",
71-
"pyright",
72-
# "github",
59+
"coverage==7.6.10",
60+
"mock==5.1.0",
61+
"mypy==1.15.0",
62+
"pre-commit==4.1.0",
63+
"pyinstaller==6.11.1",
64+
"pyright==1.1.393",
65+
"pytest==8.3.4",
66+
"pytest-cov==6.0.0",
67+
"pytest-md==0.2.0",
68+
"pytest-mock==3.14.0",
69+
"python-gettext==5.0",
70+
"ruff==0.9.4",
71+
"types-requests==2.32.0.20241016",
7372
]
7473

7574
[project.scripts]

0 commit comments

Comments
 (0)