From eb2a78a584d7b32babcbd183bd91b7b368406911 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 20:03:54 +0000 Subject: [PATCH] Bump reorder-python-imports from 3.8.1 to 3.8.2 Bumps [reorder-python-imports](https://github.com/asottile/reorder_python_imports) from 3.8.1 to 3.8.2. - [Release notes](https://github.com/asottile/reorder_python_imports/releases) - [Commits](https://github.com/asottile/reorder_python_imports/compare/v3.8.1...v3.8.2) --- updated-dependencies: - dependency-name: reorder-python-imports dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 237b9e7c..92e68b16 100644 --- a/poetry.lock +++ b/poetry.lock @@ -842,7 +842,7 @@ python-versions = "*" [[package]] name = "reorder-python-imports" -version = "3.8.1" +version = "3.8.2" description = "Tool for reordering python imports" category = "dev" optional = false @@ -1269,7 +1269,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "6da94534520df0d2b9ca688c093371b110f8ef07086c21187f4287ad853ad34e" +content-hash = "6e9b2d5785b3f6097adddb7d3d0f130db964da9e9d801e2db7ab281341b9ebc4" [metadata.files] alabaster = [ @@ -1809,8 +1809,8 @@ readchar = [ {file = "readchar-2.0.1-py3-none-any.whl", hash = "sha256:3ac34aab28563bc895f73233d5c08b28f951ca190d5850b8d4bec973132a8dca"}, ] 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.26.0-py2.py3-none-any.whl", hash = "sha256:6c1246513ecd5ecd4528a0906f910e8f0f9c6b8ec72030dc9fd154dc1a6efd24"}, diff --git a/pyproject.toml b/pyproject.toml index 02dc4bb8..d73bf45d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,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.8.1" +reorder-python-imports = "^3.8.2" pre-commit-hooks = "^4.3.0" pytest_mock = "^3.8.2" black = "^22.6"