build(deps-dev): bump reorder-python-imports from 3.8.2 to 3.8.3

Bumps [reorder-python-imports](https://github.com/asottile/reorder_python_imports) from 3.8.2 to 3.8.3.
- [Release notes](https://github.com/asottile/reorder_python_imports/releases)
- [Commits](https://github.com/asottile/reorder_python_imports/compare/v3.8.2...v3.8.3)

---
updated-dependencies:
- dependency-name: reorder-python-imports
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-09-26 01:50:03 +00:00
parent 94d8b4a1b4
commit f64f8ef9b0
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -824,7 +824,7 @@ python-versions = ">=3.6"
[[package]]
name = "reorder-python-imports"
version = "3.8.2"
version = "3.8.3"
description = "Tool for reordering python imports"
category = "dev"
optional = false
@@ -1271,7 +1271,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "1c72aed747392eb5a7990a3afcc545ebc505e97add098753af4a5c70d8c83bf0"
content-hash = "adb68b3b9ca2a821369f18b167484036c9f6052436735e88da450170738428f6"
[metadata.files]
alabaster = [
@@ -1750,8 +1750,8 @@ pyyaml = [
{file = "PyYAML-6.0.tar.gz", hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"},
]
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"},

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.2"
reorder-python-imports = "^3.8.3"
pre-commit-hooks = "^4.2.0"
Pygments = "^2.13.0"
pyupgrade = "^2.38.0"