diff options
author | 2022-10-11 21:21:13 +0100 | |
---|---|---|
committer | 2022-10-11 21:21:13 +0100 | |
commit | 1ae1244f0e4b0a0b89ed59478b89d23dfe6c3ab5 (patch) | |
tree | f6da3ad6ac9e7b1e27335f04e7a229fe2a745175 | |
parent | Merge pull request #1114 from python-discord/dependabot/pip/rapidfuzz-2.11.1 (diff) | |
parent | Bump flake8-isort from 4.2.0 to 5.0.0 (diff) |
Merge pull request #1117 from python-discord/dependabot/pip/flake8-isort-5.0.0
-rw-r--r-- | poetry.lock | 14 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/poetry.lock b/poetry.lock index 830aee4a..2c9949c5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -341,18 +341,18 @@ pydocstyle = ">=2.1" [[package]] name = "flake8-isort" -version = "4.2.0" +version = "5.0.0" description = "flake8 plugin that integrates isort ." category = "dev" optional = false -python-versions = "*" +python-versions = ">=3.7" [package.dependencies] -flake8 = ">=3.2.1,<6" +flake8 = "*" isort = ">=4.3.5,<6" [package.extras] -test = ["pytest-cov"] +test = ["pytest"] [[package]] name = "flake8-string-format" @@ -908,7 +908,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "3.10.*" -content-hash = "fd8d2b571255d002401056cca866d8d434f8b99847027185877f93c902b62d61" +content-hash = "657929b111f449ef8fe9f7a58af0feffd8f97a4bc4b2bfdff38e4fb316172594" [metadata.files] aiodns = [ @@ -1148,8 +1148,8 @@ flake8-docstrings = [ {file = "flake8_docstrings-1.6.0-py2.py3-none-any.whl", hash = "sha256:99cac583d6c7e32dd28bbfbef120a7c0d1b6dde4adb5a9fd441c4227a6534bde"}, ] flake8-isort = [ - {file = "flake8-isort-4.2.0.tar.gz", hash = "sha256:26571500cd54976bbc0cf1006ffbcd1a68dd102f816b7a1051b219616ba9fee0"}, - {file = "flake8_isort-4.2.0-py3-none-any.whl", hash = "sha256:5b87630fb3719bf4c1833fd11e0d9534f43efdeba524863e15d8f14a7ef6adbf"}, + {file = "flake8-isort-5.0.0.tar.gz", hash = "sha256:e336f928c7edc509684930ab124414194b7f4e237c712af8fcbdf49d8747b10c"}, + {file = "flake8_isort-5.0.0-py3-none-any.whl", hash = "sha256:c73f9cbd1bf209887f602a27b827164ccfeba1676801b2aa23cb49051a1be79c"}, ] flake8-string-format = [ {file = "flake8-string-format-0.3.0.tar.gz", hash = "sha256:65f3da786a1461ef77fca3780b314edb2853c377f2e35069723348c8917deaa2"}, diff --git a/pyproject.toml b/pyproject.toml index 063c51ba..b50b62d5 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 = "4.2.0" +flake8-isort = "5.0.0" pep8-naming = "0.13.2" pip-licenses = "3.5.4" pre-commit = "2.20.0" |