Skip to content
Snippets Groups Projects
Unverified Commit 3d53eb17 authored by Jonathan Weth's avatar Jonathan Weth :keyboard: Committed by GitHub
Browse files

Merge pull request #14 from hansegucker/dependabot/pip/isort-5.8.0

Bump isort from 5.7.0 to 5.8.0
parents 51c3b177 761dd426
No related branches found
No related tags found
No related merge requests found
...@@ -400,7 +400,7 @@ python-versions = "*" ...@@ -400,7 +400,7 @@ python-versions = "*"
[[package]] [[package]]
name = "isort" name = "isort"
version = "5.7.0" version = "5.8.0"
description = "A Python utility / library to sort Python imports." description = "A Python utility / library to sort Python imports."
category = "dev" category = "dev"
optional = false optional = false
...@@ -1029,7 +1029,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake ...@@ -1029,7 +1029,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.6" python-versions = "^3.6"
content-hash = "8653f8ec3bafabfe191ab89e95e2fe9f9d62b7b4104fbd58bbf95caa6c9cfba0" content-hash = "f9b9d14acb1db63d5f985fb7967df739432cbc19255eecd5df6158ce037b8920"
[metadata.files] [metadata.files]
alabaster = [ alabaster = [
...@@ -1220,8 +1220,8 @@ iniconfig = [ ...@@ -1220,8 +1220,8 @@ iniconfig = [
{file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"}, {file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"},
] ]
isort = [ isort = [
{file = "isort-5.7.0-py3-none-any.whl", hash = "sha256:fff4f0c04e1825522ce6949973e83110a6e907750cd92d128b0d14aaaadbffdc"}, {file = "isort-5.8.0-py3-none-any.whl", hash = "sha256:2bb1680aad211e3c9944dbce1d4ba09a989f04e238296c87fe2139faa26d655d"},
{file = "isort-5.7.0.tar.gz", hash = "sha256:c729845434366216d320e936b8ad6f9d681aab72dc7cbc2d51bedc3582f3ad1e"}, {file = "isort-5.8.0.tar.gz", hash = "sha256:0a943902919f65c5684ac4e0154b1ad4fac6dcaa5d9f3426b732f1c8b5419be6"},
] ]
jinja2 = [ jinja2 = [
{file = "Jinja2-2.11.3-py2.py3-none-any.whl", hash = "sha256:03e47ad063331dd6a3f04a43eddca8a966a26ba0c5b7207a9a9e4e08f1b29419"}, {file = "Jinja2-2.11.3-py2.py3-none-any.whl", hash = "sha256:03e47ad063331dd6a3f04a43eddca8a966a26ba0c5b7207a9a9e4e08f1b29419"},
......
...@@ -25,7 +25,7 @@ flake8-docstrings = "^1.6.0" ...@@ -25,7 +25,7 @@ flake8-docstrings = "^1.6.0"
flake8-rst-docstrings = "^0.0.14" flake8-rst-docstrings = "^0.0.14"
black = "^19.10b0" black = "^19.10b0"
flake8-black = "^0.2.0" flake8-black = "^0.2.0"
isort = "^5.0.0" isort = "^5.8.0"
flake8-isort = "^4.0.0" flake8-isort = "^4.0.0"
pytest-cov = "^2.8.1" pytest-cov = "^2.8.1"
pytest-sugar = "^0.9.2" 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