diff --git a/poetry.lock b/poetry.lock index a7e34e8..72b16f1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -202,15 +202,15 @@ pyflakes = ">=2.5.0,<2.6.0" [[package]] name = "flake8-alphabetize" -version = "0.0.17" +version = "0.0.18" description = "A Python style checker for alphabetizing import and __all__." category = "dev" optional = false -python-versions = "*" +python-versions = ">=3.7" [package.dependencies] flake8 = ">3.0.0" -stdlib-list = "0.8.0" +stdlib-list = {version = "0.8.0", markers = "python_version < \"3.10\""} [[package]] name = "flake8-black" @@ -781,7 +781,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "ac6ba962d8f4f04ce92ffbc35bbbd33f14fd4b2a50fc2ccdc17578d6099f7c09" +content-hash = "7bdf1969b0cdfd501889addf96cdfd71b0c8805157ef458088186429ada0e6ec" [metadata.files] aiofiles = [ @@ -952,8 +952,8 @@ flake8 = [ {file = "flake8-5.0.4.tar.gz", hash = "sha256:6fbe320aad8d6b95cec8b8e47bc933004678dc63095be98528b7bdd2a9f510db"}, ] flake8-alphabetize = [ - {file = "flake8-alphabetize-0.0.17.tar.gz", hash = "sha256:b30554ce9af8a601cd97709e1972c72a2e5796dedbf53d323a7b902c7adf17ea"}, - {file = "flake8_alphabetize-0.0.17-py3-none-any.whl", hash = "sha256:c0824943d2b36c9af7baf1b4a6c62af0c07b1cf02ca10a1d4c6a3961d51da627"}, + {file = "flake8-alphabetize-0.0.18.tar.gz", hash = "sha256:8685ce10d2b3352d2b916dd209af077a022503d8ae6bdea399f8e7253cad2300"}, + {file = "flake8_alphabetize-0.0.18-py3-none-any.whl", hash = "sha256:cb7b927ab25a24cfe76ba38fe1ecb81116e622f228462d1587e7c4569389ab95"}, ] flake8-black = [ {file = "flake8-black-0.3.3.tar.gz", hash = "sha256:8211f5e20e954cb57c709acccf2f3281ce27016d4c4b989c3e51f878bb7ce12a"}, diff --git a/pyproject.toml b/pyproject.toml index c4e7c09..d246c01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ uvicorn = "0.19.0" black = "22.10.0" djlint = "1.19.3" flake8 = "5.0.4" -flake8-alphabetize = "0.0.17" +flake8-alphabetize = "0.0.18" flake8-black = "0.3.3" mypy = "0.982"