Update dependency flake8-alphabetize to ^0.0.21
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Michel Roux 2023-04-14 00:10:40 +00:00
parent 28f4ced3c8
commit be64b9d4de
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -449,14 +449,14 @@ pyflakes = ">=3.0.0,<3.1.0"
[[package]]
name = "flake8-alphabetize"
version = "0.0.20"
version = "0.0.21"
description = "A Python style checker for alphabetizing import and __all__."
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
{file = "flake8-alphabetize-0.0.20.tar.gz", hash = "sha256:3a7b273127ecc17b0b41005de6b38ce00a196e2e403a15070af6d2d0f6902cb8"},
{file = "flake8_alphabetize-0.0.20-py3-none-any.whl", hash = "sha256:572b5d24fc6cf79d7bca843f52d868207e2c1f4a229d71ce3b00402b3f12d837"},
{file = "flake8-alphabetize-0.0.21.tar.gz", hash = "sha256:8dbc66568d13c1c826c30e7ebe34380c0c4e25edfde3dc51bc0484c04c10b029"},
{file = "flake8_alphabetize-0.0.21-py3-none-any.whl", hash = "sha256:4ffb6c6c27bc642ca55584fd6c14564d1c0ca657631573ee2b5ad1d2c159b4ae"},
]
[package.dependencies]
@ -1641,4 +1641,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
[metadata]
lock-version = "2.0"
python-versions = "^3.8.1"
content-hash = "3c12cb82d2b1f10d22faca915ff0329321ed3c8613837cd1f7637c8cf6333d21"
content-hash = "9831e209c574d0da2d396e5286fabf5998c1fd316a872a9ce517917bad1c99cf"

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.20"
flake8-alphabetize = "^0.0.21"
flake8-black = "^0.3.6"
mypy = "^1.1.1"
types-oauthlib = "^3.2.0.7"