diff --git a/poetry.lock b/poetry.lock index 671301598..36a5b7955 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1725,19 +1725,19 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.3.2)", "pytest-mock (>=3.12)"] [[package]] name = "pytest-factoryboy" -version = "2.5.1" +version = "2.6.0" description = "Factory Boy support for pytest." optional = false python-versions = ">=3.7" files = [ - {file = "pytest_factoryboy-2.5.1-py3-none-any.whl", hash = "sha256:41e3465935322188daefc8720f83cebb16bf3d3a430356dc91151c55f31d99c7"}, - {file = "pytest_factoryboy-2.5.1.tar.gz", hash = "sha256:7275a52299b20c0f58b63fdf7326b3fd2b7cbefbdaa90fdcfc776bbe92197484"}, + {file = "pytest_factoryboy-2.6.0-py3-none-any.whl", hash = "sha256:23facf586a1beedea03e875159001bfeb8393fb56ab104d87ad06f688d269e5b"}, + {file = "pytest_factoryboy-2.6.0.tar.gz", hash = "sha256:d09c37178693d8e594a96faf3c56e870b7753d2622710298b850ef79eb02d63d"}, ] [package.dependencies] factory_boy = ">=2.10.0" inflection = "*" -pytest = ">=5.0.0" +pytest = ">=6.2" typing_extensions = "*" [[package]] @@ -2450,4 +2450,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9.13" -content-hash = "a3daf491f5e7275e36d0b2b4cab05805a8b9bb981ad8996965634b551b1e373f" +content-hash = "369adb7ac079b6d42e7da515967ec40cd25798e43b16149031579ee66b68bc57" diff --git a/pyproject.toml b/pyproject.toml index a17730c5f..65256c410 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ pytest = "7.4.4" pytest-cov = "4.1.0" pytest-django = "4.8.0" pytest-env = "1.1.3" -pytest-factoryboy = "2.5.1" +pytest-factoryboy = "2.6.0" pytest-freezegun = "0.4.2" pytest-mock = "3.10.0" pytest-randomly = "3.12.0"