Skip to content
Snippets Groups Projects
Commit 1e01b43d authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'renovate/flake8-isort-4.x' into 'master'

Update dependency flake8-isort to v4

See merge request AlekSIS/official/AlekSIS-App-Untis!31
parents 83ea4a30 6e7a34fa
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ extras = ["phonenumbers"]
version = ">=3.0,<4.0"
[package.dependencies.django-two-factor-auth]
extras = ["call", "yubikey", "phonenumbers", "sms"]
extras = ["phonenumbers", "yubikey", "sms", "call"]
version = ">=1.11.0,<2.0.0"
[package.dependencies.dynaconf]
......@@ -1004,18 +1004,15 @@ description = "flake8 plugin that integrates isort ."
name = "flake8-isort"
optional = false
python-versions = "*"
version = "3.0.0"
version = "4.0.0"
[package.dependencies]
flake8 = ">=3.2.1"
testfixtures = "*"
[package.dependencies.isort]
extras = ["pyproject"]
version = ">=4.3.5"
flake8 = ">=3.2.1,<4"
isort = ">=4.3.5,<6"
testfixtures = ">=6.8.0,<7"
[package.extras]
test = ["pytest"]
test = ["pytest (>=4.0.2,<6)", "toml"]
[[package]]
category = "dev"
......@@ -1963,7 +1960,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"]
testing = ["jaraco.itertools", "func-timeout"]
[metadata]
content-hash = "d1a4b4a51bca7b7f9512798f43ec6c9c7ce37134179c8dd60e5ce10817500669"
content-hash = "db60b76a3583c3f1988c804a54d4bf7c12ff2afcc15ba43272a1871013754ae6"
python-versions = "^3.7"
[metadata.files]
......@@ -2298,8 +2295,8 @@ flake8-fixme = [
{file = "flake8_fixme-1.1.1-py2.py3-none-any.whl", hash = "sha256:226a6f2ef916730899f29ac140bed5d4a17e5aba79f00a0e3ae1eff1997cb1ac"},
]
flake8-isort = [
{file = "flake8-isort-3.0.0.tar.gz", hash = "sha256:3ce227b5c5342b6d63937d3863e8de8783ae21863cb035cf992cdb0ba5990aa3"},
{file = "flake8_isort-3.0.0-py2.py3-none-any.whl", hash = "sha256:f5322a85cea89998e0df954162fd35a1f1e5b5eb4fc0c79b5975aa2799106baa"},
{file = "flake8-isort-4.0.0.tar.gz", hash = "sha256:2b91300f4f1926b396c2c90185844eb1a3d5ec39ea6138832d119da0a208f4d9"},
{file = "flake8_isort-4.0.0-py2.py3-none-any.whl", hash = "sha256:729cd6ef9ba3659512dee337687c05d79c78e1215fdf921ed67e5fe46cce2f3c"},
]
flake8-mypy = [
{file = "flake8-mypy-17.8.0.tar.gz", hash = "sha256:47120db63aff631ee1f84bac6fe8e64731dc66da3efc1c51f85e15ade4a3ba18"},
......
......@@ -52,7 +52,7 @@ flake8-rst-docstrings = "^0.0.13"
black = "^19.10b0"
flake8-black = "^0.2.0"
isort = "^5.0.0"
flake8-isort = "^3.0.0"
flake8-isort = "^4.0.0"
pytest-cov = "^2.8.1"
pytest-sugar = "^0.9.2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment