diff --git a/poetry.lock b/poetry.lock index bb64bad..ecc8dd7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -827,7 +827,7 @@ python-versions = ">=3.6" [[package]] name = "reorder-python-imports" -version = "3.8.1" +version = "3.8.2" description = "Tool for reordering python imports" category = "dev" optional = false @@ -1259,7 +1259,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "44bd575d3b5a69315c810ab7db0b7a69b53d7e3d8543bbb60187c67a631a41ef" +content-hash = "d63a9ad4185e670897ee342df2a78ff778420f4e9b7b9d4d357e301c777e4eb9" [metadata.files] alabaster = [ @@ -1724,8 +1724,8 @@ pyyaml = [ {file = "PyYAML-6.0.tar.gz", hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"}, ] reorder-python-imports = [ - {file = "reorder_python_imports-3.8.1-py2.py3-none-any.whl", hash = "sha256:bfa44fa719595766c18c59ff552e6e02c071f896425746f94b2a34f4b93e217c"}, - {file = "reorder_python_imports-3.8.1.tar.gz", hash = "sha256:33a981a477875ac79588dbc6f80d7db85eccd2f5529ff289fe51283afd5affb5"}, + {file = "reorder_python_imports-3.8.2-py2.py3-none-any.whl", hash = "sha256:c362190fc61f28c9ed3657de0ae702694ce97f90da54617716b23d70b4d4771c"}, + {file = "reorder_python_imports-3.8.2.tar.gz", hash = "sha256:bc5bd5e01548423fdcf62da767b28d5df6e613b03f9f795438f72b08b75dfba8"}, ] requests = [ {file = "requests-2.28.1-py3-none-any.whl", hash = "sha256:8fefa2a1a1365bf5520aac41836fbee479da67864514bdb821f31ce07ce65349"}, diff --git a/pyproject.toml b/pyproject.toml index 68527a0..ac5bf3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ flake8-docstrings = "^1.6.0" flake8-rst-docstrings = "^0.2.7" pep8-naming = "^0.13.1" darglint = "^1.8.1" -reorder-python-imports = "^3.1.0" +reorder-python-imports = "^3.8.2" pre-commit-hooks = "^4.2.0" Pygments = "^2.12.0" pyupgrade = "^2.37.2"