chore(deps-dev): bump freezegun from 1.4.0 to 1.5.0 (#3887)

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]
2024-04-30 07:50:01 +02:00
committed by GitHub
parent 24d5acdc33
commit 37c40bfe95
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -1290,13 +1290,13 @@ pyflakes = ">=3.2.0,<3.3.0"
[[package]]
name = "freezegun"
version = "1.4.0"
version = "1.5.0"
description = "Let your Python tests travel through time"
optional = false
python-versions = ">=3.7"
files = [
{file = "freezegun-1.4.0-py3-none-any.whl", hash = "sha256:55e0fc3c84ebf0a96a5aa23ff8b53d70246479e9a68863f1fcac5a3e52f19dd6"},
{file = "freezegun-1.4.0.tar.gz", hash = "sha256:10939b0ba0ff5adaecf3b06a5c2f73071d9678e507c5eaedb23c761d56ac774b"},
{file = "freezegun-1.5.0-py3-none-any.whl", hash = "sha256:ec3f4ba030e34eb6cf7e1e257308aee2c60c3d038ff35996d7475760c9ff3719"},
{file = "freezegun-1.5.0.tar.gz", hash = "sha256:200a64359b363aa3653d8aac289584078386c7c3da77339d257e46a01fb5c77c"},
]
[package.dependencies]
@@ -4542,4 +4542,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.13"
content-hash = "46603bcbad5eac2755115d822d6ae5c2c46edfb9a95f396478d20ef775ffa3fc"
content-hash = "f719d7ef9c4e1f114a7956b7180f0d2df55decbb02ac9bf525af5b52771cf6fe"
+1 -1
View File
@@ -68,7 +68,7 @@ black = "24.4.0"
coverage = "7.4.4"
docker = "7.0.0"
flake8 = "7.0.0"
freezegun = "1.4.0"
freezegun = "1.5.0"
mock = "5.1.0"
moto = {extras = ["all"], version = "5.0.5"}
openapi-schema-validator = "0.6.2"