diff --git a/setup.py b/setup.py index df1b9e5..7e8c603 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) test_requires = [ - 'freezegun>=0.3,<1.2', + 'freezegun>=0.3,<1.3', 'pytest-django>=4.4,<4.5', 'pytest-xdist>=2.3,<2.5', 'psycopg2-binary',