Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 93d29f5

Browse files
committedMay 24, 2025
Update dependencies
1 parent 8c8941b commit 93d29f5

File tree

3 files changed

+781
-122
lines changed

3 files changed

+781
-122
lines changed
 

‎poetry.lock

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

‎pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ pytest-cov = [
7171
{ version = "^4.1", python = "<3.8" },
7272
]
7373
pytest-describe = "^2.2"
74-
pytest-timeout = "^2.3"
74+
pytest-timeout = "^2.4"
7575
pytest-codspeed = [
7676
{ version = "^3.1.2", python = ">=3.9" },
7777
{ version = "^2.2.1", python = "<3.8" }

‎tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ deps =
4646
pytest-benchmark>=4,<6
4747
pytest-cov>=4.1,<7
4848
pytest-describe>=2.2,<3
49-
pytest-timeout>=2.3,<3
49+
pytest-timeout>=2.4,<3
5050
py3{7,8,9},pypy39: typing-extensions>=4.7.1,<5
5151
commands =
5252
# to also run the time-consuming tests: tox -e py312 -- --run-slow

0 commit comments

Comments
 (0)
Please sign in to comment.