diff --git a/poetry.lock b/poetry.lock index 2e62a4e9..fec2436b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -853,7 +853,7 @@ python-versions = "*" [[package]] name = "reorder-python-imports" -version = "3.0.1" +version = "3.1.0" description = "Tool for reordering python imports" category = "dev" optional = false @@ -1261,7 +1261,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "fc89b12be7b8c3421b26209487bbe3178fdc9734375034cb8d2fa92c1ae6fdcd" +content-hash = "615e3240dbfc34ae04402cd3fbd250feead66da7f65a8fa55f61e35e81574b41" [metadata.files] alabaster = [ @@ -1805,8 +1805,8 @@ readchar = [ {file = "readchar-2.0.1-py3-none-any.whl", hash = "sha256:3ac34aab28563bc895f73233d5c08b28f951ca190d5850b8d4bec973132a8dca"}, ] reorder-python-imports = [ - {file = "reorder_python_imports-3.0.1-py2.py3-none-any.whl", hash = "sha256:4a87d5ffdd5f34b29040fd8c9dae375b5f74ade9f5ec7b15cbcc3dc6a3117855"}, - {file = "reorder_python_imports-3.0.1.tar.gz", hash = "sha256:a4e1c28a1bf90a7c8fa4c534058803a7956adc722137d3e54eb91536fe12ffb6"}, + {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.26.0-py2.py3-none-any.whl", hash = "sha256:6c1246513ecd5ecd4528a0906f910e8f0f9c6b8ec72030dc9fd154dc1a6efd24"}, diff --git a/pyproject.toml b/pyproject.toml index 33139b6b..10308dec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ flake8-docstrings = "^1.6.0" flake8-rst-docstrings = "^0.2.5" pep8-naming = "^0.12.1" darglint = "^1.8.1" -reorder-python-imports = "^3.0.1" +reorder-python-imports = "^3.1.0" pre-commit-hooks = "^4.2.0" pytest_mock = "^3.7.0" black = "^22.3"