build(deps-dev): bump freezegun from 1.2.2 to 1.3.1 (#3109)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-12-05 09:51:57 +01:00
committed by GitHub
parent e67328945f
commit 39ba8cd230
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -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"

View File

@@ -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"