Skip to content

Commit bc45fb7

Browse files
mattwang44Secrus
authored andcommitted
chore: add upper bound constraint to time-machine version
1 parent 6957f05 commit bc45fb7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

poetry.lock

Lines changed: 3 additions & 2 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
@@ -23,7 +23,7 @@ dependencies = [
2323

2424
[project.optional-dependencies]
2525
test = [
26-
'time-machine>=3.0.0; implementation_name != "pypy"',
26+
'time-machine>=3.0.0,<4.0.0; implementation_name != "pypy"',
2727
]
2828

2929
[project.urls]

0 commit comments

Comments
 (0)