From 1dc5c563ec3facecc2921395bed0dc0987a0db91 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Mon, 3 Apr 2023 00:21:27 +0000 Subject: [PATCH] Update dependency flake8-alphabetize to ^0.0.20 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3584852..e85166c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index a7576cd..37d7f0f 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.19" +flake8-alphabetize = "^0.0.20" flake8-black = "^0.3.6" mypy = "^1.1.1" types-oauthlib = "^3.2.0.7"