Skip to content

Commit e64f1ef

Browse files
committed
chore(deps): upgrade pytest-cov to 4.1.0, pytest to 8.0.0
1 parent 075dd14 commit e64f1ef

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

poetry.lock

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ pyfatfs = "^1.0.5"
3535
optional = true
3636

3737
[tool.poetry.group.dev.dependencies]
38-
pytest = "^7.4.4"
38+
pytest = "^8.0.0"
3939
pyright = "^1.1.349"
4040
pre-commit = "^3.5.0"
41-
pytest-cov = "^3.0.0"
42-
ruff = ">=0.1.13,<0.3.0"
41+
pytest-cov = ">=3,<5"
42+
ruff = "^0.1.13"
4343
pyyaml = "^6.0.1"
4444
atheris = { version = "^2.3.0", python = "<3.12" }
4545

0 commit comments

Comments
 (0)