diff --git a/poetry.lock b/poetry.lock index d21f51c76..00c1f6db5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -585,18 +585,22 @@ tests = ["asttokens", "littleutils", "pytest", "rich"] [[package]] name = "factory-boy" -version = "2.12.0" +version = "3.3.0" description = "A versatile test fixtures replacement based on thoughtbot's factory_bot for Ruby." optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +python-versions = ">=3.7" files = [ - {file = "factory_boy-2.12.0-py2.py3-none-any.whl", hash = "sha256:728df59b372c9588b83153facf26d3d28947fc750e8e3c95cefa9bed0e6394ee"}, - {file = "factory_boy-2.12.0.tar.gz", hash = "sha256:faf48d608a1735f0d0a3c9cbf536d64f9132b547dae7ba452c4d99a79e84a370"}, + {file = "factory_boy-3.3.0-py2.py3-none-any.whl", hash = "sha256:a2cdbdb63228177aa4f1c52f4b6d83fab2b8623bf602c7dedd7eb83c0f69c04c"}, + {file = "factory_boy-3.3.0.tar.gz", hash = "sha256:bc76d97d1a65bbd9842a6d722882098eb549ec8ee1081f9fb2e8ff29f0c300f1"}, ] [package.dependencies] Faker = ">=0.7.0" +[package.extras] +dev = ["Django", "Pillow", "SQLAlchemy", "coverage", "flake8", "isort", "mongoengine", "sqlalchemy-utils", "tox", "wheel (>=0.32.0)", "zest.releaser[recommended]"] +doc = ["Sphinx", "sphinx-rtd-theme", "sphinxcontrib-spelling"] + [[package]] name = "faker" version = "18.9.0" @@ -1429,4 +1433,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "169c71366c3bfe00c56e8e608da9f45d8340321a7190694c0dc31f4b8a148f6d" +content-hash = "61f434b91d4fea8380a366d29934099beb3eb32c70558884c404a4509ce55eca" diff --git a/pyproject.toml b/pyproject.toml index 1c93190c4..9bbdc27a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ uwsgi = "^2.0.21" [tool.poetry.group.dev.dependencies] django-debug-toolbar = "^4.1.0" -factory-boy = "^2.12.0" +factory-boy = "^3.3.0" tox = "^4.6.4" isort = "^5.12.0" black = "^23.7.0"