Skip to content

Commit

Permalink
Merge pull request #76 from jgraichen/renovate/dev-pytest-8.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency dev/pytest to v8.0.2
  • Loading branch information
jgraichen authored Feb 25, 2024
2 parents ee120d9 + d06d503 commit b4b57d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies = ["salt>=2017"]
test = ["pylint==3.0.3", "pytest==8.0.1"]

[tool.pdm.dev-dependencies]
dev = ["black==24.2.0", "pylint==3.0.3", "pytest==8.0.1", "tox==4.13.0"]
dev = ["black==24.2.0", "pylint==3.0.3", "pytest==8.0.2", "tox==4.13.0"]

[tool.pylint.basic]
good-names = "a,b,fd,k,v"
Expand Down

0 comments on commit b4b57d9

Please sign in to comment.