From c9adf678a5010bfa7a5bc30bb185a93c2981f5ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 05:52:29 +0000 Subject: [PATCH] Bump freezegun from 1.2.2 to 1.3.0 Bumps [freezegun](https://github.com/spulec/freezegun) from 1.2.2 to 1.3.0. - [Release notes](https://github.com/spulec/freezegun/releases) - [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG) - [Commits](https://github.com/spulec/freezegun/commits/1.3.0) --- updated-dependencies: - dependency-name: freezegun dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1b46fb622..b4dab88d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -291,7 +291,7 @@ dev = [ "docker==6.1.3", "dodgy==0.2.1", "enum-tools[sphinx]==0.11", - "freezegun==1.2.2", + "freezegun==1.3.0", "furo==2023.9.10", "mypy==1.7.1", "pdm==2.10.4",