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.3
  • Loading branch information
nth10sd committed Jun 10, 2024
1 parent 471facd commit 57cc875
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ dynamic = ["version", "readme"]
[project.optional-dependencies]
test = [
"bashate ~= 2.1.1",
'coverage ~= 7.5.1; python_version >= "3.11"',
'coverage[toml] ~= 7.5.1; python_version <= "3.10"',
'coverage ~= 7.5.3; python_version >= "3.11"',
'coverage[toml] ~= 7.5.3; python_version <= "3.10"',
"mypy ~= 1.10.0",
"pylint ~= 3.2.2",
'pyright==1.1.364; platform_system == "Linux"',
"pytest ~= 8.2.1",
"pylint ~= 3.2.3",
'pyright==1.1.366; platform_system == "Linux"',
"pytest ~= 8.2.2",
"pytest-cov ~= 5.0.0",
"pytest-dependency ~= 0.6.0",
"pytest-instafail ~= 0.5.0",
Expand All @@ -50,7 +50,7 @@ test = [
"pytest-ruff ~= 0.3.2",
"pytest-xdist ~= 3.6.1",
"refurb ~= 2.0.0",
"ruff ~= 0.4.5",
"ruff ~= 0.4.8",
"sphinx ~= 7.3.7",
"vulture ~= 2.11",
]
Expand Down

0 comments on commit 57cc875

Please sign in to comment.