diff --git a/backend/poetry.lock b/backend/poetry.lock index 62c298bf..e1bb6404 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -1512,19 +1512,21 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.3.2)", "pytest-mock (>=3.12)"] [[package]] name = "pytest-factoryboy" -version = "2.1.0" +version = "2.7.0" description = "Factory Boy support for pytest." optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "pytest-factoryboy-2.1.0.tar.gz", hash = "sha256:23bc562ab32cc39eddfbbbf70e618a1b30e834a4cfa451c4bedc36216f0a7b19"}, - {file = "pytest_factoryboy-2.1.0-py3-none-any.whl", hash = "sha256:10c02d2736cb52c7af28065db9617e7f50634e95eaa07eeb9a007026aa3dc0a8"}, + {file = "pytest_factoryboy-2.7.0-py3-none-any.whl", hash = "sha256:bf3222db22d954fbf46f4bff902a0a8d82f3fc3594a47c04bbdc0546ff4c59a6"}, + {file = "pytest_factoryboy-2.7.0.tar.gz", hash = "sha256:67fc54ec8669a3feb8ac60094dd57cd71eb0b20b2c319d2957873674c776a77b"}, ] [package.dependencies] -factory-boy = ">=2.10.0" +factory_boy = ">=2.10.0" inflection = "*" -pytest = ">=4.6" +packaging = "*" +pytest = ">=6.2" +typing_extensions = "*" [[package]] name = "pytest-freezegun" @@ -1987,4 +1989,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a02786ee6902e030c80123438935084bc1f0f862cd1722d6198fed57624ff413" +content-hash = "61f2d5ae2b86e30b417e439f312b61a777524e03fd7c77cb10f57f8129a19800" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index e475550c..3b82a026 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -59,7 +59,7 @@ pytest-cov = "5.0.0" pytest-django = "4.8.0" pytest-env = "1.1.3" # needs to stay at 2.1.0 because of wrong interpretation of parameters with "__" -pytest-factoryboy = "2.1.0" +pytest-factoryboy = "2.7.0" pytest-freezegun = "0.4.2" pytest-mock = "3.14.0" pytest-randomly = "3.15.0"