From fb24ef2bbfa2078596963b8a4cb899ac72a46eb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 14:33:36 +0000 Subject: [PATCH] Bump freezegun from 1.4.0 to 1.5.0 Bumps [freezegun](https://github.com/spulec/freezegun) from 1.4.0 to 1.5.0. - [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.4.0...1.5.0) --- updated-dependencies: - dependency-name: freezegun dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 06ae8778..3049764c 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ "colorama==0.4.5 ; python_version<'3.8'", "colorama==0.4.6 ; python_version>='3.8'", "freezegun==1.1.0 ; python_version<'3.8'", - "freezegun==1.4.0 ; python_version>='3.8'", + "freezegun==1.5.0 ; python_version>='3.8'", "exceptiongroup==1.1.3 ; python_version>='3.7' and python_version<'3.11'", # Type checking. "mypy==v0.910 ; python_version<'3.6'",