diff --git a/poetry.lock b/poetry.lock index 32b20da..7094154 100644 --- a/poetry.lock +++ b/poetry.lock @@ -891,14 +891,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" @@ -1309,7 +1309,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "11bd59237be2c745df965912c7d4fbde7bd0335ee827e19d28e3b54a37f4a0fd" +content-hash = "c3406857073937ddb35d6a3d90638f85a02e2e5a89fdd92da273d8d8386f1a2a" [metadata.files] alabaster = [ @@ -1860,8 +1860,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 4293a77..74688c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,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"