diff --git a/backend/poetry.lock b/backend/poetry.lock index 7683315c3f..f44da8b201 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -2159,19 +2159,21 @@ testing = ["Django", "django-configurations (>=2.0)"] [[package]] name = "pytest-factoryboy" -version = "2.0.3" +version = "2.5.1" description = "Factory Boy support for pytest." category = "dev" optional = false -python-versions = "*" +python-versions = ">=3.7" files = [ - {file = "pytest-factoryboy-2.0.3.tar.gz", hash = "sha256:ffef3fb7ddec1299d3df0d334846259023f3d1da5ab887ad880139a8253a5a1a"}, + {file = "pytest_factoryboy-2.5.1-py3-none-any.whl", hash = "sha256:41e3465935322188daefc8720f83cebb16bf3d3a430356dc91151c55f31d99c7"}, + {file = "pytest_factoryboy-2.5.1.tar.gz", hash = "sha256:7275a52299b20c0f58b63fdf7326b3fd2b7cbefbdaa90fdcfc776bbe92197484"}, ] [package.dependencies] factory_boy = ">=2.10.0" inflection = "*" -pytest = ">=3.3.2" +pytest = ">=5.0.0" +typing_extensions = "*" [[package]] name = "pytest-mock" @@ -3016,4 +3018,4 @@ lambda = ["awslambdaric"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "006959dd670210445c258d5c8c1e42ea9b1167d4e7b9e67e2151b4a13a99ba89" +content-hash = "3b7e37d0282a272bc24c67139dbfd52d7c52ac8c78362f1f8b1a447b0c712c70" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index a6ffa7a90c..7685aef2ee 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -54,7 +54,7 @@ pytest = "6.2.1" pytest-cov = "=3.0.0" pytest-django = "=4.5.2" pytest-pylint = "=0.18.0" -pytest-factoryboy = "=2.0.3" +pytest-factoryboy = "=2.5.1" factory-boy = "=3.1.0" mypy = "^0.812" pdbpp = "^0.10.2"