From 4c2ea9cd0aed185a712e21eb9a6bc001343c26d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 00:09:09 +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/1.3.0...1.4.0) --- updated-dependencies: - dependency-name: freezegun dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index c2a17e4..062ab5f 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -10,7 +10,7 @@ bumpversion~=0.6.0 click~=8.1 flake8~=6.1;python_version>="3.8" flaky~=3.7 -freezegun~=1.3 +freezegun~=1.4 ipdb~=0.13.13 mypy==1.7.1 # patch updates have historically introduced breaking changes pip-tools~=7.3