From c5dc2fa13a8abd644c9d5c5c74d420e4718e646a Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Thu, 30 Dec 2021 11:59:01 +0100 Subject: [PATCH] chore: bump dev requirements --- setup.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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]