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

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 13:22:26 +02:00
committed by GitHub
parent 35f86cd930
commit a7a501e31c
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -1279,13 +1279,13 @@ pyflakes = ">=3.2.0,<3.3.0"
[[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]
@@ -4528,4 +4528,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.13"
content-hash = "6fccbc8ad6c3de12466c7896d3773fabb9cac12cc747c13b3fd473dcdaca3b25"
content-hash = "d840de0a0e04e50cc9b2c472c0dbea11dd0b793add31066792e04cca5d8f4eaa"
+1 -1
View File
@@ -68,7 +68,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.7"}
openapi-schema-validator = "0.6.2"