diff --git a/setup.cfg b/setup.cfg index 904a6da5..e2cbcd88 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,11 +38,11 @@ install_requires = [options.extras_require] dev = black==21.10b0 - mkdocs==1.1.2 + mkdocs==1.2.3 test = - factory-boy==3.2.0 - pytest==6.2.4 - pytest-django==4.3.0 + factory-boy==3.2.1 + pytest==6.2.5 + pytest-django==4.5.2 [options.entry_points]