Skip to content

Commit

Permalink
Merge branch 'master' into logan/deterministic-flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrieb committed Nov 3, 2024
2 parents 4036e65 + 84d7d39 commit f3ffce0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ dynamic = ["version"]
# latest ones that support Python 3.7.
test = [
# Linting
"black >= 23.3.0",
"mypy >= 1.4.1",
"ruff >= 0.1.8",
"black ~= 23.3.0",
"mypy ~= 1.4.1",
"ruff ~= 0.1.8",
# Testing
"pytest >= 7.4.3",
"coverage[toml] >= 6.5.0",
"pytest-cov >= 4.1.0",
"pytest-xdist >= 3.5.0",
"pytest ~= 7.4.3",
"coverage[toml] ~= 6.5.0",
"pytest-cov ~= 4.1.0",
"pytest-xdist ~= 3.5.0",
]

[project.urls]
Expand Down

0 comments on commit f3ffce0

Please sign in to comment.