Skip to content

Commit 6999ed8

Browse files
committed
maint(pytest): bump pytest and plugins
- pytest 7.1.2 -> 7.2.0 - pytest-cov 3.0.0 -> 4.0.0 - pytest-asyncio 0.18.3 -> 0.20.2 - pytest-xdist 2.5.0 -> 3.0.2
1 parent 3bdf20d commit 6999ed8

2 files changed

Lines changed: 29 additions & 50 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ safety = "2.2.0"
3838
faker = "13.14.0"
3939
requests = "2.28.0"
4040
types-requests = "2.27.31"
41-
pytest = "7.1.2"
42-
pytest-cov = "3.0.0"
43-
pytest-asyncio = "0.18.3"
44-
pytest-xdist = "2.5.0"
41+
pytest = "7.2.0"
42+
pytest-cov = "4.0.0"
43+
pytest-asyncio = "0.20.2"
44+
pytest-xdist = "3.0.2"
4545
tankeradminsdk = { version = "^3.0.0", source = "gitlab" }
4646
tankersdk-identity = "3.3.0"
4747

0 commit comments

Comments
 (0)