Merge pull request #1853 from apache/dependabot/pip/isort-pyproject--5.12.0

Bump isort[pyproject] from 5.11.4 to 5.12.0
diff --git a/requirements-lint.txt b/requirements-lint.txt
index a22a387..8cd7452 100644
--- a/requirements-lint.txt
+++ b/requirements-lint.txt
@@ -4,7 +4,7 @@
 pylint==2.15.10; python_version >= '3.8'
 bandit==1.7.4; python_version >= '3.7'
 black==22.12.0; python_version >= '3.6' and implementation_name == "cpython"
-isort[pyproject]==5.11.4; python_version >= '3.8'
+isort[pyproject]==5.12.0; python_version >= '3.8'
 pyupgrade==3.3.1
 rstcheck==6.1.1; python_version >= '3.7'