diff --git a/poetry.lock b/poetry.lock index 5953a964..41a69935 100644 --- a/poetry.lock +++ b/poetry.lock @@ -784,7 +784,7 @@ wheel = "*" [[package]] name = "reorder-python-imports" -version = "3.8.2" +version = "3.8.3" description = "Tool for reordering python imports" category = "dev" optional = false @@ -1217,7 +1217,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.9.0" -content-hash = "b36cadb2dae94d5b1f987a861afb45e735fac6ca292f53e4602599d2ec934499" +content-hash = "d043a5a876b97e74d60697ac970a958c6c902c6c66404f6f98f111b28c71ee88" [metadata.files] alabaster = [ @@ -1730,8 +1730,8 @@ readchar = [ {file = "readchar-4.0.2.tar.gz", hash = "sha256:ddfc13ffb36cac89e5e9f40b7527e268c905b6d7e1b6201424721a7455ef077c"}, ] reorder-python-imports = [ - {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"}, + {file = "reorder_python_imports-3.8.3-py2.py3-none-any.whl", hash = "sha256:783f9575f76dd21ae5de974edf514cebc2b6904bbfe7cda515c24f1815fa22bf"}, + {file = "reorder_python_imports-3.8.3.tar.gz", hash = "sha256:cb622aa0ea505972b59cc01aa26c08fb17d39a8fc62ff488288908725927d968"}, ] requests = [ {file = "requests-2.28.1-py3-none-any.whl", hash = "sha256:8fefa2a1a1365bf5520aac41836fbee479da67864514bdb821f31ce07ce65349"}, diff --git a/pyproject.toml b/pyproject.toml index 556ad9a3..cf7d9a7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ darglint = "^1.8.1" pytest = "^7.1.3" pre-commit-hooks = "^4.3.0" pytest_mock = "^3.8.2" -reorder-python-imports = "^3.8.2" +reorder-python-imports = "^3.8.3" sphinx-click = "^4.3.0" types-PyYAML = "^6.0.11" pyupgrade = "^2.38.0"