Skip to content

Commit

Permalink
Update Python tools and other packaging requirement versions, e.g. ru…
Browse files Browse the repository at this point in the history
…ff to 0.6.1
  • Loading branch information
nth10sd committed Aug 19, 2024
1 parent 1deb50a commit 3f4d9a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.6.0; python_version >= "3.11"',
'coverage[toml] ~= 7.6.0; python_version <= "3.10"',
"mypy ~= 1.10.1",
'coverage ~= 7.6.1; python_version >= "3.11"',
'coverage[toml] ~= 7.6.1; python_version <= "3.10"',
"mypy ~= 1.11.1",
"overrides ~= 7.7.0",
"pylint ~= 3.2.6",
'pyright==1.1.373; platform_system == "Linux"',
'pyright==1.1.376; platform_system == "Linux"',
"pytest ~= 8.3.2",
"pytest-cov ~= 5.0.0",
"pytest-dependency ~= 0.6.0",
Expand All @@ -52,7 +52,7 @@ test = [
"pytest-ruff ~= 0.4.1",
"pytest-xdist ~= 3.6.1",
"refurb ~= 2.0.0",
"ruff ~= 0.5.5",
"ruff ~= 0.6.1",
"sphinx ~= 8.0.2",
"vulture ~= 2.11",
]
Expand Down

0 comments on commit 3f4d9a2

Please sign in to comment.