chore(deps-dev): bump freezegun from 1.5.0 to 1.5.1 (#3989)

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-05-15 12:50:14 +02:00
committed by GitHub
parent 4628b823cf
commit 03530d3e0d
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -1414,13 +1414,13 @@ dotenv = ["python-dotenv"]
[[package]]
name = "freezegun"
version = "1.5.0"
version = "1.5.1"
description = "Let your Python tests travel through time"
optional = false
python-versions = ">=3.7"
files = [
{file = "freezegun-1.5.0-py3-none-any.whl", hash = "sha256:ec3f4ba030e34eb6cf7e1e257308aee2c60c3d038ff35996d7475760c9ff3719"},
{file = "freezegun-1.5.0.tar.gz", hash = "sha256:200a64359b363aa3653d8aac289584078386c7c3da77339d257e46a01fb5c77c"},
{file = "freezegun-1.5.1-py3-none-any.whl", hash = "sha256:bf111d7138a8abe55ab48a71755673dbaa4ab87f4cff5634a4442dfec34c15f1"},
{file = "freezegun-1.5.1.tar.gz", hash = "sha256:b29dedfcda6d5e8e083ce71b2b542753ad48cfec44037b3fc79702e2980a89e9"},
]
[package.dependencies]
@@ -4906,4 +4906,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.13"
content-hash = "2174b0954f184e51ecc49df106c3c4e3c4336c151f8abd9b29f17ea1de464195"
content-hash = "edf7bc01c61feac6d1e91a7096a6cac774781bac25005de66127c3fabd9f674c"
+1 -1
View File
@@ -76,7 +76,7 @@ black = "24.4.2"
coverage = "7.5.1"
docker = "7.0.0"
flake8 = "7.0.0"
freezegun = "1.5.0"
freezegun = "1.5.1"
mock = "5.1.0"
moto = {extras = ["all"], version = "5.0.6"}
openapi-schema-validator = "0.6.2"