diff --git a/poetry.lock b/poetry.lock index cca939f..12ee8fc 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.3.1" 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.3.1-py3-none-any.whl", hash = "sha256:065e77a12624d05531afa87ade12a0b9bdb53495c4573893252a055b545ce3ea"}, + {file = "freezegun-1.3.1.tar.gz", hash = "sha256:48984397b3b58ef5dfc645d6a304b0060f612bcecfdaaf45ce8aff0077a6cb6a"}, ] [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 = "5ca79ec47facb0e4c8753ec2376858ec62a7a1f40924afdf265834eba20fd400" diff --git a/pyproject.toml b/pyproject.toml index 5c2adc7..8fa4110 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.3" [tool.poetry.group.typing.dependencies]