From ce2fc70cfbd352044aa0b8fa8bf279635a58211e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2020 05:57:30 +0000 Subject: [PATCH] Bump flake8 from 3.8.2 to 3.8.3 Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.2 to 3.8.3. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.8.2...3.8.3) Signed-off-by: dependabot-preview[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 83d6b017..63f8da63 100644 --- a/poetry.lock +++ b/poetry.lock @@ -80,7 +80,7 @@ description = "the modular source code checker: pep8 pyflakes and co" name = "flake8" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7" -version = "3.8.2" +version = "3.8.3" [package.dependencies] mccabe = ">=0.6.0,<0.7.0" @@ -451,7 +451,7 @@ pathspec = ">=0.5.3" pyyaml = "*" [metadata] -content-hash = "5796be88cd631cada2ea256e659f8d755ff46286d09b711a1b88cda124a5405d" +content-hash = "2c778a7faac7136ccb22345b5af0bc6e5db4ebfcba034c3efe0d0c88952fb1e1" python-versions = "^3.8" [metadata.files] @@ -487,8 +487,8 @@ filelock = [ {file = "filelock-3.0.12.tar.gz", hash = "sha256:18d82244ee114f543149c66a6e0c14e9c4f8a1044b5cdaadd0f82159d6a6ff59"}, ] flake8 = [ - {file = "flake8-3.8.2-py2.py3-none-any.whl", hash = "sha256:ccaa799ef9893cebe69fdfefed76865aeaefbb94cb8545617b2298786a4de9a5"}, - {file = "flake8-3.8.2.tar.gz", hash = "sha256:c69ac1668e434d37a2d2880b3ca9aafd54b3a10a3ac1ab101d22f29e29cf8634"}, + {file = "flake8-3.8.3-py2.py3-none-any.whl", hash = "sha256:15e351d19611c887e482fb960eae4d44845013cc142d42896e9862f775d8cf5c"}, + {file = "flake8-3.8.3.tar.gz", hash = "sha256:f04b9fcbac03b0a3e58c0ab3a0ecc462e023a9faf046d57794184028123aa208"}, ] future = [ {file = "future-0.18.2.tar.gz", hash = "sha256:b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d"}, diff --git a/pyproject.toml b/pyproject.toml index f4fdc18b..ef22afa3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ mkdocs-material = "^5.2.3" [tool.poetry.dev-dependencies] dependencies = "^1.0" django = "^3.0.7" -flake8 = "^3.8.2" +flake8 = "^3.8.3" invoke = "^1.4.0" pre-commit = "^2.5.1" stories = "^1.0.0"