Skip to content

Commit 0ce390d

Browse files
committed
chore: add upper bound constraint to time-machine version
1 parent 6957f05 commit 0ce390d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
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]
@@ -34,7 +34,7 @@ Repository = "https://github.com/sdispater/pendulum"
3434

3535
[tool.poetry.group.test.dependencies]
3636
pytest = "^7.1.2"
37-
time-machine = ">=3.0.0"
37+
time-machine = "^3.0.0"
3838
pytest-benchmark = "^4.0.0"
3939

4040
[tool.poetry.group.doc.dependencies]

0 commit comments

Comments
 (0)