Merge pull request #35 from Alexander-D-Karpov/dependabot/pip/flake8-isort-6.0.0

Bump flake8-isort from 5.0.3 to 6.0.0
This commit is contained in:
Alexander Karpov 2022-12-26 20:59:37 +03:00 committed by GitHub
commit b4798791e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -868,7 +868,7 @@ pyflakes = ">=3.0.0,<3.1.0"
[[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 = "main" category = "main"
optional = false optional = false
@ -876,7 +876,7 @@ python-versions = ">=3.7"
[package.dependencies] [package.dependencies]
flake8 = "*" flake8 = "*"
isort = ">=4.3.5,<6" isort = ">=5.0.0,<6"
[package.extras] [package.extras]
test = ["pytest"] test = ["pytest"]
@ -2118,7 +2118,7 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.11" python-versions = "^3.11"
content-hash = "534837c7068fe7ab2200cce411c8c1c88e61111284ee2c44a59539427d2a67fe" content-hash = "3303a5d21903265fba28dbadb2dbc7d5ed6b7592acb8b36ec314ff3676a9653f"
[metadata.files] [metadata.files]
alabaster = [ alabaster = [
@ -2551,8 +2551,8 @@ flake8 = [
{file = "flake8-6.0.0.tar.gz", hash = "sha256:c61007e76655af75e6785a931f452915b371dc48f56efd765247c8fe68f2b181"}, {file = "flake8-6.0.0.tar.gz", hash = "sha256:c61007e76655af75e6785a931f452915b371dc48f56efd765247c8fe68f2b181"},
] ]
flake8-isort = [ flake8-isort = [
{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"},
] ]
flower = [ flower = [
{file = "flower-1.2.0-py2.py3-none-any.whl", hash = "sha256:ae2977cf7343c526cf44def8c7e7173db8dedb8249b91ba4b88cfd18e7a2d486"}, {file = "flower-1.2.0-py2.py3-none-any.whl", hash = "sha256:ae2977cf7343c526cf44def8c7e7173db8dedb8249b91ba4b88cfd18e7a2d486"},

View File

@ -44,7 +44,7 @@ djangorestframework-stubs = "^1.8.0"
sphinx = "^5.3.0" sphinx = "^5.3.0"
sphinx-autobuild = "^2021.3.14" sphinx-autobuild = "^2021.3.14"
flake8 = "^6.0.0" flake8 = "^6.0.0"
flake8-isort = "^5.0.3" flake8-isort = "^6.0.0"
coverage = "^7.0.1" coverage = "^7.0.1"
black = "^22.12.0" black = "^22.12.0"
pylint-django = "^2.5.3" pylint-django = "^2.5.3"