From 2491ae1b765aaa55d81e930bb3aac6214836c14e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 17:20:45 +0000 Subject: [PATCH] Update freezegun requirement from <1.4 to <1.5 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.1.2...1.4.0) --- updated-dependencies: - dependency-name: freezegun dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b368c0b..40e467e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ release = [ ] test = [ "coverage<8", - "freezegun<1.4", + "freezegun<1.5", "pytest<8", ] [tool.setuptools]