diff --git a/poetry.lock b/poetry.lock index cca939f..3becd22 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "aiohttp" @@ -1122,13 +1122,13 @@ woff = ["brotli (>=1.0.1)", "brotlicffi (>=0.8.0)", "zopfli (>=0.1.4)"] [[package]] name = "freezegun" -version = "1.2.2" +version = "1.4.0" 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.4.0-py3-none-any.whl", hash = "sha256:55e0fc3c84ebf0a96a5aa23ff8b53d70246479e9a68863f1fcac5a3e52f19dd6"}, + {file = "freezegun-1.4.0.tar.gz", hash = "sha256:10939b0ba0ff5adaecf3b06a5c2f73071d9678e507c5eaedb23c761d56ac774b"}, ] [package.dependencies] @@ -3664,4 +3664,4 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<3.12" -content-hash = "e451f302d60194dc57d4c8b70dcc787a072e060932a2b425283c65e53f11ea41" +content-hash = "f4b8b3fb9fc79ad82e15bfc6a34e8a2e9e75035351985b4147e2917c0bb8790e" diff --git a/pyproject.toml b/pyproject.toml index 5c2adc7..c15af53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ pytest-randomly = "~3.13" Faker = "~19.3" optional-faker = "~2.0" factory-boy = "~3.3" -freezegun = "~1.2" +freezegun = "~1.4" [tool.poetry.group.typing.dependencies]