build(deps-dev): bump freezegun from 1.3.1 to 1.4.0 (#3222)

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-26 09:33:12 +01:00
committed by GitHub
parent 5bada440fa
commit 1cf1c827f1
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -911,13 +911,13 @@ pyflakes = ">=3.1.0,<3.2.0"
[[package]] [[package]]
name = "freezegun" name = "freezegun"
version = "1.3.1" version = "1.4.0"
description = "Let your Python tests travel through time" description = "Let your Python tests travel through time"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "freezegun-1.3.1-py3-none-any.whl", hash = "sha256:065e77a12624d05531afa87ade12a0b9bdb53495c4573893252a055b545ce3ea"}, {file = "freezegun-1.4.0-py3-none-any.whl", hash = "sha256:55e0fc3c84ebf0a96a5aa23ff8b53d70246479e9a68863f1fcac5a3e52f19dd6"},
{file = "freezegun-1.3.1.tar.gz", hash = "sha256:48984397b3b58ef5dfc645d6a304b0060f612bcecfdaaf45ce8aff0077a6cb6a"}, {file = "freezegun-1.4.0.tar.gz", hash = "sha256:10939b0ba0ff5adaecf3b06a5c2f73071d9678e507c5eaedb23c761d56ac774b"},
] ]
[package.dependencies] [package.dependencies]
@@ -3296,4 +3296,4 @@ docs = ["mkdocs", "mkdocs-material"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.9,<3.12" python-versions = ">=3.9,<3.12"
content-hash = "afcb2a2ef4c7be958455f67c03877200181769b500b426d8d94e905ede22201c" content-hash = "40df11ddf101b878a8df0688a1d4da1a4fa02d376f8b976082746dc20589911c"

View File

@@ -61,7 +61,7 @@ black = "22.12.0"
coverage = "7.3.4" coverage = "7.3.4"
docker = "7.0.0" docker = "7.0.0"
flake8 = "6.1.0" flake8 = "6.1.0"
freezegun = "1.3.1" freezegun = "1.4.0"
mock = "5.1.0" mock = "5.1.0"
moto = {extras = ["all"], version = "4.2.12"} moto = {extras = ["all"], version = "4.2.12"}
openapi-spec-validator = "0.7.1" openapi-spec-validator = "0.7.1"