From 4eb9a46b1dc5f76ad5d5a397e74c9ab1bcef5cc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 01:06:24 +0000 Subject: [PATCH] build(deps-dev): bump reorder-python-imports from 3.8.3 to 3.9.0 Bumps [reorder-python-imports](https://github.com/asottile/reorder_python_imports) from 3.8.3 to 3.9.0. - [Release notes](https://github.com/asottile/reorder_python_imports/releases) - [Commits](https://github.com/asottile/reorder_python_imports/compare/v3.8.3...v3.9.0) --- updated-dependencies: - dependency-name: reorder-python-imports dependency-type: direct:development update-type: version-update:semver-minor ... 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 09ee137..1ddc098 100644 --- a/poetry.lock +++ b/poetry.lock @@ -826,7 +826,7 @@ python-versions = ">=3.6" [[package]] name = "reorder-python-imports" -version = "3.8.3" +version = "3.9.0" description = "Tool for reordering python imports" category = "dev" optional = false @@ -1273,7 +1273,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "219cf51668576acc45ea7dd67e72124b583afbd09ffcf5cbfd48b477a88f4816" +content-hash = "4c0b269f5f9aa63264dbfa181698c16247d0d9df15d3fe0fb38ca42979b9f5f7" [metadata.files] alabaster = [ @@ -1748,8 +1748,8 @@ pyyaml = [ {file = "PyYAML-6.0.tar.gz", hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"}, ] reorder-python-imports = [ - {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"}, + {file = "reorder_python_imports-3.9.0-py2.py3-none-any.whl", hash = "sha256:3f9c16e8781f54c944756d0d1eb34a8c863554f7a4eb3693f574fe19b1a29b56"}, + {file = "reorder_python_imports-3.9.0.tar.gz", hash = "sha256:49292ed537829a6bece9fb3746fc1bbe98f52643be5de01a4e13680268a5b0ec"}, ] requests = [ {file = "requests-2.28.1-py3-none-any.whl", hash = "sha256:8fefa2a1a1365bf5520aac41836fbee479da67864514bdb821f31ce07ce65349"}, diff --git a/pyproject.toml b/pyproject.toml index 0e622ff..43b7f8f 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.2" darglint = "^1.8.1" -reorder-python-imports = "^3.8.3" +reorder-python-imports = "^3.9.0" pre-commit-hooks = "^4.2.0" Pygments = "^2.13.0" pyupgrade = "^3.3.1"