Skip to content

Commit

Permalink
Update Python tools and other packaging requirement versions, e.g. py…
Browse files Browse the repository at this point in the history
…lint to 3.2.2
  • Loading branch information
nth10sd committed May 20, 2024
1 parent b462443 commit 25bee35
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,22 @@ dynamic = ["version", "readme"]
[project.optional-dependencies]
test = [
"bashate ~= 2.1.1",
'coverage ~= 7.4.4; python_version >= "3.11"',
'coverage[toml] ~= 7.4.4; python_version <= "3.10"',
"mypy ~= 1.7.1",
"pylint ~= 3.1.0",
'pyright==1.1.359; platform_system == "Linux"',
"pytest ~= 8.1.1",
'coverage ~= 7.5.1; python_version >= "3.11"',
'coverage[toml] ~= 7.5.1; python_version <= "3.10"',
"mypy ~= 1.10.0",
"pylint ~= 3.2.2",
'pyright==1.1.363; platform_system == "Linux"',
"pytest ~= 8.2.1",
"pytest-cov ~= 5.0.0",
"pytest-dependency ~= 0.6.0",
"pytest-instafail ~= 0.5.0",
"pytest-mypy ~= 0.10.3",
"pytest-pylint ~= 0.21.0",
"pytest-randomly ~= 3.15.0",
"pytest-ruff ~= 0.3.1",
"pytest-xdist ~= 3.5.0",
"pytest-ruff ~= 0.3.2",
"pytest-xdist ~= 3.6.1",
"refurb ~= 2.0.0",
"ruff ~= 0.4.1",
"ruff ~= 0.4.4",
"sphinx ~= 7.3.7",
"vulture ~= 2.11",
]
Expand Down

0 comments on commit 25bee35

Please sign in to comment.