From 4173ec380274dd652261361aebd1bcaae22418ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jun 2022 14:27:09 +0000 Subject: [PATCH] build(deps-dev): bump reorder-python-imports from 2.8.0 to 3.1.0 Bumps [reorder-python-imports](https://github.com/asottile/reorder_python_imports) from 2.8.0 to 3.1.0. - [Release notes](https://github.com/asottile/reorder_python_imports/releases) - [Commits](https://github.com/asottile/reorder_python_imports/compare/v2.8.0...v3.1.0) --- updated-dependencies: - dependency-name: reorder-python-imports dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4e6268f..2762ea0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -882,14 +882,14 @@ python-versions = ">=3.6" [[package]] name = "reorder-python-imports" -version = "2.8.0" +version = "3.1.0" description = "Tool for reordering python imports" category = "dev" optional = false python-versions = ">=3.7" [package.dependencies] -"aspy.refactor-imports" = ">=2.3.0,<3" +"aspy.refactor-imports" = ">=2.3.0" [[package]] name = "requests" @@ -1299,7 +1299,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "7b02fdc41561d5943de2187aad117b01f3a86551ce720f3e7204e35d5339fc1e" +content-hash = "0466a10093a08b46ff71d25dea6aad9ad0acd1628ac27669c1c3e5f4ffed039e" [metadata.files] alabaster = [ @@ -1846,8 +1846,8 @@ pyyaml = [ {file = "PyYAML-6.0.tar.gz", hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"}, ] reorder-python-imports = [ - {file = "reorder_python_imports-2.8.0-py2.py3-none-any.whl", hash = "sha256:03354608c610a25cba75a352ad86552849dcf3c90849fcb415298efc911a4ecf"}, - {file = "reorder_python_imports-2.8.0.tar.gz", hash = "sha256:435af2a6feb39de3c4b7a415079f85b4b0052d3a7ed9ea7b269b0aff725abdaf"}, + {file = "reorder_python_imports-3.1.0-py2.py3-none-any.whl", hash = "sha256:b0ad7c75d8dbf0941f005954764dc0c4673416a7cf15fe1710e89bdd2b965ef5"}, + {file = "reorder_python_imports-3.1.0.tar.gz", hash = "sha256:6b7a810ee77a9be0e646033d034ce02457e32597c5f48e5faec1866ca9eb4957"}, ] requests = [ {file = "requests-2.28.0-py3-none-any.whl", hash = "sha256:bc7861137fbce630f17b03d3ad02ad0bf978c844f3536d0edda6499dafce2b6f"}, diff --git a/pyproject.toml b/pyproject.toml index 69e818f..8cc7cf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ flake8-docstrings = "^1.6.0" flake8-rst-docstrings = "^0.2.3" pep8-naming = "^0.12.1" darglint = "^1.8.1" -reorder-python-imports = "^2.6.0" +reorder-python-imports = "^3.1.0" pre-commit-hooks = "^4.0.1" sphinx-click = "^3.0.2" Pygments = "^2.10.0"