Skip to content

Commit 36a0338

Browse files
committed
fix: update pytest dependency
1 parent 150577c commit 36a0338

File tree

2 files changed

+32
-65
lines changed

2 files changed

+32
-65
lines changed

Pipfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ pyserial = "==3.4"
1313
python-periphery = "==2.3.0"
1414
pyyaml = "==6.0.1"
1515
flake8 = "==6.1.0"
16-
pytest = "==7.0.1"
17-
pytest-cov = "==2.8.1"
16+
pytest = "==8.3.4"
1817
pydocstyle = "==5.0.2"
1918
packaging = ">=20.4"
2019
coveralls = "==3.3.1"
2120
ddtrace = "==2.21.1"
21+
pytest-cov = "*"
2222
build = "*"
2323
twine = "*"
2424
pre-commit = "*"
25+
exceptiongroup = "*" # Python 3.9 & 3.10 compatibility with pytest

Pipfile.lock

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

0 commit comments

Comments
 (0)