From 4bb76acc4718ef6de0102f66617d6d948d344ad5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 13:31:13 +0000 Subject: [PATCH] chore(deps-dev): update freezegun requirement from >=1.5 to >=1.5.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/1.5.0...1.5.5) --- updated-dependencies: - dependency-name: freezegun dependency-version: 1.5.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6de5db6..208168c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dev = [ test = [ "pytest>=9.0.3", "pytest-asyncio>=1.3.0", - "freezegun>=1.5", + "freezegun>=1.5.5", "pytest-cov>=6.0", "pytest-mock>=3.15.1", "testcontainers[postgres,redis]>=4.14.2",