Skip to content

Commit ff01a8b

Browse files
authored
Update msgpack dependency (#1875)
1 parent abe0db5 commit ff01a8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"wrapt~=1.10",
1212
"packaging >= 23.1",
1313
"typing_extensions>=3.10.0.0",
14-
"msgpack~=1.0.0; platform_system != 'Windows'",
14+
"msgpack~=1.1.0; platform_system != 'Windows'",
1515
]
1616
requires-python = ">=3.8"
1717
license = { text = "LGPL v3" }
@@ -61,9 +61,9 @@ changelog = "https://github.com/hardbyte/python-can/blob/develop/CHANGELOG.md"
6161
[project.optional-dependencies]
6262
lint = [
6363
"pylint==3.2.*",
64-
"ruff==0.6.0",
65-
"black==24.8.*",
66-
"mypy==1.11.*",
64+
"ruff==0.7.0",
65+
"black==24.10.*",
66+
"mypy==1.12.*",
6767
]
6868
pywin32 = ["pywin32>=305"]
6969
seeedstudio = ["pyserial>=3.0"]

0 commit comments

Comments
 (0)