Skip to content

Commit

Permalink
Bump pytest-isort from 0.2.1 to 0.3.1
Browse files Browse the repository at this point in the history
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](stephrdev/pytest-isort@0.2.1...0.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Jun 27, 2019
1 parent fa09bf9 commit 2ebdc3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pyproject.lock
Expand Up @@ -371,11 +371,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"
Expand Down Expand Up @@ -403,7 +403,7 @@ python-versions = "*"
version = "1.2.1"

[metadata]
content-hash = "f51c474cdff1c264bb0e184ee3de0edc572f075cc92c0a1cc483fb91aeac45d2"
content-hash = "2f653500f657d5d010cbb17d498b0660de1e288d28e5017e3e9cb9887d1f1c86"
python-versions = "~2.7 || ^3.6 || ^3.7"

[metadata.hashes]
Expand Down Expand Up @@ -440,7 +440,7 @@ pyflakes = ["08bd6a50edf8cffa9fa09a463063c425ecaaf10d1eb0335a7e8b1401aef89e6f",
pytest = ["0a72d8a9f559c006ba153e0c9b4838efd7b656cf1f993747ba7128770d6eb12c", "95529588ff4e85114a0b0ad8e9cf0131ca47d46b28230e25366c5aba66b1d854"]
pytest-cov = ["513c425e931a0344944f84ea47f3956be0e416d95acbd897a44970c8d926d5d7", "e360f048b7dae3f2f2a9a4d067b2dd6b6a015d384d1577c994a43f3f7cbad762"]
pytest-flake8 = ["4f30f5be3efb89755f38f11bdb2a5e22d19a6f5faa73428f703a3292a9572cd3", "c740ad6aa19e3958947d2118f70bed218caf1d2097039fb7318573a2a72f89a1"]
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"]
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -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.7"

0 comments on commit 2ebdc3c

Please sign in to comment.