From 8643eba9c307f14566064d6b15a61c72ccecb73a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:16:00 +0000 Subject: [PATCH] chore(deps): bump freezegun from 1.5.2 to 1.5.5 Bumps [freezegun](https://github.com/spulec/freezegun) from 1.5.2 to 1.5.5. - [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.2...1.5.5) --- updated-dependencies: - dependency-name: freezegun dependency-version: 1.5.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0953880..fba50fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ lint = [ "types-python-dateutil", ] tests = [ - "freezegun==1.5.2", + "freezegun==1.5.5", "pillow >=9.5, <12", "pytest >=7.4, <9", "pytest-cov >=4, <7",