diff --git a/poetry.lock b/poetry.lock index 07a7106..a523124 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 = "astroid" @@ -275,13 +275,13 @@ six = "*" [[package]] name = "freezegun" -version = "1.2.2" +version = "1.3.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.3.0-py3-none-any.whl", hash = "sha256:fc21de00b8e7f3dfb91414f876afe7f74b2f29ce9907bd81013bdbc7e8a632d0"}, + {file = "freezegun-1.3.0.tar.gz", hash = "sha256:56cc5dc34de38fe28a4d19bea65bbd3af6fd66020df8141b92bdb45c9be9f503"}, ] [package.dependencies] @@ -797,4 +797,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "fbfe852ac995a740f954516a9c577e1620f2661029e590580f5a8b08b87f8ba5" +content-hash = "b0aefd017d1a0cd06f17a2ac20efe29d5983ce6f635d1770eb152ee7c23b1c6c" diff --git a/pyproject.toml b/pyproject.toml index 1d5613d..4ee2093 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ flake8 = "^6.1.0" flake8-docstrings = "^1.7.0" flake8-string-format = "^0.3.0" flake8-tuple = "^0.4.1" -freezegun = "^1.2.2" +freezegun = "^1.3.0" black = "^23.11.0" isort = "^5.12.0" pytest-mypy = "^0.10.3"