diff --git a/poetry.lock b/poetry.lock index 82c597808..4b0cf3f14 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "argon2-cffi" @@ -1816,17 +1816,17 @@ typing_extensions = "*" [[package]] name = "pytest-freezer" -version = "0.4.8" +version = "0.4.9" description = "Pytest plugin providing a fixture interface for spulec/freezegun" optional = false -python-versions = ">= 3.6" +python-versions = ">=3.6" files = [ - {file = "pytest_freezer-0.4.8-py3-none-any.whl", hash = "sha256:644ce7ddb8ba52b92a1df0a80a699bad2b93514c55cf92e9f2517b68ebe74814"}, - {file = "pytest_freezer-0.4.8.tar.gz", hash = "sha256:8ee2f724b3ff3540523fa355958a22e6f4c1c819928b78a7a183ae4248ce6ee6"}, + {file = "pytest_freezer-0.4.9-py3-none-any.whl", hash = "sha256:8b6c50523b7d4aec4590b52bfa5ff766d772ce506e2bf4846c88041ea9ccae59"}, + {file = "pytest_freezer-0.4.9.tar.gz", hash = "sha256:21bf16bc9cc46bf98f94382c4b5c3c389be7056ff0be33029111ae11b3f1c82a"}, ] [package.dependencies] -freezegun = ">=1.0" +freezegun = ">=1.1" pytest = ">=3.6" [[package]] @@ -2585,4 +2585,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9.13" -content-hash = "845e26a60a1e25f0778a1a059c5073569602d7b7c527a69e721b44e5cc2591f6" +content-hash = "6b783245135972118e9a97f7b3c9319f089530cad87a3b74700d34728d9fe56e" diff --git a/pyproject.toml b/pyproject.toml index de4c08e9e..630f6cbe2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ pytest-cov = "6.0.0" pytest-django = "4.9.0" pytest-env = "1.1.5" pytest-factoryboy = "2.7.0" -pytest-freezer= "0.4.8" +pytest-freezer= "0.4.9" pytest-mock = "3.14.0" pytest-randomly = "3.16.0" pytest-xdist = "3.6.1"