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] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-12-20 01:06:24 +00:00
parent ef0578dd8e
commit 4eb9a46b1d
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -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"},

View File

@@ -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"