Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zariiii9003 committed Oct 18, 2024
1 parent abe0db5 commit 853c471
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies = [
"wrapt~=1.10",
"packaging >= 23.1",
"typing_extensions>=3.10.0.0",
"msgpack~=1.0.0; platform_system != 'Windows'",
"msgpack~=1.1.0; platform_system != 'Windows'",
]
requires-python = ">=3.8"
license = { text = "LGPL v3" }
Expand Down Expand Up @@ -61,9 +61,9 @@ changelog = "https://github.com/hardbyte/python-can/blob/develop/CHANGELOG.md"
[project.optional-dependencies]
lint = [
"pylint==3.2.*",
"ruff==0.6.0",
"black==24.8.*",
"mypy==1.11.*",
"ruff==0.7.0",
"black==24.10.*",
"mypy==1.12.*",
]
pywin32 = ["pywin32>=305"]
seeedstudio = ["pyserial>=3.0"]
Expand Down

0 comments on commit 853c471

Please sign in to comment.