Merge pull request 'Update dependency flake8-alphabetize to ^0.0.20' (#47) from renovate/flake8-alphabetize-0.x into master
continuous-integration/drone/push Build is failing Details

Reviewed-on: #47
This commit is contained in:
Michel Roux 2023-04-03 08:46:33 +00:00
commit c94e9196f6
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -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"

View File

@ -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"