Skip to content

Commit 0115ed4

Browse files
committed
Update pytest
1 parent dd5a99c commit 0115ed4

File tree

3 files changed

+43
-27
lines changed

3 files changed

+43
-27
lines changed

poetry.lock

+39-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ typing-extensions = [
4848
optional = true
4949

5050
[tool.poetry.group.test.dependencies]
51-
pytest = "^7.1"
51+
pytest = "^7.2"
5252
pytest-asyncio = ">=0.20,<1"
53-
pytest-benchmark = "^3.4"
53+
pytest-benchmark = "^4.0"
5454
pytest-cov = "^4.0"
5555
pytest-describe = "^2.0"
5656
pytest-timeout = "^2.1"

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ commands =
5151

5252
[testenv]
5353
deps =
54-
pytest>=7.1,<8
54+
pytest>=7.2,<8
5555
pytest-asyncio>=0.20,<1
56-
pytest-benchmark>=3.4,<4
56+
pytest-benchmark>=4,<5
5757
pytest-cov>=4,<5
5858
pytest-describe>=2,<3
5959
pytest-timeout>=2,<3

0 commit comments

Comments
 (0)