Bump reorder-python-imports from 3.3.0 to 3.8.1

Bumps [reorder-python-imports](https://github.com/asottile/reorder_python_imports) from 3.3.0 to 3.8.1.
- [Release notes](https://github.com/asottile/reorder_python_imports/releases)
- [Commits](https://github.com/asottile/reorder_python_imports/compare/v3.3.0...v3.8.1)

---
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-07-11 21:48:21 +00:00 committed by GitHub
parent 23ba778e4c
commit 622c2d0c08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -267,7 +267,7 @@ unicode_backport = ["unicodedata2"]
[[package]] [[package]]
name = "classify-imports" name = "classify-imports"
version = "4.0.2" version = "4.1.0"
description = "Utilities for refactoring imports in python-like syntax." description = "Utilities for refactoring imports in python-like syntax."
category = "dev" category = "dev"
optional = false optional = false
@ -1472,14 +1472,14 @@ python-versions = ">=3.6"
[[package]] [[package]]
name = "reorder-python-imports" name = "reorder-python-imports"
version = "3.3.0" version = "3.8.1"
description = "Tool for reordering python imports" description = "Tool for reordering python imports"
category = "dev" category = "dev"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
[package.dependencies] [package.dependencies]
classify-imports = "*" classify-imports = ">=4.1"
[[package]] [[package]]
name = "requests" name = "requests"
@ -2094,7 +2094,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "f9e4fda8bec6e5857f0c169af557f81f85071f391f7a0ae8e8d3733dc82035a6" content-hash = "c2dd3ddfcdde0ef9434b96dfcf240df43e0ff2a7f321784bdcfcf1ce5f568dab"
[metadata.files] [metadata.files]
alabaster = [] alabaster = []

View File

@ -72,7 +72,7 @@ flake8-rst-docstrings = "^0.2.3"
# flask-sqlalchemy-stubs = "^0.2" # flask-sqlalchemy-stubs = "^0.2"
pep8-naming = "^0.13.0" pep8-naming = "^0.13.0"
darglint = "^1.8.1" darglint = "^1.8.1"
reorder-python-imports = "^3.3.0" reorder-python-imports = "^3.8.1"
pre-commit-hooks = "^4.0.1" pre-commit-hooks = "^4.0.1"
sphinx-click = "^4.3.0" sphinx-click = "^4.3.0"
Pygments = "^2.10.0" Pygments = "^2.10.0"