Merge pull request 'Update dependency flake8-alphabetize to ^0.0.20' (#109) from renovate/flake8-alphabetize-0.x into master
continuous-integration/drone/push Build is passing Details

Reviewed-on: #109
This commit is contained in:
Michel Roux 2023-04-03 08:45:42 +00:00
commit bcd53e8aef
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.4.1 and should not be changed by hand.
# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand.
[[package]]
name = "aiofiles"
@ -449,14 +449,14 @@ pyflakes = ">=3.0.0,<3.1.0"
[[package]]
name = "flake8-alphabetize"
version = "0.0.19"
version = "0.0.20"
description = "A Python style checker for alphabetizing import and __all__."
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
{file = "flake8-alphabetize-0.0.19.tar.gz", hash = "sha256:f06efe97c03676ecb6613a09f5e89455245288278805fc0bdecf814b7e4c4244"},
{file = "flake8_alphabetize-0.0.19-py3-none-any.whl", hash = "sha256:cb3b25d90028ab8eed662d25428f9dddfd61cb6a0b616968c88c7af5aef8391a"},
{file = "flake8-alphabetize-0.0.20.tar.gz", hash = "sha256:3a7b273127ecc17b0b41005de6b38ce00a196e2e403a15070af6d2d0f6902cb8"},
{file = "flake8_alphabetize-0.0.20-py3-none-any.whl", hash = "sha256:572b5d24fc6cf79d7bca843f52d868207e2c1f4a229d71ce3b00402b3f12d837"},
]
[package.dependencies]
@ -1668,4 +1668,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
[metadata]
lock-version = "2.0"
python-versions = "^3.8.1"
content-hash = "5dc7133547bb2b2f5974384794ea9d20436835243d3c4fff4a0d2b78f4d3a53e"
content-hash = "2f23bd7f5d5d7cc2142079acc3bb68d5f84b20ab68ed74c181ee1044f7246e1d"

View File

@ -25,7 +25,7 @@ uvicorn = "^0.21.1"
black = "^23.3.0"
djlint = "^1.19.16"
flake8 = "^6.0.0"
flake8-alphabetize = "^0.0.19"
flake8-alphabetize = "^0.0.20"
flake8-black = "^0.3.6"
mypy = "^1.1.1"
types-oauthlib = "^3.2.0.7"