From 6bf9e6b5eaf4e4746ee2c26435c864930f799552 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Mon, 3 Apr 2023 00:19:54 +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 ae95b79..b977c96 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 = "beautifulsoup4" @@ -225,14 +225,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] @@ -850,4 +850,4 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "8b7bdd0b76b6b247480f8debb586637807d3494ba934b2bbe97a02f21ece038a" +content-hash = "b7ee68c73e46ffc86a3a671c939c28f503b7cb3689659b97d2830e343d7e99c1" diff --git a/pyproject.toml b/pyproject.toml index 9eee918..734b7c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ requests = "^2.28.2" [tool.poetry.group.dev.dependencies] black = "^23.1.0" flake8 = "^6.0.0" -flake8-alphabetize = "^0.0.19" +flake8-alphabetize = "^0.0.20" flake8-black = "^0.3.6" mypy = "^1.0.1" types-beautifulsoup4 = "^4.11.6.7"