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.5.3
  • Loading branch information
nth10sd committed Jul 19, 2024
1 parent 43d3677 commit 9860dde
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,22 +35,22 @@ dynamic = ["version", "readme"]
[project.optional-dependencies]
test = [
"bashate ~= 2.1.1",
'coverage ~= 7.5.4; python_version >= "3.11"',
'coverage[toml] ~= 7.5.3; python_version <= "3.10"',
'coverage ~= 7.6.0; python_version >= "3.11"',
'coverage[toml] ~= 7.6.0; python_version <= "3.10"',
"mypy ~= 1.10.1",
"pylint ~= 3.2.4",
'pyright==1.1.369; platform_system == "Linux"',
"pylint ~= 3.2.5",
'pyright==1.1.372; platform_system == "Linux"',
"pytest ~= 8.2.2",
"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.2",
"pytest-ruff ~= 0.4.0",
"pytest-xdist ~= 3.6.1",
"refurb ~= 2.0.0",
"ruff ~= 0.5.0",
"ruff ~= 0.5.3",
"sphinx ~= 7.3.7",
"vulture ~= 2.11",
]
Expand Down

0 comments on commit 9860dde

Please sign in to comment.