diff --git a/poetry.lock b/poetry.lock index dafbdf9..f38516e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -248,7 +248,7 @@ typing-extensions = "*" [[package]] name = "flake8" -version = "5.0.3" +version = "5.0.4" description = "the modular source code checker: pep8 pyflakes and co" category = "dev" optional = false @@ -744,7 +744,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "7e3e50f8722b289d2a479be0c7a04e82855716bdb46e7285c6549b6a46e252cc" +content-hash = "cb5a5bf4ace37f807a0f8cebc337d42a95f15ad3534e897c2fa9f5003e476d63" [metadata.files] asgiref = [ @@ -973,8 +973,8 @@ django-stubs-ext = [ {file = "django_stubs_ext-0.5.0-py3-none-any.whl", hash = "sha256:c5d8db53d29c756e7e3d0820a5a079a43bc38d8fab0e1b8bd5df2f3366c54b5a"}, ] flake8 = [ - {file = "flake8-5.0.3-py2.py3-none-any.whl", hash = "sha256:93aa565ae2f0316b95bb57a354f2b2d55ee8508e1fe1cb13b77b9c195b4a2537"}, - {file = "flake8-5.0.3.tar.gz", hash = "sha256:b27fd7faa8d90aaae763664a489012292990388e5d3604f383b290caefbbc922"}, + {file = "flake8-5.0.4-py2.py3-none-any.whl", hash = "sha256:7a1cf6b73744f5806ab95e526f6f0d8c01c66d7bbe349562d22dfca20610b248"}, + {file = "flake8-5.0.4.tar.gz", hash = "sha256:6fbe320aad8d6b95cec8b8e47bc933004678dc63095be98528b7bdd2a9f510db"}, ] gevent = [ {file = "gevent-21.12.0-cp27-cp27m-macosx_10_14_x86_64.whl", hash = "sha256:2afa3f3ad528155433f6ac8bd64fa5cc303855b97004416ec719a6b1ca179481"}, diff --git a/pyproject.toml b/pyproject.toml index 069ac05..bd05b8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ pytest = "^7.1.2" pytest-django = "^4.5.2" coverage = "^6.4" pytest-cov = "^3.0.0" -flake8 = "^5.0.3" +flake8 = "^5.0.4" black = "^22.6.0" mypy = "^0.971" django-stubs = "^1.12.0"