From c8b785e36a4de995e856dd83beaaefe346c4fc57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Aug 2022 08:05:07 +0000 Subject: [PATCH] Bump flake8 from 5.0.3 to 5.0.4 Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.3 to 5.0.4. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/5.0.3...5.0.4) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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"