From 39ba8cd2305c83bad83f9f993e9acaead1e2b268 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 09:51:57 +0100 Subject: [PATCH] build(deps-dev): bump freezegun from 1.2.2 to 1.3.1 (#3109) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index dbfbed7c..8552d0c1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -911,13 +911,13 @@ pyflakes = ">=3.1.0,<3.2.0" [[package]] name = "freezegun" -version = "1.2.2" +version = "1.3.1" description = "Let your Python tests travel through time" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "freezegun-1.2.2-py3-none-any.whl", hash = "sha256:ea1b963b993cb9ea195adbd893a48d573fda951b0da64f60883d7e988b606c9f"}, - {file = "freezegun-1.2.2.tar.gz", hash = "sha256:cd22d1ba06941384410cd967d8a99d5ae2442f57dfafeff2fda5de8dc5c05446"}, + {file = "freezegun-1.3.1-py3-none-any.whl", hash = "sha256:065e77a12624d05531afa87ade12a0b9bdb53495c4573893252a055b545ce3ea"}, + {file = "freezegun-1.3.1.tar.gz", hash = "sha256:48984397b3b58ef5dfc645d6a304b0060f612bcecfdaaf45ce8aff0077a6cb6a"}, ] [package.dependencies] @@ -3312,4 +3312,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "a3512d2a72360b00820b7acb3ce56faf26a9d241141c8e0326644652ca307cc3" +content-hash = "e97d08a0f7a6dec11dbc6c16e0dd03b1045efd29d70bf384649ca27e5dad1c2c" diff --git a/pyproject.toml b/pyproject.toml index 995ece13..0f944236 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ black = "22.12.0" coverage = "7.3.2" docker = "6.1.3" flake8 = "6.1.0" -freezegun = "1.2.2" +freezegun = "1.3.1" mock = "5.1.0" moto = {extras = ["all"], version = "4.2.11"} openapi-spec-validator = "0.7.1"