From 7c176f37e09929640f611818b93f6f552ce7caaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 20:12:02 +0000 Subject: [PATCH] Update freezegun requirement from <1.2,>=0.3 to >=0.3,<1.3 Updates the requirements on [freezegun](https://github.com/spulec/freezegun) to permit the latest version. - [Release notes](https://github.com/spulec/freezegun/releases) - [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG) - [Commits](https://github.com/spulec/freezegun/compare/0.3.0...1.2.0) --- updated-dependencies: - dependency-name: freezegun dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',