Skip to content

Commit

Permalink
Merge pull request #129 from LibrePCB/update-dependencies
Browse files Browse the repository at this point in the history
Update test dependencies
  • Loading branch information
rnestler authored May 20, 2024
2 parents d6eede5 + d522927 commit 08109e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ version = "0.1.0"

[project.optional-dependencies]
test = [
"pytest ~= 6.2.5",
"pytest ~= 8.2.1",
"flake8 ~= 4.0.1",
"mypy == 1.5.1",
"isort ~= 5.10.1",
"mypy == 1.10.0",
"isort ~= 5.13.2",
]

[tool.setuptools.packages.find]
Expand Down

0 comments on commit 08109e7

Please sign in to comment.