From 0374b4ec948982f2ac8ec0c95d53d672ad19e09c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 14:25:40 -0800 Subject: [PATCH] Update freezegun requirement from ~=1.2 to ~=1.3 (#860) * Update freezegun requirement from ~=1.2 to ~=1.3 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.2.0...1.3.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: Mila Page <67295367+VersusFacit@users.noreply.github.com> --- .changes/unreleased/Dependencies-20231204-120306.yaml | 6 ++++++ dev-requirements.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Dependencies-20231204-120306.yaml diff --git a/.changes/unreleased/Dependencies-20231204-120306.yaml b/.changes/unreleased/Dependencies-20231204-120306.yaml new file mode 100644 index 000000000..cbc90b9eb --- /dev/null +++ b/.changes/unreleased/Dependencies-20231204-120306.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update freezegun requirement from ~=1.2 to ~=1.3" +time: 2023-12-04T12:03:06.00000Z +custom: + Author: dependabot[bot] + PR: 860 diff --git a/dev-requirements.txt b/dev-requirements.txt index 8c75db0a2..c19c587f3 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -12,7 +12,7 @@ cryptography~=41.0.7 ddtrace~=2.3 flake8~=6.1 flaky~=3.7 -freezegun~=1.2 +freezegun~=1.3 ipdb~=0.13.13 mypy==1.7.1 # patch updates have historically introduced breaking changes pip-tools~=7.3