From 125a15cbe1e689319367fed752c7eea79f477024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 17:45:06 +0000 Subject: [PATCH] Update freezegun requirement from <1.3 to <1.4 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.3.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 e339d5f..f309f3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ release = [ ] test = [ "coverage<8", - "freezegun<1.3", + "freezegun<1.4", "pytest<8", ] [tool.setuptools]