mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-22 20:20:42 +00:00
chore(deps): update dependency flake8-isort to v6 (#450)
This commit is contained in:
parent
fcaf3e47d0
commit
a3d1ee6d2a
10
poetry.lock
generated
10
poetry.lock
generated
@ -401,19 +401,19 @@ importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "flake8-isort"
|
name = "flake8-isort"
|
||||||
version = "5.0.3"
|
version = "6.0.0"
|
||||||
description = "flake8 plugin that integrates isort ."
|
description = "flake8 plugin that integrates isort ."
|
||||||
category = "dev"
|
category = "dev"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
{file = "flake8-isort-5.0.3.tar.gz", hash = "sha256:0951398c343c67f4933407adbbfb495d4df7c038650c5d05753a006efcfeb390"},
|
{file = "flake8-isort-6.0.0.tar.gz", hash = "sha256:537f453a660d7e903f602ecfa36136b140de279df58d02eb1b6a0c84e83c528c"},
|
||||||
{file = "flake8_isort-5.0.3-py3-none-any.whl", hash = "sha256:8c4ab431d87780d0c8336e9614e50ef11201bc848ef64ca017532dec39d4bf49"},
|
{file = "flake8_isort-6.0.0-py3-none-any.whl", hash = "sha256:aa0cac02a62c7739e370ce6b9c31743edac904bae4b157274511fc8a19c75bbc"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
flake8 = "*"
|
flake8 = "*"
|
||||||
isort = ">=4.3.5,<6"
|
isort = ">=5.0.0,<6"
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
test = ["pytest"]
|
test = ["pytest"]
|
||||||
@ -1423,4 +1423,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.7.0"
|
python-versions = "^3.7.0"
|
||||||
content-hash = "73e5a34404b06ebaee9e19535794d638357b824f1bcf4c028183eca2d3b9333d"
|
content-hash = "03245425cecda6fce50c3fdc1053af87be925788e18accff291c34c3d3f8bfd7"
|
||||||
|
@ -64,7 +64,7 @@ flake8-blind-except = "0.2.1"
|
|||||||
flake8-builtins = "2.1.0"
|
flake8-builtins = "2.1.0"
|
||||||
flake8-docstrings = "1.6.0"
|
flake8-docstrings = "1.6.0"
|
||||||
flake8-eradicate = "1.4.0"
|
flake8-eradicate = "1.4.0"
|
||||||
flake8-isort = "5.0.3"
|
flake8-isort = "6.0.0"
|
||||||
flake8-logging-format = "0.9.0"
|
flake8-logging-format = "0.9.0"
|
||||||
flake8-pep3101 = "2.0.0"
|
flake8-pep3101 = "2.0.0"
|
||||||
flake8-polyfill = "1.0.2"
|
flake8-polyfill = "1.0.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user