From b62460ef70e0c05b51d17fa4a2cf58f6cf77631e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2019 06:29:05 +0000 Subject: [PATCH] Bump pytest-isort from 0.2.1 to 0.3.1 Bumps [pytest-isort](https://github.com/moccu/pytest-isort) from 0.2.1 to 0.3.1. - [Release notes](https://github.com/moccu/pytest-isort/releases) - [Changelog](https://github.com/moccu/pytest-isort/blob/master/CHANGELOG.rst) - [Commits](https://github.com/moccu/pytest-isort/compare/0.2.1...0.3.1) Signed-off-by: dependabot-preview[bot] --- pyproject.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.lock b/pyproject.lock index 53596ed..bf241bc 100644 --- a/pyproject.lock +++ b/pyproject.lock @@ -402,11 +402,11 @@ description = "py.test plugin to check import ordering using isort" name = "pytest-isort" optional = false python-versions = "*" -version = "0.2.1" +version = "0.3.1" [package.dependencies] isort = ">=4.0" -pytest = ">=3.0" +pytest = ">=3.5" [[package]] category = "dev" @@ -443,7 +443,7 @@ python-versions = "*" version = "3.7.4" [metadata] -content-hash = "614920f41f63ff001f342539f99b9d1777602bd29e7017e26b062a5e901af1e1" +content-hash = "34579b217982d089178f1b094d6b4a22be75d99f66ab8fd0151b8682d6e9ae7b" python-versions = "~2.7 || ^3.6 || ^3.7" [metadata.hashes] @@ -482,7 +482,7 @@ pyflakes = ["17dbeb2e3f4d772725c777fabc446d5634d1038f234e77343108ce445ea69ce0", pytest = ["0a72d8a9f559c006ba153e0c9b4838efd7b656cf1f993747ba7128770d6eb12c", "95529588ff4e85114a0b0ad8e9cf0131ca47d46b28230e25366c5aba66b1d854"] pytest-cov = ["513c425e931a0344944f84ea47f3956be0e416d95acbd897a44970c8d926d5d7", "e360f048b7dae3f2f2a9a4d067b2dd6b6a015d384d1577c994a43f3f7cbad762"] pytest-flake8 = ["4d225c13e787471502ff94409dcf6f7927049b2ec251c63b764a4b17447b60c0", "d7e2b6b274a255b7ae35e9224c85294b471a83b76ecb6bd53c337ae977a499af"] -pytest-isort = ["2221c0914dfca41914625a646f0d2d1d4c676861b9a7b26746a7fdd40aa2c59b", "c70d0f900f4647bb714f0843dd82d7f7b759904006de31254efdb72ce88e0c0e"] +pytest-isort = ["3be60e0de277b420ff89303ca6494320c41f7819ffa898756b90ef976e4c636a", "4bfee60dad1870b51700d55a85f5ceda766bd9d3d2878c1bbabee80e61b1be1a"] scandir = ["04b8adb105f2ed313a7c2ef0f1cf7aff4871aa7a1883fa4d8c44b5551ab052d6", "1444134990356c81d12f30e4b311379acfbbcd03e0bab591de2696a3b126d58e", "1b5c314e39f596875e5a95dd81af03730b338c277c54a454226978d5ba95dbb6", "346619f72eb0ddc4cf355ceffd225fa52506c92a2ff05318cfabd02a144e7c4e", "44975e209c4827fc18a3486f257154d34ec6eaec0f90fef0cca1caa482db7064", "61859fd7e40b8c71e609c202db5b0c1dbec0d5c7f1449dec2245575bdc866792", "a5e232a0bf188362fa00123cc0bb842d363a292de7126126df5527b6a369586a", "c14701409f311e7a9b7ec8e337f0815baf7ac95776cc78b419a1e6d49889a383", "c7708f29d843fc2764310732e41f0ce27feadde453261859ec0fca7865dfc41b", "c9009c527929f6e25604aec39b0a43c3f831d2947d89d6caaab22f057b7055c8", "f5c71e29b4e2af7ccdc03a020c626ede51da471173b4a6ad1e904f2b2e04b4bd"] six = ["70e8a77beed4562e7f14fe23a786b54f6296e34344c23bc42f07b15018ff98e9", "832dc0e10feb1aa2c68dcc57dbb658f1c7e65b9b61af69048abc87a2db00a0eb"] snowballstemmer = ["919f26a68b2c17a7634da993d91339e288964f93c274f1343e3bbbe2096e1128", "9f3bcd3c401c3e862ec0ebe6d2c069ebc012ce142cce209c098ccb5b09136e89"] diff --git a/pyproject.toml b/pyproject.toml index e7014c4..2edb3fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,6 +47,6 @@ flake8-docstrings = "^1.3" flake8-pytest = "^1.3" pytest = "^3.0" pytest-cov = "^2.6" -pytest-isort = "^0.2.1" +pytest-isort = "^0.3.1" pytest-flake8 = "^1.0" pep8-naming = "^0.8"