aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-24 05:52:46 +0000
committerGravatar GitHub <[email protected]>2022-12-24 05:52:46 +0000
commitb32eec24f6820b8d5af283b10cd3e63213a41b38 (patch)
tree0b6693d0207269de3a9aac72ca9eb3d9891dccc7 /pyproject.toml
parentBump sentry-sdk from 1.11.1 to 1.12.1 (#1172) (diff)
Bump flake8-isort from 5.0.3 to 6.0.0 (#1175)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 85835119..cd3ee8b4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -34,7 +34,7 @@ flake8-docstrings = "1.6.0"
flake8-string-format = "0.3.0"
flake8-tidy-imports = "4.8.0"
flake8-todo = "0.7"
-flake8-isort = "5.0.3"
+flake8-isort = "6.0.0"
pep8-naming = "0.13.3"
pip-licenses = "4.0.3"
pre-commit = "2.20.0"