mirror of
https://github.com/sartography/spiffworkflow-backend.git
synced 2025-02-24 13:28:31 +00:00
Merge pull request #46 from sartography/dependabot/pip/reorder-python-imports-3.8.1
Bump reorder-python-imports from 3.3.0 to 3.8.1
This commit is contained in:
commit
c58602029b
8
poetry.lock
generated
8
poetry.lock
generated
@ -267,7 +267,7 @@ unicode_backport = ["unicodedata2"]
|
||||
|
||||
[[package]]
|
||||
name = "classify-imports"
|
||||
version = "4.0.2"
|
||||
version = "4.1.0"
|
||||
description = "Utilities for refactoring imports in python-like syntax."
|
||||
category = "dev"
|
||||
optional = false
|
||||
@ -1472,14 +1472,14 @@ python-versions = ">=3.6"
|
||||
|
||||
[[package]]
|
||||
name = "reorder-python-imports"
|
||||
version = "3.3.0"
|
||||
version = "3.8.1"
|
||||
description = "Tool for reordering python imports"
|
||||
category = "dev"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
|
||||
[package.dependencies]
|
||||
classify-imports = "*"
|
||||
classify-imports = ">=4.1"
|
||||
|
||||
[[package]]
|
||||
name = "requests"
|
||||
@ -2094,7 +2094,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.9"
|
||||
content-hash = "f9e4fda8bec6e5857f0c169af557f81f85071f391f7a0ae8e8d3733dc82035a6"
|
||||
content-hash = "c2dd3ddfcdde0ef9434b96dfcf240df43e0ff2a7f321784bdcfcf1ce5f568dab"
|
||||
|
||||
[metadata.files]
|
||||
alabaster = []
|
||||
|
@ -72,7 +72,7 @@ flake8-rst-docstrings = "^0.2.3"
|
||||
# flask-sqlalchemy-stubs = "^0.2"
|
||||
pep8-naming = "^0.13.0"
|
||||
darglint = "^1.8.1"
|
||||
reorder-python-imports = "^3.3.0"
|
||||
reorder-python-imports = "^3.8.1"
|
||||
pre-commit-hooks = "^4.0.1"
|
||||
sphinx-click = "^4.3.0"
|
||||
Pygments = "^2.10.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user