From be64b9d4deb000f8a4a4046c32500fc04edcaf7b Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Fri, 14 Apr 2023 00:10:40 +0000 Subject: [PATCH] Update dependency flake8-alphabetize to ^0.0.21 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 78ac25d..634e388 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 1dbc979..3ac13f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"