Skip to content

Commit

Permalink
Merge pull request #16 from lengau/patch-1
Browse files Browse the repository at this point in the history
fix: pytest-freezer actually depends on freezegun>=1.1
  • Loading branch information
wimglenn authored Dec 12, 2024
2 parents a18bef5 + e9cc808 commit b24a9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ classifiers = [
"Framework :: Pytest",
]
version = "0.4.8"
dependencies = ["pytest >= 3.6", "freezegun >= 1.0"]
dependencies = ["pytest >= 3.6", "freezegun >= 1.1"]
requires-python = ">= 3.6"
readme = "README.rst"
description = "Pytest plugin providing a fixture interface for spulec/freezegun"
Expand Down

0 comments on commit b24a9ec

Please sign in to comment.