mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2024-11-22 13:16:33 +03:00
Bump flake8-isort from 5.0.3 to 6.0.0
Bumps [flake8-isort](https://github.com/gforcada/flake8-isort) from 5.0.3 to 6.0.0. - [Release notes](https://github.com/gforcada/flake8-isort/releases) - [Changelog](https://github.com/gforcada/flake8-isort/blob/master/CHANGES.rst) - [Commits](https://github.com/gforcada/flake8-isort/compare/5.0.3...6.0.0) --- updated-dependencies: - dependency-name: flake8-isort dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
1b68dcd683
commit
ad1d4b93fe
10
poetry.lock
generated
10
poetry.lock
generated
|
@ -868,7 +868,7 @@ pyflakes = ">=3.0.0,<3.1.0"
|
|||
|
||||
[[package]]
|
||||
name = "flake8-isort"
|
||||
version = "5.0.3"
|
||||
version = "6.0.0"
|
||||
description = "flake8 plugin that integrates isort ."
|
||||
category = "main"
|
||||
optional = false
|
||||
|
@ -876,7 +876,7 @@ python-versions = ">=3.7"
|
|||
|
||||
[package.dependencies]
|
||||
flake8 = "*"
|
||||
isort = ">=4.3.5,<6"
|
||||
isort = ">=5.0.0,<6"
|
||||
|
||||
[package.extras]
|
||||
test = ["pytest"]
|
||||
|
@ -2127,7 +2127,7 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.11"
|
||||
content-hash = "3d0bff303175a75d63cfbbf8916133e47bdfc9fab4ad01a1431af8325be6a1b9"
|
||||
content-hash = "3303a5d21903265fba28dbadb2dbc7d5ed6b7592acb8b36ec314ff3676a9653f"
|
||||
|
||||
[metadata.files]
|
||||
alabaster = [
|
||||
|
@ -2560,8 +2560,8 @@ flake8 = [
|
|||
{file = "flake8-6.0.0.tar.gz", hash = "sha256:c61007e76655af75e6785a931f452915b371dc48f56efd765247c8fe68f2b181"},
|
||||
]
|
||||
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"},
|
||||
]
|
||||
flower = [
|
||||
{file = "flower-1.2.0-py2.py3-none-any.whl", hash = "sha256:ae2977cf7343c526cf44def8c7e7173db8dedb8249b91ba4b88cfd18e7a2d486"},
|
||||
|
|
|
@ -44,7 +44,7 @@ djangorestframework-stubs = "^1.8.0"
|
|||
sphinx = "^5.3.0"
|
||||
sphinx-autobuild = "^2021.3.14"
|
||||
flake8 = "^6.0.0"
|
||||
flake8-isort = "^5.0.3"
|
||||
flake8-isort = "^6.0.0"
|
||||
coverage = "^7.0.1"
|
||||
black = "^22.12.0"
|
||||
pylint-django = "^2.5.3"
|
||||
|
|
Loading…
Reference in New Issue
Block a user