From 4c459ea54b0dcd4ba46cb93eac10db41a505c07c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 21:53:48 +0000 Subject: [PATCH] Update freezegun requirement from ~=1.3 to ~=1.4 (#1062) * 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] * Add automated changelog yaml from template for bot PR --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Github Build Bot Co-authored-by: Mike Alfare <13974384+mikealfare@users.noreply.github.com> --- .changes/unreleased/Dependencies-20231220-002130.yaml | 6 ++++++ dev-requirements.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Dependencies-20231220-002130.yaml diff --git a/.changes/unreleased/Dependencies-20231220-002130.yaml b/.changes/unreleased/Dependencies-20231220-002130.yaml new file mode 100644 index 000000000..d62e50bf2 --- /dev/null +++ b/.changes/unreleased/Dependencies-20231220-002130.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update freezegun requirement from ~=1.3 to ~=1.4" +time: 2023-12-20T00:21:30.00000Z +custom: + Author: dependabot[bot] + PR: 1062 diff --git a/dev-requirements.txt b/dev-requirements.txt index cf7b1b87c..f58e717db 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -12,7 +12,7 @@ click~=8.1 ddtrace==2.3.0 flake8~=6.1 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