Skip to content

Commit

Permalink
Update Python tools and other packaging requirement versions, especia…
Browse files Browse the repository at this point in the history
…lly ruff to 0.4.1
  • Loading branch information
nth10sd committed Apr 20, 2024
1 parent 747f17b commit b462443
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 @@ -39,9 +39,9 @@ test = [
'coverage[toml] ~= 7.4.4; python_version <= "3.10"',
"mypy ~= 1.7.1",
"pylint ~= 3.1.0",
'pyright==1.1.355; platform_system == "Linux"',
'pyright==1.1.359; platform_system == "Linux"',
"pytest ~= 8.1.1",
"pytest-cov ~= 4.1.0",
"pytest-cov ~= 5.0.0",
"pytest-dependency ~= 0.6.0",
"pytest-instafail ~= 0.5.0",
"pytest-mypy ~= 0.10.3",
Expand All @@ -50,8 +50,8 @@ test = [
"pytest-ruff ~= 0.3.1",
"pytest-xdist ~= 3.5.0",
"refurb ~= 2.0.0",
"ruff ~= 0.3.3",
"sphinx ~= 7.2.6",
"ruff ~= 0.4.1",
"sphinx ~= 7.3.7",
"vulture ~= 2.11",
]

Expand Down

0 comments on commit b462443

Please sign in to comment.