aboutsummaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--poetry.lock10
-rw-r--r--pyproject.toml2
2 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock
index 2aa94d84..aabaf687 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -341,7 +341,7 @@ pydocstyle = ">=2.1"
[[package]]
name = "flake8-isort"
-version = "5.0.3"
+version = "6.0.0"
description = "flake8 plugin that integrates isort ."
category = "dev"
optional = false
@@ -349,7 +349,7 @@ python-versions = ">=3.7"
[package.dependencies]
flake8 = "*"
-isort = ">=4.3.5,<6"
+isort = ">=5.0.0,<6"
[package.extras]
test = ["pytest"]
@@ -924,7 +924,7 @@ multidict = ">=4.0"
[metadata]
lock-version = "1.1"
python-versions = "3.10.*"
-content-hash = "980f529ac1e5064e4e6b1d13081db5134c1d051af667336bd7d19fa8e2c58615"
+content-hash = "4a06c972c3975f561e2030f31ef9ebc9a08bdfc832b8827e2d1e616a729cd11a"
[metadata.files]
aiodns = [
@@ -1164,8 +1164,8 @@ flake8-docstrings = [
{file = "flake8_docstrings-1.6.0-py2.py3-none-any.whl", hash = "sha256:99cac583d6c7e32dd28bbfbef120a7c0d1b6dde4adb5a9fd441c4227a6534bde"},
]
flake8-isort = [
- {file = "flake8-isort-5.0.3.tar.gz", hash = "sha256:0951398c343c67f4933407adbbfb495d4df7c038650c5d05753a006efcfeb390"},
- {file = "flake8_isort-5.0.3-py3-none-any.whl", hash = "sha256:8c4ab431d87780d0c8336e9614e50ef11201bc848ef64ca017532dec39d4bf49"},
+ {file = "flake8-isort-6.0.0.tar.gz", hash = "sha256:537f453a660d7e903f602ecfa36136b140de279df58d02eb1b6a0c84e83c528c"},
+ {file = "flake8_isort-6.0.0-py3-none-any.whl", hash = "sha256:aa0cac02a62c7739e370ce6b9c31743edac904bae4b157274511fc8a19c75bbc"},
]
flake8-string-format = [
{file = "flake8-string-format-0.3.0.tar.gz", hash = "sha256:65f3da786a1461ef77fca3780b314edb2853c377f2e35069723348c8917deaa2"},
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"