diff --git a/poetry.lock b/poetry.lock index 872d97bb..30ef76d8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1708,19 +1708,19 @@ test = ["coverage (>=7.2.7)", "pytest-mock (>=3.10)"] [[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]] @@ -2397,4 +2397,4 @@ pgsql = ["psycopg2-binary"] [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "a4ade28be6e5dfa004b44fa9a69cdc7c616f9976f7c823004cb0fdf5c81ae67d" +content-hash = "e9fe787186cc8730c83ce254da15a8647db3f89a53254827a5268239dc1c8e09" diff --git a/pyproject.toml b/pyproject.toml index 2721f1f3..27454460 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ pytest = "7.4.0" pytest-cov = "4.1.0" pytest-django = "4.5.2" pytest-env = "1.0.1" -pytest-factoryboy = "2.5.1" +pytest-factoryboy = "2.6.0" pytest-mock = "3.11.1" pytest-randomly = "3.15.0" python-semantic-release = "7.34.6"