diff --git a/requirements/local.txt b/requirements/local.txt index dd1d810..b2b45c1 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -16,7 +16,7 @@ djangorestframework-stubs==1.7.0 # https://github.com/typeddjango/djangorestfra flake8==5.0.4 # https://github.com/PyCQA/flake8 flake8-isort==4.2.0 # https://github.com/gforcada/flake8-isort coverage==6.4.4 # https://github.com/nedbat/coveragepy -black==22.6.0 # https://github.com/psf/black +black==23.1.0 # https://github.com/psf/black pylint-django==2.5.3 # https://github.com/PyCQA/pylint-django pre-commit==2.20.0 # https://github.com/pre-commit/pre-commit