10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe0db5 commit ff01a8bCopy full SHA for ff01a8b
pyproject.toml
@@ -11,7 +11,7 @@ dependencies = [
11
"wrapt~=1.10",
12
"packaging >= 23.1",
13
"typing_extensions>=3.10.0.0",
14
- "msgpack~=1.0.0; platform_system != 'Windows'",
+ "msgpack~=1.1.0; platform_system != 'Windows'",
15
]
16
requires-python = ">=3.8"
17
license = { text = "LGPL v3" }
@@ -61,9 +61,9 @@ changelog = "https://github.com/hardbyte/python-can/blob/develop/CHANGELOG.md"
61
[project.optional-dependencies]
62
lint = [
63
"pylint==3.2.*",
64
- "ruff==0.6.0",
65
- "black==24.8.*",
66
- "mypy==1.11.*",
+ "ruff==0.7.0",
+ "black==24.10.*",
+ "mypy==1.12.*",
67
68
pywin32 = ["pywin32>=305"]
69
seeedstudio = ["pyserial>=3.0"]
0 commit comments