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

Reviewed-on: #52
This commit is contained in:
Michel Roux 2023-04-14 07:11:40 +00:00
commit 8d59d2e12c
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -212,14 +212,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]
@ -837,4 +837,4 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8.1"
content-hash = "d3923554c1450b249c755446a10bd5565dadd4a5aa31150a2d7a7e79b375ac3e"
content-hash = "f52d9b4af9239233d325ef77cbd0056efaa8b04974a7b2d378508584dd5ebf98"

View File

@ -16,7 +16,7 @@ requests = "^2.28.2"
[tool.poetry.group.dev.dependencies]
black = "^23.3.0"
flake8 = "^6.0.0"
flake8-alphabetize = "^0.0.20"
flake8-alphabetize = "^0.0.21"
flake8-black = "^0.3.6"
mypy = "^1.1.1"
types-beautifulsoup4 = "^4.12.0.1"